html {
	width: 98%;
	height: 100%;
}
body {
	background: url("../img/bg.jpg") no-repeat center top;
	background-size: auto;
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-size-adjust: 100%;
	font-size: 95%;
	line-height: 1.6;
}
a {
	color: #0066FF;
	line-height: 1.4em;
}

#content {
	width: 1080px;
	margin: 0 auto;
}
#header {
	width: 1014px;
	height: 110px;
	display: flex;
 align-items: center;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 auto;
}
#header h1 {
	height: 43px;
	width: 60%;
	background: url(../img/header_ttl.png) no-repeat 8px top;
	background-size: auto;
}
#header h1 a {
	display: block;
	width: 522px;
	height: 43px;
	text-indent: -999999px;
	margin: auto;
}
#header .header-btn {
	float: right;
	text-align: right;
	width: 50%;
}
#headerImgTop {
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/pc/headerImg.png");
	background-repeat: no-repeat;
	width: 1221px;
	height: 147px;
}
#headerImgBottom {
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/pc/mainImg.png");
	background-repeat: no-repeat;
	width: 1221px;
	height: 379px;
}

#mainContent {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
#mainLeft {
	padding-left: 95px;
	padding-right: 10px;
	/*padding-right: 35px;*/
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	background: rgba(34,34,34,1.00);
	padding: 12px;
}
#footer p {
	color: #FFF;
	font-size: 75%;
	text-align: center;
}

/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 10px;
	padding: 0 0 30px;
}
.pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBG {
}
#topMain {
	height: 460px;
	background: url(../img/top_main.jpg) no-repeat center top;
	position: relative;
	z-index: 1 !important;
}
#topMain p {
	display: none;
}

/*---topSub---*/
#topSub {
	width: 940px;
	margin: 45px 30px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}

/*---お知らせ---*/
#top-news {
	float: left;
	width: 475px;
	margin: 0 auto;
}
#top-news #top-newsInr {
	height: 350px;
	/*height: 170px;*/
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	padding-bottom: 0.5em;
}
#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: 41px;
	margin-bottom: 30px;
}
#top-news dl {
	margin: 0 15px 0 0;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#top-news dl dt, 
#top-news dl dd {
	float: left;
	line-height: 140%;
	font-size: 89%;
	font-weight: normal;
	padding: 0.2em;
	padding: 0.35em 0;
}
#top-news dl dt {
	width: 20%;
	color: #FFF;
	font-weight: bold;
	line-height: 100%;
	background: #3CB5B1;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 0.3em;
}
#top-news dl dd {
	width: 75%;
	margin-bottom: 1em;
	padding-left: 0.5em;
}

/*---#top-secretariat---*/
#top-secretariat {
	float: right;
	width: 430px;
}
#top-secretariat h2 {
	height: 41px;
	margin-bottom: 30px;
}
#top-secretariat dl {
	margin: 0;
}
#top-secretariat dl dt, 
#top-secretariat dl dd {
	font-size: 92%;
	text-align: left;
	margin: 0;
	padding: 0;
}
#top-secretariat dl dt {
	font-weight: bold;
}
#top-secretariat dl dd {
}
#top-secretariat dl dd:last-child {
	background: none;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	width: 222px;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 24px auto 20px;
	padding: 0;
}
#jimu .jimuBox {
	margin-bottom: 30px;
}
#jimu h2 {
	height: 26px;
	margin: 0 0 9px;
}
#jimu dl {
	text-align: left;
	margin: 0 7px;
}
#jimu dl dt, 
#jimu dl dd {
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 88%;
	line-height: 144%;
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	color: #202020;
	margin: 0.7em 0 0.5em;
}
#jimu dl dd {
	color: #212121;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 630px;
	height: auto !important; /* for IE6 */
	height: 630px; /* for IE6 */
	background: #FFF;
	padding: 30px 0 100PX;
}
.pageInr {
	width: 862px;
	margin: 30px auto 0;
}
#page h2 {
	width: 880px;
	font-size: 200%;
	line-height: 110%;
	background: url(../img/h2_bg.jpg) repeat-x left bottom;
	margin: 0 auto;
	padding: 0.5em 0.3em;
}
h3 {
	font-size: 134%;
	font-weight: bold;
	color: #FFF;
	line-height: 130%;
	letter-spacing: 1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ab3b3+1,33b57a+100 */
background: #2ab3b3; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #2ab3b3 1%, #33b57a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #2ab3b3 1%,#33b57a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #2ab3b3 1%,#33b57a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab3b3', endColorstr='#33b57a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin: 3em -14px 1em;
	position: relative; /* for IE6 */
	padding: 0.45em 14px 0.42em;
}
h4 {
 font-size: 128%;
 font-weight: bold;
 line-height: 130%;
 color: #000000;
 /*color: #F17315;*/
	/*background: url(../img/h4_bg.jpg) no-repeat 3px center;*/
	/*border-top: #F17112 solid 1px;*/
 border-bottom: #000000 solid 2px;
 margin: 2em -10px 0.8em;
 padding: 0.3em 10px 0.2em;
 position: relative; /* for IE6 */
 zoom: 1;
}
/*h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 3px;
	width: 14px;
	height: 14px;
	margin-top: -10px;
	background: url(" ../img/h4_ico.jpg") top left no-repeat;
	background-size: 14px 14px;
}*/
h5 {
 font-size: 110%;
 color: #14B4AF;
 font-weight: bold;
 background-image: url(../img/h5_bg.jpg);
 background-repeat: no-repeat;
 background-position: left center;
 margin-top: 1em;
 margin-bottom: 0.5em;
 padding-left: 14px;
}
.areaInt {
 margin-left: 20px;
}
.areaInt h5 {
	margin-left: -14px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}



