@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: url(../img/bg.jpg) repeat-x center -100px;
	background-size: 100% auto;
	/*background: 
  #dfe9f3 url(../img/bg2.jpg) repeat-x center top,
  #dfe9f3 url(../img/bg.jpg) no-repeat center top;
 background-size: auto 1070px, 1400px auto;*/
	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%;
	color: #000000;
	line-height: 1.8;
}
#wrapper {
	width: 965px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 17px 0px rgba(101, 157, 157, 0.4);
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
#wrapperInr {
	width: 961px;
	margin: 0 auto;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
.wrap-top #wrapperInr {
	background: url("../img/wrap_bg.jpg") no-repeat center top;
	background-size: 100% auto;
}
.wrap-page #wrapperInr {
	background: url("../img/wrap_bg_page.jpg") no-repeat center top;
	background-size: 100% auto;
}


/*　NAV
---------------------------------------------------------------*/
#side-nav {
	width: 242px;
	float: left;
	margin-left: 14px;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 30px 0 18px;
}
#side-nav .nav-banner p {
	margin-bottom: 8px;
}
#side-nav #counter {
	width: 80%;
	height: 30px;
	text-align: center;
	margin: 60px auto 20px;
}
#side-nav #counter table {
	width: 100%;
	text-align: center;
}


/* MAIN
---------------------------------------------------------------*/
#main {
	width: 698px;
	float: right;
	/*background-color: #ededed;*/
	/*margin-right: 7px;*/
}
#mainInr {
	border-bottom: #fff solid 7px;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	height: 100px;
	/*background: url("../img/header.jpg") no-repeat center center;
	background-size: 951px auto;*/
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 100px;
	display: block;
	outline: none;
}
#header #btn-osirase {
	position: absolute;
	top: 40px;
	right: 30px;
	width: 90px;
}
#header #btn-osirase img {
	width: 100%;
	height: auto;
}
#header #googlsearch {
	position: absolute;
	top: 89px;
	left: 650px;
	width: 190px;
	height: 15px;
}
.gsc-control-cse {
	background-color: transparent !important;
	border-width: 0 !important;
	padding: 0 !important;
}
.gsib_a {
	padding: 1px 4px !important;
}
.gsc-input {
	font-size: 11.5px !important;
}
.gsc-search-button-v2 {
	padding: 3px 20px !important;
}
table.gsc-search-box td.gsc-input {
	padding-right: 6px !important;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 175px;
	background: url("../img/footer.png") no-repeat center bottom;
	background-size: auto 100%;
	position: relative;
	margin: -40px auto 0;
	z-index: 1;
}
#footerInr {
	width: 936px;
	/*height: 60px;*/
	/*background: url("../img/footer_bg.jpg") no-repeat center top;
 background-size: 100% auto;*/
	margin: 0 auto;
}
#footer p {
	/*display: none;*/
	/*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
	font-size: 95%;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 20px 0 40px;
}

/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	margin-bottom: -55px;
	padding: 0;
}
.pagetop img {}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBg {
	/*background:
		url("../img/top_main.jpg") no-repeat right top;
	background-size: 100% auto;*/
}
#topMain {
	height: 674px;
	margin: 0 auto;
}
#topMain p {
	display: none;
}

#topSub {
	min-height: 160px;
	/*background: #0b4997 url("../img/bg_topsub.jpg") no-repeat right top;
 background-size: 100% auto;*/
	margin: 0 38px;
	/*padding: 50px;*/
}

/*---ボタンエリア(saidNav)---*/
.areaTopBtnSide {
	text-align: center;
	margin: 2em 0;
}
.areaTopBtnSide a {
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	background-color: #A9390C;
	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;
}

