#leftmain, #rightmain {
	background: #fff;
	padding: 30px;
	width: 670px;
	margin: 0 2px 50px;
	box-shadow: 0 0px 2px #999999;
	-moz-box-shadow: 0 0px 2px #999999;
	-webkit-box-shadow: 0 0px 2px #999999;
	overflow: hidden;
	position: relative;
	padding-bottom: 150px;
}
.infoBox > div {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px #ccc;
	padding: 10px;
	overflow: hidden;
}
.infoBox > div dl {
	overflow: hidden;
	width: 600px;
}
.infoBox > div dt {
	float: left;
	overflow: hidden;
	width: 280px;
	height: 199px;
	border: 1px solid #ccc;
	text-align: center;
}
.infoBox > div dt p {
	display: table-cell;
	width: 280px;
	height: 199px;
	vertical-align: middle;
}
.infoBox > div dd {
	float: right;
	text-align: left;
	width: 283px;
	margin: 0 0 6px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 4px 7px;
}
.infoBox > div dd.shop {
	font-weight: bold;
	margin-top: 10px;
}
#leftmain h3, #rightmain h3 {
	margin-top:5px;
	height: 50px;
	width: 670px;
	border: 2px solid #eee;
	border-left: 0px;
	border-right: 0px;
	line-height: 48px;
}
#leftmain h3 span, #rightmain h3 span {
	height: 38px;
	width: 670px;
	display: inline-block;
	border: 1px solid #eee;
	border-left: 0px;
	border-right: 0px;
	padding-bottom: 6px;
	font-size: 16px;
}
.photo{
	float:left;
	margin-right: 20px;
	width: 298px;
	padding: 4px;
	height: 199px;
	overflow: hidden;
	position: relative;
}
.photo span img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}
div.list{
	margin: 110px 0 -140px;
	padding: 110px 0 0 0;
}
.infolist{
	margin:20px 0 40px;
	clear:both;
	overflow:hidden;
	position: relative;
	width: 670px;
}

.infolist span{
	display: table-cell;
	width: 298px;
	height: 199px;
	vertical-align: middle;
	text-align: center;
}
.infolist ul{
	float: left;
}
.infolist .tel{
	font-size: 20px;
}
.infolist a{
	position: absolute;
	bottom: 0;
	right: 0;
}
#shop_map{
	margin-bottom: -135px;
	margin-top: 0;
}