/*
Theme Name: WING-AFFINGER5 Child
Template: affinger5
Description: ver20180521以上対応
Version: 20180521
*/



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}


/*独自設定--*/
.hatena-fotolife{
  display: block;
	margin-top: 100px;


  margin-left: auto;/*これでもOK*/
  margin-right: auto;/*これでもOK*/

}
.figure-image figure-image-fotolife mceNonEditable{
  display: block;

	margin-bottom: 100px;

  margin-left: auto;/*これでもOK*/
  margin-right: auto;/*これでもOK*/

}
figcaption{
	font-size: 0.9em;        /* 文字サイズを90%に */
	text-align: center;      /* 中身をセンタリング */
	color:#999999;
	
}
/*独自設定2
---------------------------------------------------------------------------------------------------*/
.comment-form-url {display: none;}
.post #comments h3 {
	background-color: #FF7A7A;
	color: #fff;/* 文字の色 */
	border-radius: 5px;/* 四隅の丸み */
	-webkit-border-radius: 5px;/* 四隅の丸みと同じ数字に */
	-moz-border-radius: 5px;/* 四隅の丸みと同じ数字に */
	position: relative;
	margin-bottom: 0 0 1.5em;
	padding: 0.2em 0.5em;
}
/* コメントエリアの枠 */
#comments textarea {
	margin-bottom: 5px;
	width: 100%;
	border: 1px #FF7A7A solid;
}
 
#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px #FF7A7A solid;
	margin-bottom: 5px;
}
/* コメントのラベル部分 */
#comments label:before {
  content: "\f040";
  font-family: FontAwesome;
}
/* コメントを送るボタン */
	#comments input[type="submit"] {
	background-color: #995151;
	color: #fff;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}