@charset "utf-8";

#wrap #contents {
	background: #fff;
}
#wrap #contents #post_list {
	padding: 3em 4em 2em;
}
#wrap #contents #post_list li {
	margin-bottom: 3em;
}
#wrap #contents #post_list li:not(:first-child) {
	padding-top: 3em;
	border-top: 1px dotted #000;
}
/* read post */
#wrap #contents #post_list li .tb_date { text-align: right; font-size: 10pt; font-family: "Courier New",Courier,MS Pゴシック,ヒラギノ角ゴ Pro W3,メイリオ,IPAPGothic,sans-serif; }
#wrap #contents #post_list li .tb_title a { display: block; font-weight: bold; margin-bottom: 1em; font-size: 10pt; }
#wrap #contents #post_list li .tb_body p { font-size: 9pt; }
#wrap #contents #post_list li .tb_body p a { border-bottom: 1px dotted #000; }
#wrap #contents #post_list li .tb_body img { max-width: 710px; }
