@charset "utf-8";

/*-------------------------
 * module header
--------------------------*/

/*-------------------------
 * セクション・レイアウト
--------------------------*/
@media only screen and (max-width: 640px) {
	#content{margin-bottom: 0;}
	.main_image{margin-bottom: 0;}
}

.sectionn { margin-bottom: 0; }
.icon_new{
float:right;
margin:-0.5em -0.5em 0 0;
}

@media only screen and (max-width: 640px) {
.icon_new{
float:right;
margin:-0.8em -0.5em 0 0;
}
}

/*-------------------------
 * リンクエリア
--------------------------*/
#category_index_list .container .item .label { margin-bottom: 0.5em; font-size: 128.5%; }

@media only screen and (max-width: 640px) {
	#category_index_list .container .item { margin-bottom: 1px; }
	#category_index_list .container .item .thumb img { display: none; }

}

	#category_index_list .interview {font-size: 114.2%;
    font-weight: bold;
    text-align: center;
	padding:2em 0;
	margin-top:1.7em;
	border-top:#d9d9d9 1px solid;}
/*-------------------------
 * print
--------------------------*/
@media print {

}
/* css end ------------ */