/*---NEWSエリア---*/
.area-top-news {
	background: url("../img/line_dot_new.jpg") no-repeat center top;
	background-size: 100% auto;
	/*border: #ffee7b solid 3px;*/
	/*border-radius: 90px;*/
	margin: auto;
	padding: 20px 0px 20px 30px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
.area-top-news .area-top-news-title {
	float: left;
	width: 18%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 12px;
}
.area-top-news .area-top-news-title img {
	display: block;
	width: 90%;
	height: auto;
	/*margin-left: 30px;*/
}
.area-top-news .area-top-news-main {
	float: left;
	width: 81%;
	height: 110px;
	/*background-color: #fff;*/
	margin-top: 5px;
}
.area-top-news .area-top-news-main .area-top-newsInr {
	height: 130px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 8px 10px 0;
}
.area-top-news .area-top-news-main .area-top-newsInr dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 0 0 12px;
}
.area-top-news .area-top-news-main .area-top-newsInr dl dt,
.area-top-news .area-top-news-main .area-top-newsInr dl dd {
	line-height: 135%;
	font-size: 94%;
	color: #222222;
	letter-spacing: 0.03em;
	margin: 0 0 0.8em 0;
}
.area-top-news .area-top-news-main .area-top-newsInr dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 20.75%;
	color: #d98500;
}
.area-top-news .area-top-news-main .area-top-newsInr dl dd {
	float: left;
	width: 73%;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd { /*余白リセット*/
	padding: 0;
}
#jimu {
	background: #f3f9f9 url("../img/jimu_ttl_1.png") no-repeat 30px center;
	background-size: 80px auto;
	border-radius: 10px;
	margin: 40px 0;
	padding: 30px 30px 30px 120px;
}
#jimu .jimuBox {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
}
#jimu h2 {
	display: none;
}
#jimu dl {
	float: left;
	width: 80%;
	margin: 5px 0 10px;
	margin-left: 15px;
}
#jimu dl dt, #jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 95%;
	line-height: 130%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	font-size: 85%;
	line-height: 140%;
}
#jimu .jimuBox a {
	/*color: #fff;*/
}
#jimu .jimuBox a:hover {
	text-decoration: none;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	padding-left: 5px;
}
.pageInr {
	min-height: 760px;
	padding: 50px 45px 60px 40px;
}
.areaContents {
	margin: 45px 50px;
}
#page h2 {
	font-size: 2.18em;
	letter-spacing: 0.05em;
	font-weight: 500;
	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);
	padding: 10px 23px 0;
}
h3 {
	position: relative;
	font-size: 147%;
	font-weight: bold;
	line-height: 130%;
	color: #FFF;
	letter-spacing: 0.05em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6f201c+0,6f201c+51,3f2e2e+100 */
	background: linear-gradient(to right,  rgba(46,121,197,1) 0%,rgba(58,169,233,1) 100%);
	border-radius: 6px;
	margin: 3.2em -18px 1em;
	position: relative; /* for IE6 */
	padding: 0.3em 15px 0.3em;
}
/*h3::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 9px;
	width: 4px;
	height: 14px;
	margin-top: -7px;
	background-color: #FFFF00;
}*/
h4 {
	position: relative;
	font-size: 130%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.03em;
	border-bottom: 3px dotted #f7ab0b;
	margin: 1.8em -10px 0.8em;
	padding: 0.45em 0.5em;
	padding-left: 12px;
	position: relative; /* for IE6 */
	zoom: 1;
}
/*h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 5px;
	height: 22px;
	margin-top: -10px;
	background-color: #9D231D;
	background-size: 5px 20px;
}*/
h5 {
	font-size: 114%;
	color: #e776a9;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.01em;
	background-image: url("../img/h5_bg.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 0.8em;
	margin-top: 1em;
	margin-bottom: 0.3em;
	padding-left: 20px;
}
.areaInt h5 {
	margin-left: -15px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
.title7 {
	/*color: #D90000;*/
	color: #16B419;
	font-size: 105%;
	margin-top: 0.8em;
}
/*.areaInt .title7 {
	margin-left: -20px;
}*/