@charset "utf-8";

/*-------------------------
 * module header
--------------------------*/

/*-------------------------
 * セクション・レイアウト
--------------------------*/
.sectionn { margin-bottom: 0; }

@media only screen and (max-width: 640px) {
	#content{margin-bottom: 0;}
	.main_image{margin-bottom: 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; }

}

/*-------------------------
 * print
--------------------------*/
@media print {

}

/*-------------------------
 * 追加修正（2019/11/26）
--------------------------*/
.blank_cut img.cut{margin-left: 0;}

/* css end ------------ */