/* カスタム CSS をここに入力してください */
/*--- .mainboxの記事欄のフォントサイズ ---*/
.entry-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.8em;
	}

/*--- .mainboxの記事欄の見出し4　---*/
.post h4{
		font-size: 20px;
  		line-height: 1.7;
  		padding-bottom: 8px;
		}

/*--- ウィジェットのアンカー文字装飾  ---*/
#side aside ul li a{
  	text-decoration: none;	
	}

/*--- カテゴリー項目2層目の間隔   ---*/
#side aside #mybox ul li ul li{
	padding-left: 26px;
	}


/*--- ウィジェットのマーク  ---*/
#side aside ul li {
	position: relative;
	padding: 2px 2px 2px 30px;
	font-size:18px;
	color: #325A8C;
	}
#side aside ul li::before,
#side aside ul li::after{
	content: "□";
	position: absolute;
	}
#side aside ul li::before{
	left:0;
	top:-3px;
	}
#side aside ul li::after{
	left: 5px;
	top: 3px;
	color: #A1B8D1;
	}

/*----- プロフィール画像設定 -----*/
.textwidget p img{
  				  width:200px;
  				  height:200px;
				  }
.textwidget p{
		font-size: 16px;
		}

/*--- ウィジェットの見出しデコレーション  ---*/
.menu_underh2 {
  position: relative;
  padding: .75em 1em .75em 2em;
  border: 1px solid #ccc;
  border-top: 3px solid #f3981d;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	}
.menu_underh2::after {
  position: absolute;
  top: 1em;
  left: .6em;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #f3981d;
  border-radius: 100%
}	

/*--- 青マーカー ---*/
.bmarker{
  		 background: #add6ff;
  		 padding: 0 2px;
}

/*---   ---*/


/*-----===== 599px以下 =====-----*/
@media (max-width: 599px){

.entry-title:not(.st-css-no), .post .entry-title:not(.st-css-no) {
    font-size: 25px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
	}


h2:not(.st-css-no2){
	font-size: 21px;
  	line-height: 1.7;
 	}


.post h3:not(.st-css-no2):not(.rankh3):not(#reply-title){
	font-size: 20px;
    line-height: 1.7;
    }

/*----- はじめにボタン -----*/
.st-formbtn{
	padding: 13px 20px;
	}


}
/*-----===== ここまで =====-----*/


/*-----===== 600px以上～959px以下 =====-----*/
@media (min-width: 600px) and (max-width: 959px){

/*----- プロフィール画像設定 -----*/
.textwidget p img{
  				  width:230px;
  				  height:230px;
				  }

/*--- .mainboxの記事欄の見出し4　---*/
.post h3:not(.rankh3):not(#reply-title){
		font-size: 22px;
		}

/*----- はじめにボタン -----*/
.st-formbtn{
	padding: 13px 20px;
	}

}



/*-----===== ここまで =====-----*/

