/* shop
--------------------------------------------------*/
/*for IE8*/
html.ie8 body {
	font-family : sans-serif;
}

.shopPanel {
	padding: 30px 0;
	position: relative;
}
.shopPanel + .shopPanel {
	border-top: 1px solid #000;
}
.shopPanel .shopImg {
	float: left;
	margin-right: 20px;
}
.shopPanel .shopBox {
	overflow: hidden;
}
.shopPanel h2 {
	position: relative;
	margin-bottom: 15px;
}

.shopPanel h2 span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.shopPanel h2 span img {
	display: inline-block;
}
.shopPanel h2 span img + img {
	margin-left: 18px;
}

.shopPanel .shopText {
	color: #474545;
	line-height: 1.7em;
	font-size: 13px;
}
.shopPanel .btnDetail {
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 999px;
}

.shopDetailPanel {
	padding: 30px 0 0;
	position: relative;
	margin-bottom: 30px;
}
.shopDetailPanel h1 {
	text-align: center;
	margin-bottom: 30px;
}

.shopDetailPanel .shopStyle {
	text-align: center;
	margin-bottom: 20px;
}
.shopDetailPanel .shopStyle img {
	display: inline-block;
	margin: 0 7px;
}

.shopDetailPanel .shopSHow {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.shopDetailPanel .shopImg {
	width: 100%;
	height: 420px;
	margin-bottom: 20px;
}

.shopDetailPanel .bx-pager-box {
	text-align: center;
}
.shopDetailPanel .bx-pager-box a {
	display: inline-block;
	margin: 0 10px;
}
.shopDetailPanel .bx-wrapper {
	position: relative;
}
.shopDetailPanel .bx-prev {
	display: block;
	background: url(../../img/shop/btn_prev.png) 0 0 no-repeat;
	width: 9px;
	height: 17px;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -8px;
	z-index: 999;
	text-indent: -9999px;
}
.shopDetailPanel .bx-next {
	display: block;
	background: url(../../img/shop/btn_next.png) 0 0 no-repeat;
	width: 9px;
	height: 17px;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -8px;
	z-index: 999;
	text-indent: -9999px;
}

.shopDetailPanel .shopInfo {
	text-align: center;
	line-height: 1.8em;
	color: #474545;
	margin: 0 auto;
	margin-bottom: 45px;
	width: 600px;
}
.shopDetailPanel .shopNote {
	width: 600px;
	margin: 0 auto;
	color: #474545;
	line-height: 1.8em;
}
.shopDetailPanel .shopNote p + p {
	margin-top: 15px;
}
.shopDetailPanel .titShopMap {
	text-align: center;
	margin-bottom: 15px;
}
.shopDetailPanel .googleMapBox {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.shopDetailPanel .googleMap {
	width: 600px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 10px;
}
.shopDetailPanel .btnGoogleMap {
	text-align: right;
}

.shopDetailPanel .btnBackTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.shopDetailPanel .btnBackBtm {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 2;
}
.tar {
	text-align: right;
}

.icoDetail {
	background: url(../../img/shop/ico_detail.png) right center no-repeat;
	padding-right: 12px;
	color: #000 !important;
	font-size: 11px;
}

.mainContent .loading {
	text-align: center;
	margin-bottom: 30px;
}