@charset "utf-8";


/*PostLinks (SinglePage - adjacent_post_links 隣接記事リンク)*/
.adjacent_post_links {
	font-size:93%;
	line-height:1.4em;
	margin-bottom:30px;
	padding:12px;
	background:#ffffff;
	border-radius:12px;
	border:solid 1px #f5dee2;}
.adjacent_post_links a:hover {color:#fd5ce5;}
.adjacent_post_links .previous {
	height:2.8em;
	overflow:hidden;
	background :url(../img/eBody_iconPre.png) no-repeat center left;
	padding:0 12px 0 36px;
	border-right:solid 1px #f5dee2;}
.adjacent_post_links .next {
	height:2.8em;
	overflow:hidden;
	text-align:right;
	background :url(../img/eBody_iconNext.png) no-repeat center right;
	padding:0 36px 0 12px;
	}

@media (max-width: 990px) {
#contents #home_post.section {
	padding: 0px 0px;
width: 99%;
}

/*Single post link Nav*/
.adjacent_post_links .previous {
	border-right:none;
	border-bottom:solid 1px rgba(255,255,255,0.5);}
.adjacent_post_links .next {
	/* border-left:none; */
	border-top:solid 1px rgba(245,222,226,1);
	}

}

