@charset 'utf-8';
@import url("common.css");

/* ============= clear ============= */

#shop_navi, #ind_shop, #ind_shop_date dl {
	height		: 1%;
}

#shop_navi:after, #ind_shop:after, #ind_shop_date dl:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/* ============= index ============= */

ul#shop_navi {
	list-style-type	: none;
	margin-top	: 45px;
}

#shop_navi li {
	width		: 286px;
	float		: left;
	margin-bottom	: 20px;
}

/* ============= entry ============= */

#ind_shop {
	background-color	: #F8EFE0;
	font-size	: 12px;
	padding		: 20px;
}

#ind_shop_date {
	width		: 310px;
	float		: left;
	margin-bottom	: 20px;
}

#ind_shop_date h4, #ind_shop_date h5 {
	font-weight	: normal;
}

#ind_shop_date h4 {
	color		: #51D1EC;
	font-size	: 22px;
}

.shop_lead {
	color		: #51D1EC;
	font-size	: 10px;
	margin-bottom	: 15px;
	padding-left	: 25px;
}

#shop_cm {
	margin-bottom	: 25px;
}

#ind_shop_date h5 {
	background-image	: url("../img/shop_title_data.gif");
	background-repeat	: no-repeat;
	background-position	: center left;
	font-size	: 16px;
	text-indent	: -9999px;
	border-bottom	: 1px solid #51D1EC;
}

#ind_shop_date dl {
	background-image	: url("../img/bg_line2.gif");
	background-repeat	: repeat-x;
	background-position	: bottom left;
	clear		: both;
	padding		: 8px 0;
}

#ind_shop_date dt {
	width		: 82px;
	float		: left;
}

#ind_shop_date dd {
	width		: 224px;
	float		: right;
	word-break	: break-all;
}

#shop_photo {
	width		: 200px;
	float		: right;
	text-align	: center;
	margin-bottom	: 20px;
}

dd th, dd td {
	font-size	: 12px;
	font-weight	: normal;
	text-align	: left;
}