@charset "utf-8";

.info-header {
	font-size: 36px;
	position: relative;
	background: #f3faf9;
	padding: 10px 10px;
	border-bottom: solid 6px #87cdc3;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
}
.post-date	{
	font-size:12px;
	color:#969696;
	text-align:right;
	padding:0 10px 10px 0;
	list-style:none;
}
.post-box	{
	padding-bottom: 30px;
}
.post-box p	{
	font-size:16px;
}
@media screen and (max-width: 767px) {
	.info-header {
		font-size: 24px;
	}
	.post-box p	{
		font-size: 12px;
	}
}

/*WordPress 投稿記事一覧
-------------------------------------*/
.info-inner	{
	border-bottom:#dbebe8 1px solid;
	margin:10px 0px 5px;
}
.info-date	{
	font-size:12px;
	font-weight:normal;
	width:14em;
	float:left;
	padding-top:2px;
}
.info-txt	{
	font-size:16px;
	padding-bottom:8px;
	margin-left: 5.2em;
	text-indent: -5.2em;
}
@media screen and (max-width: 767px) {
	.info-date	{
	width:14em;
	padding-right:0px;
}
	.info-txt	{
		font-size:14px;
		margin-left: 6em;
		text-indent: -6em;
	}
}
img.centered, .aligncenter, div.aligncenter {
	display: block !important;
	text-align: center;
}


