ul.dropdown ul {
	opacity: 1;
}

#pageImg {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

#pageImg img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

#contents {
	width: 980px;
	margin: 40px auto 25px;
}

#contents h1 {
	margin: 0 0 34px 0;
}

#contents .box {
	width: 880px;
	margin: 0 auto 90px;
}

#contents .box:last-of-type {
	margin: 0 auto;
}

#contents .box h2 {
	height: 30px;
	font-size: 1.52em;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	margin: 0 0 22px 0;
	padding: 3px 0 0 11px;
	border-left: 6px solid #047ef9;
}

#contents .box .intro {
	line-height: 1.8;
	text-align: left;
	margin-bottom: 1.8em;
	padding-left: 1em;
	padding-right: .2em;
}

#contents .box .intro:nth-of-type(2) {
	margin-bottom: 0;
}

#contents .box #rinen {
	text-align: left;
	padding-left: 17px;
}

#contents .box .intro_r {
	line-height: 1.8;
	text-align: right;
	margin-top: 0;
	margin-top: 17px;
}

#contents .box .intro_r span {
	font-size: 1.1em;
	letter-spacing: .04em;
}

/* 概要表 */
table#gaiyouTbl {
	width: 100%;
	margin: 31px 0 0;
	border: 1px solid #bcbcbc;
	border-collapse: collapse;
}

table#gaiyouTbl th {
	display: table-cell;
	width: 160px;
	background: #fafbff;
	font-size: .95em;
	font-weight: bold;
	text-align: left;
	padding: 14px 10px 20px 58px;
	border: 1px solid #bcbcbc;
	border-collapse: collapse;
	vertical-align: middle;
}

table#gaiyouTbl th.t2 {
	letter-spacing: 29px;
}

table#gaiyouTbl th.t3 {
	letter-spacing: 7px;
}

table#gaiyouTbl th.t5 {
	letter-spacing: 1px;
}

table#gaiyouTbl td {
	font-size: .95em;
	line-height: 1.7;
	text-align: left;
	padding: 18px 0 15px 70px;
	border: 1px solid #bcbcbc;
	border-collapse: collapse;
}

table#gaiyouTbl td span {
	font-size: .8em;
}

table#gaiyouTbl td a {
	color: #02328d;
	text-decoration: none;
}

table#gaiyouTbl td a:hover {
	color: #02328d;
	text-decoration: underline;
}

/* 沿革表 */
h2#cate4 {
	letter-spacing: 1.7em;
}

table#enkakuTbl {
	width: 100%;
	border: 1px solid #bcbcbc;
	border-collapse: collapse;
}

table#enkakuTbl th {
	background: #333333;
	font-weight: bold;
	letter-spacing: 25px;
	text-align: center;
	padding: 20px 0 13px 15px;
	color: #ffffff;
	border: 1px solid #bbbbbb;
	border-collapse: collapse;
}

table#enkakuTbl th#en1 {
	width: 165px	;
}

table#enkakuTbl th#en2 {
	width: 395px;
}

table#enkakuTbl th#en3 {
	width: 275px;
}

table#enkakuTbl td {
	text-align: left;
	padding: 18px 0 11px 70px;
	border: 1px solid #bcbcbc;
	border-collapse: collapse;
}

table#enkakuTbl td.en1d {
	padding-left: 50px;
}

table#enkakuTbl td.en2d {
	padding-left: 40px;
}

table#enkakuTbl td.en3d {
	line-height: 180%;
	padding-left: 30px;;
}

table#enkakuTbl td.nengo, table#enkakuTbl td.en1d, table#enkakuTbl td.en2d, table#enkakuTbl td.en3d {
	display: table-cell;
	vertical-align: middle;
}

table#enkakuTbl td.nengo {
	font-weight: bold;
}

.place_map p {
	font-size: .95em;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0 0 10px 5px;
}

.place_map ul {
	margin: 0 0 15px 5px;
}

.place_map ul li {
	font-size: .95em;
}

.place_map iframe {
	margin: 0 0 50px;
}

@media screen and (max-width: 1000px) {
	#pageImg {
		width: 100%;
	}

	#pageImg img {
		width: 100%;
	}

}

@media screen and (min-width: 1000px) and (max-width: 1280px) {
	#pageImg {
		width: 100%;
	}

	#pageImg img {
		width: 100%;
	}

}