/* CSS Document */
#shop {
	margin:0px auto 0;
}
#shop h2  {
	background-image:url(../images/h2_back.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#shop_box {
	background:#000;
	height:350px;
}
#shop_img {
	width:417px;
	float:left;
}
#shop_data {
	width:560px;
	float:left;
	color:#fff;
	padding:20px 0 0 15px;
	box-sizing:border-box;
}
#shop_data h3 {
	font-size:18px;
	margin:0 0 15px 0;
}
#shop_data table {
	color:#fff;
	margin:15px 0 0;
}
#shop_data table th {
	width:120px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
/*shop_map*/
#shop_map {
	width:100%;
	background-color:#393939;
	margin:0 auto 100px;
}
#shop_map h3 {
	color:#fff;
	font-size:18px;
	padding:30px 0;
	text-align:center;
}