@charset "utf-8";

#part-list-post .posts .post-thumbnail {

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

#part-list-post .posts > .post dd {

	padding-left : 20px;
	padding-right: 20px;

}

#part-list-post .posts .post-date { /* nop */ }
#part-list-post .posts .post-cat {

	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	min-width: 6.4em;
	margin-left: 2.0em;
	padding: 4px;
	background-color: #3e3a39;
	color: white;

}
#part-list-post .posts .post-title { font-weight:normal; }
#part-list-post .posts .post-title a { color:black; text-decoration:none; }
#part-list-post .posts .post-title a:hover { text-decoration:underline; }

/********************************/
/* ページ送り */
/********************************/
.bloc-posts-nav-link .wp-pagenavi {

	text-align: center;

}
.bloc-posts-nav-link .wp-pagenavi a,
.bloc-posts-nav-link .wp-pagenavi span {

	display: inline-block;
	padding: 0.3em 0.6em;

}
.bloc-posts-nav-link .wp-pagenavi a,
.bloc-posts-nav-link .wp-pagenavi a:visited { color:#666; }

/********************************/
/* フォントサイズ・間隔 */
/********************************/
/* 記事一覧 */
/* #part-list-post .posts { margin-top:20px; } */
#part-list-post .posts .post-thumbnail { padding-top:82.25%; }
#part-list-post .posts > .post dd { margin-top:0.8rem; }
#part-list-post .posts .post-date { font-size:1.2rem; }
#part-list-post .posts .post-cat { font-size:1.2rem; }
#part-list-post .posts .post-title { margin-top:0.3em; font-size:1.4rem; }
#part-list-post .posts .post-ex { font-size:1.6rem; }
#part-list-post .posts .post-date, #part-list-post .posts .post-cat, #part-list-post .posts .post-title, #part-list-post .posts .post-ex { max-height:100%; }

/* ページ送り */
.bloc-posts-nav-link .wp-pagenavi { margin-top:2.0rem; }