@charset "UTF-8";
@import url("../../share/css/common.css");


/*======================================

	コンテンツ

=======================================*/
.cat_navi {
	margin: 0px;
	padding: 10px 0px 20px 0px;
}

.cat_navi .cat {
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-size: 0.75em;
}

.shop_list {
	margin: 15px 0px 25px 0px;
	padding: 0px;
}

.shop_list .shop_bg {
	float: left;
	width: 160px;
	background-image: url("../images/photo_caption_bg.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.shop_list .shop_bg .shop_photo {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.shop_list .shop_bg .spring_caption {
	background-image: url("../images/spring_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 10px 2px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
}

.shop_list .shop_bg .spring_caption span {
	font-size: 0.875em;
	font-weight: normal;
}

.shop_list .shop_bg .summer_caption {
	background-image: url("../images/summer_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 10px 2px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
}

.shop_list .shop_bg .summer_caption span {
	font-size: 0.875em;
	font-weight: normal;
}

.shop_list .shop_bg .autumn_caption {
	background-image: url("../images/autumn_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 10px 2px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
}

.shop_list .shop_bg .autumn_caption span {
	font-size: 0.875em;
	font-weight: normal;
}

.shop_list .shop_bg .winter_caption {
	background-image: url("../images/winter_arrow.gif");
	background-repeat: no-repeat; 
	background-position: 10px 2px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
}

.shop_list .shop_bg .winter_caption span {
	font-size: 0.875em;
	font-weight: normal;
}









