@import url("global.css");

/* 日本地図ページ */
#japanmap{
	background:url(../shop/map/bg.jpg) no-repeat left top;
	width:720px;
	height:778px;
	position:relative;
}
#japanmap p{
	position:absolute;
}
#japanmap a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
#japanmap a:hover {
	background-position:right bottom;
}
#map_hokkaido {
	top:6px;
	left:483px;
}
#map_hokkaido a {
	width:140px;
	height:140px;
	background:url(../shop/map/hokkaido.png) no-repeat left top;
}
#map_tohoku {
	top:199px;
	left:580px;
}
#map_tohoku a{
	width:140px;
	height:140px;
	background: url(../shop/map/tohoku.png) no-repeat left top;
}
#map_shinetsu {
	top:292px;
	left:467px;
}
#map_shinetsu a {
	width:120px;
	height:120px;
	background: url(../shop/map/shinetsu.png) no-repeat left top;
}
#map_hokuriku {
	top:370px;
	left:371px;
}
#map_hokuriku a {
	width:120px;
	height:120px;
	background: url(../shop/map/hokuriku.png) no-repeat left top;
}
#map_kantou {
	top:364px;
	left:559px;
}
#map_kantou a {
	width:162px;
	height:162px;
	background: url(../shop/map/kantou.png) no-repeat left top;
}
#map_tokai {
	top:492px;
	left:448px;
}
#map_tokai a {
	width:130px;
	height:130px;
	background: url(../shop/map/tokai.png) no-repeat left top;
}
#map_kansai {
	top:478px;
	left:281px;
}
#map_kansai a {
	width:160px;
	height:160px;
	background: url(../shop/map/kansai.png) no-repeat left top;
}
#map_cyugoku {
	top:388px;
	left:155px;
}
#map_cyugoku a {
	width:150px;
	height:150px;
	background: url(../shop/map/cyugoku.png) no-repeat left top;
}
#map_shikoku {
	top:602px;
	left:175px;
}
#map_shikoku a {
	width:130px;
	height:130px;
	background: url(../shop/map/shikoku.png) no-repeat left top;
}
#map_kyusyu {
	top:608px;
	left:0;
}
#map_kyusyu a {
	width:170px;
	height:170px;
	background: url(../shop/map/kyusyu.png) no-repeat left top;
}

/* 地域ごとの地図ページ */
.mapframe {
	border: #DDD 1px solid;
	padding: 3px;
	margin-bottom:20px;
}
#map {
	width: 712px;
	height: 460px;
}
.mapwindow{
	width:170px;
}

.list table{
	border-collapse:collapse;
	width:100%;
}
.list table th{
	background:#D8F0FA;
	border:1px solid #B0E0F4;
	padding:10px 10px 10px 5px;
	color: #0066CC;
}
.list table th p{
	border-left:5px solid #0066CC;
	padding-left:10px;
}
.list table td{
	border:1px solid #B0E0F4;
	padding:10px 10px 10px 20px;
}
.wid200{
	width:220px;
}

/* 店舗詳細ページ */
#shop_detailcontents{
	width:960px;
	font-size:16px;
}
.shop_dtitle{
	width:960px;
	margin-top:-24px;
	margin-bottom:20px;
	background: url(../shop/img/title.png) no-repeat left top;
	padding-top:24px;
	padding-left:10px;
	line-height:50px;
	font-size:25px;
	font-weight:bold;
	color:#FFFFFF;
}
.shop_dtitle_sub{
	width:960px;
	margin-top:-24px;
	margin-bottom:20px;
	background: url(../shop/img/title_sub.png) no-repeat left top;
	padding-top:24px;
	padding-left:10px;
	line-height:35px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

.sogei{
	width:565px;
	float:right;
	height:191px;
	background:url(../shop/img/area.jpg) no-repeat left top;
	padding:50px 0px 15px 15px;
}
.sogei #sogeiscroll{
	width:560px;
	height:191px;
	overflow: auto;
}
.sogei #sogeiscroll_normal{
	width:560px;
	height:191px;
	overflow: auto;
}
.tel{
	float:left;
	width:660px;
}
.bnbox{
	width:280px;
	float:right;
}
.staff_bn {
	margin-bottom:10px;
}
.staff_bn a{
	width:280px;
	height:50px;
	background:url(../shop/img/btn_staff.jpg) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	display:block;
}
.price_bn a{
	width:280px;
	height:50px;
	background: url(../shop/img/btn_price.jpg) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	display:block;
}

.price_bnr a{
	width:280px;
	height:110px;
	background: url(../shop/img/price_bnr.jpg) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	display:block;
}

.inquiry_bnr a{
	width:280px;
	height:110px;
	background: url(../shop/img/inquiry_bnr.jpg) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	display:block;
}

