@charset "utf-8";
{* 店舗案内用 CSS *}

h1 {
	background-image: url(../../img/h1_shop_info.png);
}

.inner  {
	margin: 0px;
	float: left;
	height: auto;
	width: 950px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../../img/box_mid_bk950.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	position: relative;
	overflow: hidden;
}

.box950 {
	margin-bottom: 30px;
}
#gmap {
	position: relative;
	padding-top: 10px;
	margin-bottom: 20px;
	height: 440px;
}
#gmap a {
	display: block;
	height: 21px;
	width: 240px;
	margin: 0 auto;
	position: relative;
	top: -35px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	border: 2px solid #333333;
	border-radius: 13px;
}
#gmap a:hover{
	background-color: #999999;
	color: #ffffff;
}
#gmap #qrcode {
	background-color: #FFFFFF;
	height: 111px;
	width: 111px;
	position: absolute;
	left: 30px;
	top: 329px;
}



#route {
	padding-right: 20px;
	padding-left: 20px;
}
#route #tab {
	display: block;
	zoom:1;
}



#tab li {
	float: left;
	padding: 6px 10px 12px;
	list-style: none;
	cursor: pointer;
	background: #eee;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	margin-right: 4px;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	border-radius: 6px 6px 0px 0px;
}
.content_wrap {
	clear: left;
	width: auto;
	height: auto;
	font-size: 20px;
	text-align: center;
	background: #e0e0e0;
	color: #fff;
	border: 4px solid #333333;
	padding: 20px;
	zoom:1;
	border-radius: 8px;
	position:relative;
	top:-8px;
	margin-bottom: 20px;
}
#tab li.select {
	background: #333333;
	color:#FFFFFF;
}
.disnon {
  display: none;
}
#route .content_wrap h5 {
	margin-bottom: 20px;
	display: block;
	background-color: #333333;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

#route .content_wrap p {
	display: block;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 20px;
}
#route .content_wrap .tel {
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	color: #000000;
}
#eq_photo {
	height: auto;
	width: 400px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#eq_photo ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#eq_photo li {
 height: 180px;
 width: 380px;
 margin-right: 10px;
 margin-bottom: 10px;
 float:left;
 overflow:hidden;
 display: block;
 position: relative;
}

#eq_photo li img{
	position: absolute;
	left: 0px;
}
#eq_comment {
 float:left;
 width:460px;
 font-size: 14px;
 line-height: 20px;
 letter-spacing: 0.1em;
 text-align: left;
 vertical-align: top;
 padding: 10px 20px 20px 10px;
}

#eq_photo li.half {
	width: 185px;
	height: 135px;
}