@charset "UTF-8"






/*  1. Set up
================================================================================= */


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height:0;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*��*//*/
	height: auto;
	overflow: hidden;
	/**/
	}


/*  2. SHOP LIST
================================================================================= */


/*  2.1 shop-box
--------------------------------------------------------------------------------- */


.shop-box {
	padding: 20px 15px;
	border-bottom: 1px dotted #DDD;
	}

.shop-box:hover {
	background: #F9F9F9;
	}

.shop-box p {
	padding: 0;
	margin: 0;
	}

.shop-box-l {
	float: left;
	}

.shop-box-l p {
	margin: 5px 0;
	}

.shop-box-r {
	float: right;
	width: 255px;
	}


/*  2.2 tab
--------------------------------------------------------------------------------- */


#tab {
	width: 100%;
	height: 35px;
	margin: 50px 0 20px;
	}

#tab li {
	float: left;
	display: inline;
	}

#tab-all a {
	display: block;
	width: 93px;
	height: 35px;
	background: url(../shop/images/tab-all-on.gif) 0 0 no-repeat;
}
#tab-all a:hover {
	background-color: #FFF;
}
#tab-all a:hover img {
	visibility: hidden;
}

#tab-hokkaido a {
	display: block;
	width: 72px;
	height: 35px;
	background: url(../shop/images/tab-hokkaido-on.gif) 0 0 no-repeat;
}
#tab-hokkaido a:hover {
	background-color: #FFF;
}
#tab-hokkaido a:hover img {
	visibility: hidden;
}

#tab-tohoku a {
	display: block;
	width: 62px;
	height: 35px;
	background: url(../shop/images/tab-tohoku-on.gif) 0 0 no-repeat;
}
#tab-tohoku a:hover {
	background-color: #FFF;
}
#tab-tohoku a:hover img {
	visibility: hidden;
}

#tab-kanto a {
	display: block;
	width: 62px;
	height: 35px;
	background: url(../shop/images/tab-kanto-on.gif) 0 0 no-repeat;
}
#tab-kanto a:hover {
	background-color: #FFF;
}
#tab-kanto a:hover img {
	visibility: hidden;
}

#tab-chubu a {
	display: block;
	width: 62px;
	height: 35px;
	background: url(../shop/images/tab-chubu-on.gif) 0 0 no-repeat;
}
#tab-chubu a:hover {
	background-color: #FFF;
}
#tab-chubu a:hover img {
	visibility: hidden;
}

#tab-kinki a {
	display: block;
	width: 62px;
	height: 35px;
	background: url(../shop/images/tab-kinki-on.gif) 0 0 no-repeat;
}
#tab-kinki a:hover {
	background-color: #FFF;
}
#tab-kinki a:hover img {
	visibility: hidden;
}

#tab-chugoku a {
	display: block;
	width: 62px;
	height: 35px;
	background: url(../shop/images/tab-chugoku-on.gif) 0 0 no-repeat;
}
#tab-chugoku a:hover {
	background-color: #FFF;
}
#tab-chugoku a:hover img {
	visibility: hidden;
}

#tab-shikoku a {
	display: block;
	width: 62px;
	height: 35px;
	background: url(../shop/images/tab-shikoku-on.gif) 0 0 no-repeat;
}
#tab-shikoku a:hover {
	background-color: #FFF;
}
#tab-shikoku a:hover img {
	visibility: hidden;
}

#tab-kyushu a {
	display: block;
	width: 62px;
	height: 35px;
	background: url(../shop/images/tab-kyushu-on.gif) 0 0 no-repeat;
}
#tab-kyushu a:hover {
	background-color: #FFF;
}
#tab-kyushu a:hover img {
	visibility: hidden;
}

#c1,#c2,#c3,#c4,#c5,#c6,#c7,#c8 {
	display: none;
}


/*  3. SHOP
================================================================================= */


/*  3.1 shop2-box
--------------------------------------------------------------------------------- */


.shop2-box {
	padding-bottom: 60px;
	}

.shop2-box h3 {
	margin-bottom: 25px;
	}

.shop2-box table {
	width: 600px;
	}

.shop2-box table li {
	list-style: disc inside;
	}

.shop2-box table li ul {
	margin-left: 10px;
	}

.shop2-box table li ul li {
	list-style: circle inside;
	}

.shop2-box th,td {
	border-bottom: 1px dotted #DDD;
	padding: 15px;
	text-align: left;
	}

.shop2-box th {
	width: 100px;
	font-weight: normal;
	}

.subtitle {
	width: 598px;
	height: 28px;
	background: #F3F2F0;
	border: 1px solid #E7E6E2;
	margin-bottom: 10px;
}


/*  3.2 map
--------------------------------------------------------------------------------- */



#maparea {
	padding: 2px;
	border: 1px solid #E7E6E2;
	}

#map {
	width: 594px;
	height: 394px;
	}
