@charset "utf-8";

/********************************/
/* テーブル */
/********************************/
.bloc-table {

	border: solid 1px #999;

}
.bloc-table tr:not(:first-child) {

	border-top: dashed 1px #999;

}
.bloc-table th, .bloc-table td { vertical-align:top; text-align:left; }

/********************************/
/* 関連記事 */
/********************************/
#relation-post-area .posts .post-thumbnail-list li {

	/* サムネイルの並びと大きさを指定 */
	float: left;
	box-sizing: border-box;
	padding: 10px;
	width: 25%;

}
#relation-post-area .posts .post-thumbnail-list a.post-thumbnail-box {

	/* サムネイルのアスペクト比を指定 */
	padding-top: 100%;

}

/********************************/
/* 次の記事・前の記事 */
/********************************/
/* #nap .left, #nap .center, #nap .right { width:calc(100% / 3); } */

#nap table { margin-left:auto; margin-right:auto; }
#nap .left { text-align:right; color:#ccc; }
#nap .center { text-align:center; color:#000; }
#nap .right { text-align:left; color:#ccc; }
#nap a { color:black; text-decoration:none; }
#nap a:hover { text-decoration:underline; }

/********************************/
/* フォントサイズ・余白 */
/********************************/
#part-single-post .post-content, #part-page-post .post-content { padding-top:2.0rem; padding-bottom:2.0rem; }
.bloc-table { margin-top:2.0rem; }
.bloc-table th, .bloc-table td { padding-top:0.8em; padding-bottom:0.8em; font-size:1.4rem; font-weight:normal; }

#part-sns { margin-top:4.0rem; }
#nap { margin-top:4.0rem; }
#nap td { font-size:1.6rem; }