@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.sns-share,
.sns-follow {
    display: none;
}

.page .date-tags {
    display: none;
}

.widget_categories ul li a{
	line-height: 0.5;
	font-size: 15px;
	border-bottom: 1px dashed #595857;
}

.appeal-in {
  padding: 2% 5%;
}

.article h2 {
  padding: 6px;
}
.article h2:before {
  top: -4px;
}
.article h2:after {
  bottom: -4px;
}
.main h1 {
  padding-bottom: 6px;
  border-bottom: 2px solid #595857;
}

.widget_archive select {
	padding: 4px;
	font-size: 16px;
}

.textwidget p {
	font-size: 14px;
}

div:not([class]) {
	top: -100px !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
