@charset "utf-8";

/*-------------------------
 * セクション・レイアウト
--------------------------*/
@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%; }


@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 ------------ */