@charset "utf-8";

#main_image.category_index .category_index_text { top: 24%; }
#main_image.category_index p { color: #FFF; }

@media only screen and (min-width: 641px) and (max-width: 980px){
	#main_image.category_index .category_index_text { top: 12%; }
}

@media only screen and (max-width: 640px) {
	#category_index_list .container .item { margin-bottom: 1px; }
	#category_index_list .container .item .thumb img { display: none; }
	#main_image.category_index .category_index_text { top: 42px; }
}

/*-------------------------
 * print
--------------------------*/
@media print {

}
/* css end ------------ */