@charset "utf-8";
/* CSS Document */
.store_title{
	height:44px;
	line-height:44px;
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	font-size:22px;
	font-weight: bold;
	color:#018ef1;
	text-align:center;
	width:980px;
	margin:0 auto;
}
#map{
	border:1px solid #c6c6c6;
	padding:3px;
	box-sizing:border-box;
}
#tab {
	margin:50px auto 0;
	text-align:center;
	height:35px;
}
#tab li {
	display:inline-block;
	width:190px;
	height:35px;
}
#tab li a {
	display:block;
	line-height:35px;
	color:#FFF;
	text-decoration:none;
	background-image: url(../images/access_tab.png);
	width:190px;
	overflow:hidden;
	text-align:center;
	border-radius:7px 7px 0 0;
}
#tab li.hit a{ background-position:-230px 0 !important;}

#tab li:last-child {
	margin-right:0;
}
.d_n{ display: none;}


.hit {
	background-image: url(../images/hit.png);
	background-repeat:no-repeat;
	background-position:center;
}
.store {
	background-color:#e4f5ff;
	position:relative;
	padding:10px 0;
	margin:0 auto 30px;
}
.store h3 {
	background-image:url(../images/store.png);
	background-repeat:no-repeat;
	color:#FFF;
	width:210px;
	height:45px;
	position:relative;
	top:-7px;
	left:15px;
	text-align:center;
	line-height:45px;
}
.top {
	margin:5px auto;
	width:950px;
}
.main_image {
	float:left;
	margin-right:10px;
}
.text {
	position:relative;
	height:353px;
	width:455px;
	float:left;
}
.text h4 {
	color:#fc5c8b;
	border-bottom:1px solid #72c1f8;
	font-size:13px;
	padding-bottom:5px;
	line-height:1.5;
}
.pink {
	color:#f878a0;
}
.address {
	margin-top:5px;
}
.address th {
	width:60px;
	border-bottom:1px dashed #8fcefa;
	padding:7px 0;
}
.address td {
	padding:3px 0;
	padding-left:15px;
	border-bottom:1px dashed #8fcefa;
}
.tel {
	font-size:16px;
	font-weight: bold;
	color:#fc5c8b;
}
.tel a{
	font-size:16px;
	font-weight: bold;
	color:#fc5c8b;
}
.tel  span{
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.mail {
	text-align:center;
	margin:5px 0 0;

}
#orange .mail {
	position:absolute;
	bottom:0;
	left:65px;
}
ul.images {
	width:950px;
	height:180px;
	margin:0 auto;
}
.images li {
	display:inline-block;
}
.images li p {
	line-height:2.0;
}
.access {
	position: absolute;
	top:66px;
	right:50px;
}
#orange .access,#tab2 .access {
	position: absolute;
	top:85px !important;
	right:50px;
}

