@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

/*body{
background-image: none;
}*/

/* H3 */
.entry-content h3:before {
content: none;
background: none;
box-shadow: none;
}
.article h3 {
padding-left: 1em;
}

/*---折り畳みアーカイブウィジェット---*/
.widget_archive ul.years{ /*各年*/
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 2px dotted #eee; /*各年に下線を引く*/
}
.widget_archive a.year{ /*各年*/
	cursor: pointer;
	margin: 0;
	border-bottom: 2px dotted #eee; /*各年に下線を引く*/
}

.widget_archive a.year::after{ /*各年横のアイコン*/
	font-family: "Font Awesome 5 Free";
	content: '\f107'; /* アイコンの指定 */
	position: relative; /* 相対配置 */
	left: 5px; /* アイコンの位置 */
	font-weight: bold;
}
.widget_archive .years ul { /*各月*/
  	-webkit-transition: .3s ease;
  	transition: .3s ease;
  	margin: 0;
}
.widget_archive ul.years li {
	padding: 0 1px; /*各月の間隔*/
	margin: 0px;
	/*border-bottom: 2px dotted #eee; /*各月に下線を引く*/
}

.widget_archive ul.years .hide { /*各年をクリックすると開閉*/
	margin: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.widget_archive ul.month {
	padding-left: 20px;
	/*padding-right: 10px;*/
}
.widget_archive ul.month li {
	border-bottom: 2px dotted #eee; /*各月に下線を引く*/
}

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

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

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