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

/*==============================
store guide setting
==============================*/

/* wrap --------------------------------- */
#wrap {
	background-image: url(../images/cont_bg_store_guide.jpg);
}

/* contents-in h3.title-store-guide --------------------------------- */
.contents-in h3#title-store-guide {
	height: 230px;
	margin-bottom: 20px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -999em;
	overflow: hidden;
	display: block;
	background-image: url(../images/photo_image.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* table */
.contents-in table {
	width: 620px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px #A08756 solid;
}
.contents-in table th {
	width: 90px;
	padding: 15px 10px 15px 0;
	color: #996600;
	border-bottom: 1px #A08756 solid;
	vertical-align: top;
}
.contents-in table td {
	width: 450px;
	padding: 15px 0;
	border-bottom: 1px #A08756 solid;
}
.contents-in table td a {
	color: #8F7A44;
	text-decoration: underline;
}
.contents-in table td a:hover {
	color: #999966;
}
.contents-in table .bottom th {
border-bottom-style: none;
padding: 15px 10px 0 0;
}
.contents-in table .bottom td{
border-bottom-style: none;
padding: 15px 0 0 0;
}



/* サービス */
.contents-in table dl dt {
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -999em;
	overflow: hidden;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
}
.contents-in table dl dt.titlesub-hiire {
	background-image: url(../images/titlesub_hiire.gif);
}
.contents-in table dl dt.titlesub-blend {
	background-image: url(../images/titlesub_blend.gif);
}

/* 催事 */
.contents-in table td a {
	padding-left: 15px;
	background-image: url(../../../common/images/arrow01.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}
.contents-in table td a:hover {
	background-image: url(../../../common/images/arrow01_hover.gif);
}

/* ご来店特典 */
.contents-in table td div.pointcard {
	padding-top: 100px;
	background-image: url(../images/pointcard.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* アクセス */
.contents-in table td div.map {
	padding: 17px;
	background-image: url(../../../common/images/bg_box.gif);
	background-position: left top;
	background-repeat: repeat;
	border: 1px #281900 dotted;
}
div.map p {
	width: 445px;
	height: 270px;
	margin: 0 auto;
	font-size: 1px;
	line-height: 1px;
	text-indent: -999em;
	overflow: hidden;
	display: block;
	background-image: url(../images/map.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
	

