@charset "utf-8";

#container #content .shop_box {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
	height: 1%;
}

#container #content .shop_box .shopImg {
	float: left;
	width: 340px;
}

#container #content .shop_box .location {
	width: 388px;
	float: left;
	padding: 0px 30px 0px 40px;
	overflow: hidden;
	height: 1%;
}

#container #content .shop_box .location .name {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 2px solid #99CCFF;
}

#container #content .shop_box .location .name strong {
	font-size: 164%;
	display: block;
}

#container #content #saiji_box {
	display: block;
	height: 1%;
	position: relative;
	margin: 0px 0px 30px;
	overflow: hidden;
}
#container #content #saiji_box dt {
	float: left;
	width: 180px;
	padding: 8px 0px 8px 20px;
	background: url(../../common/images/dot_line.gif) repeat-x bottom;
}
#container #content #saiji_box dd {
	padding: 8px 0px 8px 20px;
	width: 580px;
	float: left;
	background: url(../../common/images/dot_line.gif) repeat-x bottom;
}
#container #content h3 {
	font-weight: bold;
	background: url(../../common/images/icon_star.gif) no-repeat left center;
	padding: 0px 0px 0px 20px;
	font-size: 116%;
	margin: 0px 0px 10px;
}
#container #content .shopImg img {
	border: 1px solid #CCCCCC;
}
