@charset "utf-8";
/* local[hall] */

#main h2 {
	margin: 0 0 40px;
}

.content_nav {
	padding-bottom: 20px;
}
.content_nav li {
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	width: 200px;
	font-size: 17px;
	font-weight: bold;
	color: #6d5629;
	text-align: center;
	background: #eeebe0;
}
.content_nav li.end {
	margin: 0 0 10px 0;
}
.content_nav li a {
	text-decoration: underline;
}
.content_nav li a:hover {
	text-decoration: none;
}
.content_nav li img {
	margin: 0 0 10px;
}
.content_nav li span {
	font-size: 12px;
}

.hallWrap {
	padding:20px;
	background:#eeebe0;
}
#main .hallWrap h2 {
	margin:8px 0 28px 0 ;
	font-size:25px;
	font-weight:bold;
	color:#6d5629;
}
.hallWrap table {
	margin-top:20px;
	width:100%;
	border-top:1px solid #bcb9ab;
	border-left:1px solid #bcb9ab;
	font-size:15px;
	line-height:1.5;
}
.hallWrap table th {
	padding:10px 15px;
	width:18.75%;
	background:#f9f7f0;
	border-right:1px solid #bcb9ab;
	border-bottom:1px solid #bcb9ab;
	color:#413614;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.hallWrap table td {
	padding:10px 15px;
	background:#ffffff;
	border-right:1px solid #bcb9ab;
	border-bottom:1px solid #bcb9ab;
}

.map {
	width:  640px;
	margin-top: 20px;
	border:1px solid #bcb9ab;
}

/* --- zoom-js ---  */

#zoomBox {
	position: relative;
	margin-bottom:20px;
}

#zoomBox * {
	margin: 0;
	padding: 0;
}

#zoomBox img {
	vertical-align: bottom;
}

#zoomBox ul {
	overflow: hidden;
}

#zoomBox li {
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
	list-style-type: none;
	background: #fff;
	cursor: pointer;
}

#zoomBox li.mr00 {
	margin-right: 0;
}

#zoomBox li.mb00 {
	margin-bottom: 0;
}

#zoomBox-body {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#zoomBox-body.top {
	top: 0;
	background-position-y: top;
}
#zoomBox-body.bottom {
	bottom: 0;
	background-position-y: bottom;
}

#zoomBox-body.right {
	right: 0;
	background-position-x: right;
}

#zoomBox-body.left {
	left: 0;
	background-position-x: left;
}

#zoomBox-body.center {
	left: 50%;
	background-position-x: center;
}

#zoomBox-img {
	position: absolute;
	top: 0;
	left: 0;
}

#zoomBox-close {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.pdf-link a {
	background-image: url(../../../common/img/icon_pdf.png);
    background-position: left center;
    background-size: auto 36px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding: 12px 0 0 45px;
    display: block;
    height: 36px;
    box-sizing: border-box;
}
.pdf-link:hover {
	text-decoration:underline;
}

.f_kogushi {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 17px;
    font-weight: bold;
    color: #6d5629;
    text-align: center;
	background: #eeebe0;
}
.f_kogushi a {
	text-decoration: underline;
}
.f_kogushi a:hover {
	text-decoration: none;
}
.f_kogushi img {
	margin: 0 0 10px;
}
.hallWrap .f_kogushi {
	padding: 0;
	background: none;
}
.hallWrap .f_kogushi img {
	margin-bottom: 0;
}
