@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
*/

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






















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

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

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







.sidebar h3{
  background: #616161;/*背景色*/
	padding:5px 20px;/*見出しの内側の余白を調整する*/
  color: #ffffff;/
}


#navi-footer li {
  border: none;
}




.footer-bottom {
  margin-top: 2px;
}



.sidebar {
font-size: 0.8em;
}





.navi-footer-in a {
    font-size: 11px;
}



/*グローバルメニュー 文字の大きさを変更*/
#navi .navi-in > .menu-header .item-label{
	font-size: 15px;
}




a{
text-decoration: none;
}




.author-box .sns-follow-buttons a.follow-button {
  background-color: #fff;
    color:black;
  border: 0px;
}
.author-box {
  border: 0px;
}




.article h2 {
	position: relative;
	padding: 16px 25px 16px 25px;
	border-radius: 3em .5em 2em .5em/.4em 2em .5em 3em;
	border-bottom: 4px solid #dcdcdc;
	border-right: 4px solid #dcdcdc;
	background: #616161;
	color: #ffffff;
}

/*media Queries 1030px以下
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1030px){
.article h2 {
	padding: 10px 0.8em;
}
}




/* Cocoon親テーマCSSリセットのため */
.article h3::before {
border-top: none;
}
.article h3::after {
border-bottom: none;
}
.article h3{
border: none;
}







.article h3 {
	width: 100%;
	position: relative;
	margin: 1.8em 0 1.2em;
	padding: 12px 10px 10px 10px;
}
.article h3:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #a0a0a0 3px, #a0a0a0 6px, white 6px, white 9px, #e0e0e0 9px, #e0e0e0 12px);
	background: repeating-linear-gradient(135deg, #fff, #fff 3px, #a0a0a0 3px, #a0a0a0 6px, white 6px, white 9px, #e0e0e0 9px, #e0e0e0 12px);
	bottom: -4px;
}










.article h4 {
	border-top: none; /* Cocoon親テーマCSSリセットのため */
	margin: 1.8em 0 1em;
	border-bottom: solid 2px #808080;
}






.article h5 {
  border-bottom: 1px dotted #c0c0c0;
	font-size: 1.5em;
font-size: 90%;
}








h1.entry-title {
  font-size: 1.8rem;
  padding: 0.5em 0;/*上下の余白*/
}




/*サイドバーの行間を詰める*/
.sidebar .widget li a {
  padding-top:0;
  padding-bottom:0;
}

















