.post a {
	color:#92B73D;
	font-weight:550;
}
a:hover {
	color:#92B73D;
}


.post {
	padding:0 30px;
	margin-bottom:50px;
}
.post-info{
	padding:20px 0 50px 0;
	border-top:2px solid #f1f2f3;
}
.post img {
	width:auto;
	height:auto;
	margin:auto;
	display:block;
}
.post h3 {
	font-size:1.5em;
	margin-bottom:15px;
}
.post h4 {
	border-left:3px solid #92B73D;
	font-size:1.3em;
	padding:10px 15px;
	margin:40px 0 15px;
	font-weight:bold;
}
.post h5 {
	padding:5px 0;
	margin:40px 0 15px;
	font-size:1.3em;
	font-weight:bold;
}
.post .bold {
	font-weight:bold;
}

.post-pager {
	border-top:2px solid #f1f2f3;
	padding:30px 0;
	overflow:hidden;
	color:#92B73D;
}
.post-pager svg {
	font-size:2em;
	font-weight:bold;
	position:absolute;
	color:black;
}
.post-pager-left {
	width:33%;
	float:left;
	position:relative;
	padding-left:30px;
}
.post-pager-right {
	width:33%;
	float:right;
	position:relative;
	padding-right:30px;
}
.post-pager span a {
    color: #92B73D;
}

/*固定ページ用*/
.kotei {
	padding:0 10%;
}

@media screen and (max-width:570px){
	.post {
		padding:0 10px;
	}
	.post-pager {
		padding:30px 15px;
	}
	.post-pager-left,.post-pager-right {
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
	.post-pager-right{
		text-align:right;
	}
}
