@charset "utf-8";
@import "normalize.css";
@import "common.css";
/*=================================
	shop location
==================================*/
#shoplist,
#shopdata {
	padding:60px;
}

#shoplist h2 {
	width:405px;
	height:0px;
	padding-top:42px;
	overflow:hidden;
	background-image:url(../shop/images/pagetitle.png);
	background-repeat:no-repeat;
	background-position:;
}

#shoplist #map {
	width:700px;
	height:525px;
	margin:0px auto 0px auto;
}

#shoplist h3 {
	padding-left:10px;
	margin-top:50px;
	font-size:150%;
	font-weight:bold;
}

#tohoku {	border-left:solid 8px #82a0dd;}
#kanto {		border-left:solid 8px #a2d04b;}
#chubu {		border-left:solid 8px #ec9b9b;}
#kinki {		border-left:solid 8px #fbb855;}
#kyushu {	border-left:solid 8px #f46d6d;}
#chugoku {	border-left:solid 8px #c696d5;}
#overseas {	border-left:solid 8px #6de6f4;}

#shoplist table {
	width:820px;
	margin-top:10px;
	border-collapse:collapse;
}

#shoplist table th,
#shoplist table td {
	padding:0.5em;
	background-color:#222222;
	border:solid 1px #333333;
}

#shoplist table th {
	width:180px;
	vertical-align:top;
}

/*=================================
	shop data
==================================*/
#shopdata {
	padding-top:140px;
	background-image:url(../shop/images/pagetitle_detail.png);
	background-repeat:no-repeat;
	background-position:60px 60px;
}

#shopdata h2 {
	margin-bottom:20px;
}

#shopdata #figure {
	width:300px;
	float:left;
}

#shopdata #info {
	width:500px;
	float:right;
}

#info #qr {
	margin:10px 0px;
}

#shopdata table {
	width:500px;
	border-collapse:collapse;
}

#shopdata table th,
#shopdata table td {
	padding:0.5em;
	background-color:#222222;
	border:solid 1px #333333;
}

#shopdata table th {
	width:140px;
	vertical-align:top;
}

#shopdata #map {
	margin-top:30px;
}

#shopdata #map p {
	width:290px;
	margin:20px auto 0px auto;
}

#shopdata #map p a {
	display:block;
	width:290px;
	height:0px;
	padding-top:50px;
	overflow:hidden;
	background-image:url(../shop/images/map_print.gif);
	background-repeat:no-repeat;
}
