@charset "utf-8";

/*-----------------------------------------------------------------------------------*/
/*	トップページ
/*-----------------------------------------------------------------------------------*/
/*-------------------------------*/
/*	新着
/*-------------------------------*/
.section_topmain { }
.section_topmain .post_item a {
	padding-bottom: 10px;
}
.section_topmain .post_date {
	font-size: 14px;
}
.section_topmain .post_title {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
}
.section_topmain .post_substr {
	font-size: 16px;
}
.section_topmain .post_more {
	font-size: 14px;
}
.section_topsub .post_title {
	font-weight: bold;
}
.section_topsub .post_item a {
	min-height: 83px;
}
.post_body .post_title {
	font-weight:normal;
}
.post_body .fontT1 {
	font-weight: bold;
	font-size:22px;
}
.post_body .fontB1 {
	font-size: 18px;
}

/*-------------------------------*/
/*	バナーリスト
/*-------------------------------*/
.bnr_list {
	font-size: 0;
}
.bnr_list > li {
	display: inline-block;
	vertical-align: top;
	width: 15.41%;
	margin: 0 1.5% 1% 0;
	font-size: 12px;
}
.bnr_list > li:nth-child(6n) {
	margin-right: 0;
}