@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #fbf8f1 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: 260px;
	float: left;
}
#side-navInr {
	background-color: #FFFFFF;
	border-radius: 10px;
box-shadow: 0px 0px 16px -6px rgba(227, 191, 135, 0.84);
	margin: 0 16px 0 16px; /*★[左]共通余白16px*/
	padding: 15px 8px 30px;
}
#side-nav #menu {}
/**/
#side-nav .nav-banner {
	text-align: center;
	margin: 5px 3px;
}
#side-nav .nav-banner p {
	margin-bottom: 8px;
}



/*--------------------------------------------------------------- 
			MAIN
--------------------------------------------------------------- */
#main {
	width: 665px;
	float: right;
	padding-right: 15px;
}
.pagename-top #mainInr {
	width: 640px;
	margin-left: 25px;
}
.pagename-page #mainInr {
	width: 99%;
	margin-left: 8px;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	height: 145px;
	/*background: url("../img/header.jpg") no-repeat left top;
	background-size: 100% auto;*/
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 120px;
	display: block;
	outline: none;
}
#header #headerImg {
	position: absolute;
	top: 0;
	left: 0;
	height: 140px;
	width: 590px;
	background: url("../img/header.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: #244973;
	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: 640px;
	background: url("../img/top_main.png") no-repeat center top;
	background-size: 100% auto;
}
#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;
	padding: 38px 44px;
	border-radius: 24px;
	/* box-shadow */
box-shadow: 0px 0px 16px -6px rgba(227, 191, 135, 0.84);
}
#top-news #top-newsInr {
	height: 240px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 23px 0 10px 10px;
}
#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: 28px;
}
#top-news h2 img {
	height: 100%;
	width: auto;
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	font-size: 95%;
}
#top-news dl dt, #top-news dl dd {
	line-height: 140%;
	float: left;
	/*border-top: #e8e8e8 solid 2px;*/
	padding: 0.75em 0.25em;
}
#top-news dl dt {
	width: 16%;
	color: #e04d5c;
	font-size: 105%;
}
#top-news dl dd {
	width: 79%;
	color: #333333;
}

/*---事務局---*/
#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;
	margin-left: 16px;  /*★[左]共通余白16px*/
	margin-right: 16px;
}
#jimu .jimuBox {
	/*float: left;*/
	margin-bottom: 20px;
}
#jimu h2 {
	height: 25px;
}
#jimu h2 img {
	height: auto;
	width: 100%;
}
#jimu dl {
	margin: 10px 13px;
}
#jimu dl dt, #jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 88%;
	line-height: 140%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	font-size: 80%;
	line-height: 140%;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	height: auto !important; /* for IE6 */
	height: 910px; /* for IE6 */
	background-color: #ffffff;
	border-radius: 15px;
	/* box-shadow */
	box-shadow: 0px 0px 16px -6px rgba(227, 191, 135, 0.84);
	margin-top: 145px;
	margin-bottom: 14px;
	padding: 2px;
}
.pageInr {
	min-height: 730px;
	margin: 35px 50px 0;
	padding-bottom: 40px;
}
#page h2 {
	position: relative;
	height: 60px;
	font-size: 2.175em;
	font-weight: bold;
	color: #025a98;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1), -2px 2px 2px rgba(255, 255, 255, 1), 2px -2px 2px rgba(255, 255, 255, 1), -2px -2px 2px rgba(255, 255, 255, 1);
	letter-spacing: 1.5px;
	line-height: 130%;
	background: url("../img/h2_bg.png") no-repeat left top;
	background-size: contain;
	padding: 19px 30px;
}
/*#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: #ffffff;
	background-color: #3097b1;
	letter-spacing: 1px;
	border-radius: 5px;
	margin: 3.2em -18px 1em;
	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 {
	position: relative;
	color: #333333;
	font-size: 125%;
	font-weight: bold;
	line-height: 130%;
	background: #fdf1f2 url("../img/h4_bg.png") no-repeat 4px center;
	border-left: #e04d5c solid 5px;
	border-radius: 2px;
	margin: 2em -10px 1em;
	margin-top: 2em;
	padding: 0.3em 10px 0.5em;
}
/*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: #333333;
	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;
}*/