@charset "UTF-8";
/* CSS Document */


#shop_header {
	margin: 0 0 1em 0;
}

#shop_header img {
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

#shop_logo {
	 margin: 0 0.75em 0.5em 0;
	 float: left;
	 vertical-align: top;
}

#shop_image {
	margin: 0 0 2em 0;
	width: 100%;
	height: auto;
}

h3.ar_rect {
	font-size: 1em !important;
}



.info_list {
	margin: 0 0 1em;
	padding: 0 0 0 0;
	border: 1px #999 solid;
	text-align: center;
}

.info_list dt {
	margin: 0 auto;
	padding: 1em 0 0;
	width: 96%;
	color: #777;
	text-align: left;
	font-weight: bold;
	font-size: 0.85em;
	/*border-top: 1px #999 solid;*/
	/*border-bottom: 1px #999 solid;*/
}
.info_list dt:before {
	content: "【";
}
.info_list dt:after {
	content: "】";
}


.info_list dd {
	padding: 0 0 1em;
	width: 96%;
	text-align: left;
	
}
.info_list dd.title {
	margin: 0 auto;
	padding: 0 auto 0;
	font-weight: bold;
}
.info_list dd.detail {
	margin: 0 auto;
	padding: 0 auto;
	border-bottom: 1px #999 solid;
}




.shop_list {
	font-size: 0.85em;
}

.shop_list li {
	margin: 0 5px 2em;
	width: 300px;
	height: 20em;
	float: left;
	border-bottom: 1px #666 dotted;
}

.shop_list li.s {
	height: 17em;
}

.shop_list li.end {
	margin-right: 0;
}

h3 {
	margin: 0 0 0.5em;
	font-size: 1.25em;
}

h3 span.s {
	font-size: 0.85em;
}

.pref {
	font-size: 0.85em;
}

.buttons a {
	margin: 0 0.25em 0 0;
	padding: 0.25em 1em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f3ce00), color-stop(1.00, #ff7800));
	background: -webkit-linear-gradient(#f3ce00, #ff7800);
	background: -moz-linear-gradient(#f3ce00, #ff7800);
	background: -o-linear-gradient(#f3ce00, #ff7800);
	background: -ms-linear-gradient(#f3ce00, #ff7800);
	background: linear-gradient(#f3ce00, #ff7800);
}

.buttons a:hover {
	opacity: 0.8;
}


.sidebar_shop {
	margin: 0 0 2em;
	
}
.sidebar_shop li {
	margin: 0 0 2px;
	
}
.sidebar_shop li a {
	padding: 0.75em 0;
	width: 90%;
	color: #fff;
	display: block;
	text-align: center;
	
color: #fff;
/*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);*/
letter-spacing: 0;
border: 1px #666 solid;;
/*box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
border-radius: 6px;
text-decoration: none;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #2F2725), color-stop(0.00, #727071));
	background: -webkit-linear-gradient(top, #727071 0%, #2F2725 88%);
	background: -moz-linear-gradient(top, #727071 0%, #2F2725 88%);
	background: -o-linear-gradient(top, #727071 0%, #2F2725 88%);
	background: -ms-linear-gradient(top, #727071 0%, #2F2725 88%);
	background: linear-gradient(to bottom, #727071 0%, #2F2725 88%);
}
.sidebar_shop li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #443937), color-stop(0.00, #A3A1A2));
	background: -webkit-linear-gradient(top, #A3A1A2 0%, #443937 88%);
	background: -moz-linear-gradient(top, #A3A1A2 0%, #443937 88%);
	background: -o-linear-gradient(top, #A3A1A2 0%, #443937 88%);
	background: -ms-linear-gradient(top, #A3A1A2 0%, #443937 88%);
	background: linear-gradient(to bottom, #A3A1A2 0%, #443937 88%);
}


.staff_info {
	margin: 0 0 1em;
	padding: 1em 0;
	border: 1px #666 solid;
}
.staff_info img.photo {
	margin: 0 1em;
	float: left;
}
.staff_info dl.text {
	float: left;
}
.staff_info dt {
	margin: 0 0 0.5em;
	width: 7em;
	border-bottom: 1px #999 solid;
	float: left;
	clear: both;
}
.staff_info dd {
	margin: 0 0 0.5em;
	width: 30em;
	float: left;
	border-bottom: 1px #999 solid;
}


table.border_solid td {
	padding: 0.5em 1em;
	text-align: left;
}

.shop_margin {
	margin: 0 0 1em;
	padding: 1em;
	border: 1px #ccc solid !important;
}


#intro {
	width: 100%;
	position: relative;
}

#intro #text {
	width: 480px;
	text-align: center;
	font-size: 11px;
	position: absolute;
	top: 20px;
	left: 20px;
}
#intro #text h1 {
	margin: 0 auto;
}
#intro #text h2 {
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: bold;
}

#map {
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
	position: relative;
}

#map a.name {
	position: absolute;
	font-size: 12px;
	color: #333;
	text-align: left;
	text-decoration: none;
	opacity: 0.5;
}
#map a.name:hover {
	font-weight: bold;
	text-decoration: underline;
	opacity: 1;
}



#map a.northmountain {
	left: 730px;
	top: 27px;
}
#map a.kamishima {
	right: 20px;
	top: 135px;
}
#map a.vhokkaido {
	right: 350px;
	top: 50px;
	text-align: right;
}
#map a.rocky {
	left: 680px;
	top: 175px;
}
#map a.vyamagata {
	left: 505px;
	top: 163px;
	text-align: right;
}
#map a.dssato {
	left: 680px;
	top: 235px;
}
#map a.fieldlife {
	left: 680px;
	top: 275px;
}
#map a.dmiyagi {
	left: 680px;
	top: 250px;
}
#map a.rvland {
	left: 680px;
	top: 300px;
}
#map a.rvlandaeonmall {
	left: 680px;
	top: 339px;
}
#map a.d_chiba {
	left: 650px;
	top: 365px;
}
#map a.vsaitama {
	left: 680px;
	top: 380px;
}
#map a.mishima {
	left: 630px;
	top: 440px;
}
#map a.hatanaka {
	left: 605px;
	top: 483px;
}
#map a.vaichi {
	left: 485px;
	top: 455px;
}
#map a.vkyoto {
	left: 460px;
	top: 498px;
}
#map a.ohmori {
	left: 385px;
	top: 498px;
}
#map a.oka {
	right: 575px;
	top: 498px;
	text-align: right;
}
#map a.wtop {
	right: 810px;
	top: 498px;
	text-align: right;
}
#map a.rvlandkyushu {
	right: 810px;
	top: 435px;
	text-align: right;
}
#map a.d_hiroshima {
	right: 755px;
	top: 370px;
	text-align: right;
}
#map a.smilefactory {
	right: 707px;
	top: 330px;
	text-align: right;
}
#map a.d_kurashiki {
	right: 620px;
	top: 275px;
	text-align: center;
}
#map a.ltcampers {
	right:  495px;
	top: 330px;
	text-align: right;
}
#map a.vkanazawa {
	left: 390px;
	top: 240px;
}
#map a.vniigata {
	left: 475px;
	top: 223px;
}
#map a.marinarv {
	left: 250px;
	top: 295px;
}
#map a.fcs {
	left: 518px;
	top: 185px;
}