.staff_bn a:hover ,
.price_bn a:hover ,
.price_bnr a:hover ,
.inquiry_bnr a:hover{
	background-position:right bottom;
}
/* 店舗情報テーブル */
.shopinfotable{
	border:1px solid #DFDFDF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom:20px;
}
.shopinfotable table{
	border-collapse:collapse;
	width:100%;
}
.shopinfotable table th{
	padding:10px 10px 10px 15px;
	border-bottom:1px dotted #CCCCCC;
	width:100px;
	vertical-align:top;
}
.shopinfotable table .nobd {
	border-bottom:none;
}
.shopinfotable table .bdl {
	border-left:1px solid #CCCCCC;
}
.shopinfotable table td{
	padding:10px 10px 10px 0;
	border-bottom:1px dotted #CCCCCC;
}
.shopinfotable table td p{
	background:url(../shop/img/tablebg.gif) repeat-y top left;
	padding-left:25px;
}

.maparea{
	border:1px solid #4B250A;
	width:600px;
	height:250px;
	float:left;
}

/* 料金表テーブル */
.priceinfotable{
	background:#D8F0FA;
	margin-bottom:30px;
}
.priceinfotable table{
	border-collapse:collapse;
	width:100%;
}
.priceinfotable table th{
	padding:2px 5px;
	border:1px solid #FFFFFF;
	color:#0066CC;
	font-weight:bold;
	text-align:center;
}
.priceinfotable table td{
	padding:2px 5px;
	background:#FFFFFF;
	border:1px solid #D8F0FA;
	text-align:right;
	line-height:1.5;
	font-size:14px;
}
.priceinfotable table td.no_num{
	text-align:center;
}
.priceinfotable table td.futan{
	font-size:16px;
	font-weight:bold;
}
.priceinfotable table .nobd_r{
	border-right:none;
}
.priceinfotable table .nobd_b{
	border-bottom:none;
}

/* スタッフ紹介 */
#stafflist{
	margin-right:-20px;
	width:980px;
	padding-bottom:20px;
}
#stafflist li{
	width:470px;
	overflow:hidden;
	float:left;
	margin:0 20px 20px 0;
}
#stafflist li.mr20{
	margin-right:20px;
}
.box{
	padding:5px 10px 10px 10px;
	border:1px solid #CCCCCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.img{
	width:126px;
	height:126px;
	float:left;
	position:relative;
}
.imgframe{
	position:absolute;
	top:0;
	left:0;
}
.txt{
	width:310px;
	float:right;
	font-size: 14px;
}
.staff_name{
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
}
.staff_kana{
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
	font-size:12px;
}
.shop_notes {
	margin: -5px 0 20px;
}

/* サイド店舗一覧 */

.sidelist dt{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	width:210px;
	height:30px;
	padding-bottom:5px;
}
.sidelist dt:hover {
	background-position:right top;
}
.shoplist{
	padding-bottom:10px;
}
.shoplist li{
	margin-bottom:5px;
}
/* hokkaido */
.hokkaido dt{
	background:url(../shop/img/list_hokkaido.gif) no-repeat left top;
}
.hokkaido a {
	color:#D5445E;
}
/* tohoku */
.tohoku dt{
	background:url(../shop/img/list_tohoku.gif) no-repeat left top;
}
.tohoku a {
	color:#78C8F8;
}
/* hokuriku */
.hokuriku dt{
	background: url(../shop/img/list_hokuriku.gif) no-repeat left top;
}
.hokuriku a {
	color:#B68E07;
}
/* shinetsu */
.shinetsu dt{
	background: url(../shop/img/list_shinetsu.gif) no-repeat left top;
}
.shinetsu a {
	color:#437829;
}
/* kantou */
.kantou dt{
	background: url(../shop/img/list_kantou.gif) no-repeat left top;
}
.kantou a {
	color:#2184B4;
}
/* tokai */
.tokai dt{
	background: url(../shop/img/list_tokai.gif) no-repeat left top;
}
.tokai a {
	color:#28A27D;
}
/* kansai */
.kansai dt{
	background: url(../shop/img/list_kansai.gif) no-repeat left top;
}
.kansai a {
	color:#FF6600;
}
/* cyugoku */
.cyugoku dt{
	background: url(../shop/img/list_cyugoku.gif) no-repeat left top;
}
.cyugoku a {
	color:#8F68D9;
}
/* shikoku */
.shikoku dt{
	background: url(../shop/img/list_shikoku.gif) no-repeat left top;
}
.shikoku a {
	color:#CF292E;
}
/* kyusyu */
.kyusyu{
	padding-bottom:20px;
}
.kyusyu dt{
	background: url(../shop/img/list_kyusyu.gif) no-repeat left top;
}
.kyusyu a {
	color:#949F2B;
}
