@charset "utf-8";

/* ################################## */
/* ## ページCSS - Introduction     ## */
/* ################################## */

@import url("/styles/common/reset.css");
@import url("/styles/layout/standard.css");

/* #---------------------# */
/* # 内容                # */
/* #---------------------# */
#content-caption {
	background-color: #201b15;
	text-align: center;
	padding: 25px 0;
}

#content {
	margin: 5px 35px;
}

/* #---------------------# */
/* # 店舗詳細            # */
/* #---------------------# */
.shopName {
	background-color: #543528;
	font-weight: bold;
	margin: 18px 0;
	padding: 2px 8px;
}

.detail-caption {
	padding: 10px 10px;
	width: 50%;
	float: left;
}

.detail {
	background-color: #201b15;
	float: left;
	width: 68%;
	overflow: visible;
}

.detail table {
	width: 93%;
	margin: 7px auto 25px auto;
}

.detail th {
	font-weight: bold;
	border-bottom: 1px solid #5e3b2c;
	padding: 17px 5px 9px 5px;
	width: 70px;
	white-space: nowrap;
}

.detail td {
	border-bottom: 1px solid #5e3b2c;
	padding: 17px 5px 9px 5px;
}

.shopPicture {
	text-align: right;
	width: 32%;
	float: right;
}

.shopPicture img {
	margin-top: 4px;
	border:  5px solid #2e2923;
}

/* #---------------------# */
/* # アクセスマップ      # */
/* #---------------------# */
.map-caption {
	padding-top: 30px;
	margin: 0 10px 10px 10px;
	clear: both;
}

#map-canvas {
	background-color: #000000;
	width: 100%;
	height: 400px;
}

#mapWindow {
	color: #000000;
}

#mapWindow em {
	font-weight: bold;
	font-size: 120%;
}

#mapWindow p {
	padding: 5px 0;
}

#accessTable {
	border-top: 1px solid #191510;
	border-bottom: 1px solid #191510;
	margin: 10px 0;
	width: 100%;
}

#accessTable th {
	font-weight: bold;
	background-color: #3e221a;
	width: 150px;
	white-space: nowrap;
	text-align: center;
	border-right: 1px solid #191510;
}

#accessTable td {
	background-color: #362E23;
	border-bottom: 1px solid #191510;
	padding: 5px 5px;
}


