@charset "utf-8";

/* 店舗情報 */
#s_map .ttl {
	text-align:center;
	margin:0 auto;
	height:204px;
	overflow:hidden;
}
#map {
	background: url("../img/s_map.png") no-repeat center top;
	position: relative;
	width: 865px;
	height: 616px;
	margin: 0 auto;
	line-height: 160%;
}
.box {
	width: 120px;
	text-align: left;
}

.hokkaido {
	position: absolute;
	left: 705px;
	top: 121px;
}
.chubu {
	position: absolute;
	left: 331px;
	top: 122px;
}
.chugoku {
	position: absolute;
	left: 184px;
	top: 194px;
}
.kyushu {
	position: absolute;
	left: 37px;
	top: 195px;
}
.shikoku {
	position: absolute;
	left: 260px;
	top: 489px;
}
.kinki {
	position: absolute;
	left: 452px;
	top: 466px;
}
.tohoku {
	position: absolute;
	left: 686px;
	top: 230px;
}
.kanto {
	width:140px;
	position: absolute;
	left: 676px;
	top: 370px;
}
.box .place {
	color: #FFF;
	background-color: #5BA6E0;
	padding: 2px 5px;
	margin-bottom: 5px;
	text-align: right;
}
.shop_text {
	text-decoration: underline;
	color: #5BA6E0;
	font-size: 13px;
	line-height: 160%;
}
td {
	vertical-align: top;
	padding-right: 20px;
}
.overflow {
	overflow:hidden;
	/zoom:1;
}
.float {
	float: left;
}
.right {
	float: right;
}