@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #f7f7f7 url("../img/bg.jpg") no-repeat center top;
	background-size: cover;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: 'Noto Sans JP', sans-serif, Arial, Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 88%;
	line-height: 1.8;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}



/*--------------------------------------------------------------- 
			NAV
--------------------------------------------------------------- */
#side-nav {
	width: 230px;
	float: left;
}
#side-navInr {
	/*background: #966bad url("../img/bg_nav.jpg") no-repeat left top;
	background-size: 100% auto;*/
	padding-bottom: 35px;
}
#side-nav #menu {}
/**/
#side-nav .nav-banner {
	text-align: center;
	margin: 25px 0;
}
#side-nav .nav-banner p {
	margin-bottom: 8px;
}



/*--------------------------------------------------------------- 
			MAIN
--------------------------------------------------------------- */
#main {
	width: 690px;
	float: right;
}
#mainInr {}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	height: 240px;
	/*background: url("../img/header.jpg") no-repeat left top;
	background-size: 100% auto;*/
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 185px;
	display: block;
	outline: none;
}
.pagename-top #headerImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 218px;
	background: url("../img/header_top.png") no-repeat left top;
	background-size: contain;
}
.pagename-page #headerImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 340px;
	height: 218px;
	background: url("../img/header_page.png") no-repeat left top;
	background-size: contain;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 100%;
	height: 60px;
	/*background: url("../img/footer_bg.jpg") repeat-x center top;
	background-size: auto 100%;*/
	background-color: #71af42;
	margin: 50px auto 0;
}
#footerInr {
	margin: 0 auto;
}
#footer p {
	font-size: 90%;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.08em;
	padding-top: 15px;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	padding: 0;
}
.pagetop img {}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBg {}
#topMain {
	height: 585px;
	background: url("../img/top_main.png") no-repeat center top;
	background-size: 100% auto;
	margin-top: 30px;
}
#topMain p {
	display: none;
}
#topSub {
	/*padding: 0 0 120px;*/
}
/*---ボタンエリア(saidNav)---*/
.areaTopBtnSide {
	text-align: center;
	margin: 2em 0;
}
.areaTopBtnSide a {
	display: block;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	line-height: 140%;
	background-color: #6952C7;
	border-radius: 5px;
	padding: 10px;
}
.areaTopBtnSide a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}
/*---ボタンエリア(saidNav)(色変更パターン)---*/
.areaTopBtnSide a.c-org {
	background-color: #FF7600;
	border: 3px solid #FF8C28;
}
/*---box---*/
.top-box {
	background-color: #E3DDEB;
	margin: 30px 0 60px;
	padding: 30px;
}
/*---会期終了---*/
.top-end {
	font-size: 1.07em;
	/*font-weight: bold;*/
	background-color: #DFEEDE;
	margin: 30px 0 30px;
	padding: 30px;
}

/*---お知らせ---*/
#top-news {
	background-color: #ffffff;
	border-right: #e4e4e4 solid 3px;
	border-bottom: #e4e4e4 solid 3px;
	padding: 30px 50px;
}
#top-news #top-newsInr {
	height: 200px;
	/*height: 120px;*/
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin-top: 20px;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd { /*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
	height: 26px;
}
#top-news h2 img {
	height: 100%;
	width: auto;
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin-top: -2px;
}
#top-news dl dt, #top-news dl dd {
	font-family: "游ゴシック", YuGothic, "Yu Gothic", NotoSansJP-Bold, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 140%;
	float: left;
	border-top: #e8e8e8 solid 2px;
	padding: 0.55em 0.25em;
}
#top-news dl dt {
	width: 18%;
	color: #e65d3e;
}
#top-news dl dd {
	width: 77%;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd { /*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	/* background: url("../img/top_jimu_bg.jpg") repeat center top;*/
	color: #231815;
}
#jimu .jimuBox {
	/*float: left;*/
	margin-bottom: 20px;
}
#jimu h2 {
	height: 25px;
}
#jimu h2 img {
	height: auto;
	width: 100%;
}
#jimu dl {
	font-size: 80%;
	margin: 10px 3px;
}
#jimu dl dt, #jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	line-height: 140%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	line-height: 140%;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	height: auto !important; /* for IE6 */
	height: 910px; /* for IE6 */
	/* box-shadow */
	/*box-shadow: 0px 0px 6px 0px rgba(41, 28, 12, 0.28);*/
	margin-bottom: 20px;
	margin-left: 10px;
}
#pageBG {
	min-height: 750px;
	background-color: #ffffff;
	border-top: #f0f0f0 solid 1px;
	border-left: #f0f0f0 solid 1px;
	border-right: #e4e4e4 solid 3px;
	border-bottom: #e4e4e4 solid 3px;
}
.pageInr {
	margin: 35px 50px 0;
	padding-bottom: 40px;
}
#page h2 {
	position: relative;
	font-size: 2.25em;
	font-weight: 500;
	color: #3a875f;
	letter-spacing: 1.5px;
	line-height: 130%;
	padding: 32px 58px 32px;
}
#page h2::before {
 position: absolute;
 content: "";
	top: 50%;
	left: 30px;
 width: 11px;
 height: 11px;
	background-color: #3a875f;
	margin-top: -2px;
}
/*#page h2 img {
	width: 100%;
	height: auto;
}*/

h3 {
	position: relative;
	font-size: 139%;
	font-weight: bold;
	line-height: 125%;
	color: #017847;
	background-color: #eaf2db;
	letter-spacing: 1px;
	margin: 3.2em -18px 1em;
	margin-top: 3.2em;
	padding: 0.54em 0.75em;
}
/*h3::before {
 position: absolute;
 content: "";
 top: 0;
 right: 6px;
 width: 70px;
 height: 54px;
 background: url(" ../img/h3_icon.png") top left no-repeat;
 background-size: 70px 54px;
}*/
h4 {
	font-size: 127%;
	font-weight: bold;
	line-height: 130%;
	background: url("../img/h4_bg.png") no-repeat 4px center;
	border-top: #2e9dab solid 2px;
	border-bottom: #2e9dab solid 2px;
	margin: 2em -10px 0.8em;
	margin-top: 2em;
	padding: 0.3em 10px;
	position: relative;
}
/*h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 3px;
	width: 16px;
	height: 14px;
	background: url(" ../img/h4_icon.jpg") top left no-repeat;
	background-size: 16px 14px;
	margin-top: -9px;
}*/
h5 {
	font-size: 118%;
	color: #e65d3e;
	font-weight: bold;
	text-align: left;
	background: url("../img/h5_bg.jpg") no-repeat left 0.55em;
	background-size: 0.8em auto;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 17px;
}
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin: 1em 0 0.3em;
}
.title7 {
	/*color: #D90000;*/
	color: #16B419;
	font-size: 105%;
	margin-top: 0.8em;
}
/*.areaInt .title7 {
	margin-left: -20px;
}*/