@charset "UTF-8";
/* --------------------------------------------------------------------------------------
   地図
--------------------------------------------------------------------------------------- */
.shopinfo section {
	background:url(../img/access/shopinfo_image.png) no-repeat right top;
	padding-top:26px;
}

.shopinfo section table {
	background:url(../img/common/dotted.png) repeat-x left top;
}

.shopinfo section tr {
	background:url(../img/common/dotted.png) repeat-x left bottom;
}

.shopinfo section th {
	background:url(../img/common/icon.png) no-repeat left 12px;
	padding:8px 0px 8px 15px;
}

.shopinfo section td {
	padding:8px 0px 8px 20px;
}

.map {
	margin-top:50px;
}

.map section {
	width:1000px;
	height:500px;
	position:relative;
	margin-top:20px;
}

.map div {
	position:absolute;
}

.map div:first-child {
	top:0px;
	left:0px;
}

.map div:last-child {
	top:10px;
	left:620px;
}
