@charset "utf-8";

/*-------------------------
 * module header
--------------------------*/

/*-------------------------
 * セクション・レイアウト
--------------------------*/
@media only screen and (max-width: 640px) {
	#content{margin-bottom: 0;}
	.main_image{margin-bottom: 0;}
}

@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 .container .item .label { margin-bottom: 0.5em; font-size: 128.5%; }
#category_index_list .container .item .thumb--border{border: 1px solid #e6e6e6;border-bottom: none;}
@media only screen and (max-width: 640px) {
	#category_index_list .container .item { margin-bottom: 1px; }
	#category_index_list .container .item .thumb img { display: none; }
}

/*-------------------------
 * print
--------------------------*/
@media print {

}
/* css end ------------ */