@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
 -webkit-text-size-adjust: 100%;
 text-align: justify;
 text-justify: inter-ideograph;
 font-family: Arial, Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 /*font-family: NotoSansJP-Bold,YuGothic,"Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
 font-size: 90%;
 color: #000000;
 line-height: 1.75;
 /*background: url( "../img/bg.jpg") no-repeat center top;*/
 position: relative;
}

/**/
/*フッター背景固定*/
.fixed-background-top {
 position: fixed;
 top: 0;
 height: 655px;
 width: 100%;
 /*background: url("../img/bg.jpg") no-repeat center top;*/
}

/**/
#wrapper {
	width: 960px;
	/*border-top: #104887 solid 6px;*/
 border-bottom: #fff solid 1px;
 
 background: #fff url("../img/bg_wrap.jpg") repeat-y left top;
	/* box-shadow */
	/*box-shadow: 0px 0px 4px -1px #444444;
	-moz-box-shadow: 0px 0px 4px -1px #444444;
	-webkit-box-shadow: 0px 0px 4px -1px #444444;*/
	position: relative;
	z-index: 1;
	margin: 0 auto 15px;
}
#wrapperInr {
	/*background: url(../img/bg_wrap.jpg) repeat-y left center;*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 250px;
	float: left;
 /*margin-left: 1px;*/
}

/**/
#side-nav .nav-btn {
	text-align: center;
	margin: 13px 0;
	padding-bottom: 10px;
}
#side-nav .nav-nav-btn p {
	line-height: 100%;
	margin-bottom: 6px;
}
#side-nav .nav-nav-btn p a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/**/
#side-nav .nav-banner {
	text-align: center;
	margin: 20px 0 18px;
}
#side-nav .nav-banner p {
	line-height: 100%;
	margin-bottom: 8px;
}
#side-nav .nav-banner p a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.areaNav-free {
	margin: 20px 10px;
}

/*---------------------------------------------------------------*/
#main {
 position: relative;
	width: 693px;
	float: right;
	/*margin-right: 1px;*/
	background: #FFF url("../img/top_main.jpg") no-repeat center top; 
 margin-bottom: 15px;
}
#main #btn-english {
 position: absolute;
 right: 0;
 top: 0;
 z-index: 10;
}


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	/*width: 250px;
	height: 190px;
	background: url(../img/header_logo.jpg) no-repeat center top;*/
	/*margin: 10px auto 18px;*/
}
#header h1.pcItm {
	/*text-indent: -999999px;*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
 text-align: center;
 padding: 0;
}
#header h1.spItm {
	display: none;
}
#header h1 a {
	height: 164px;
	display: block;
	outline: none;
}

/*20220316～*/
#areaHeader {
 height: 223px;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
 width: 100%;
	/*height: 70px;*/
	/*background: #0E2974;*/
	/*margin-top: -20px;*/
 position: absolute;
 z-index: 10;
}
#footerInr {
	width: 960px;
 margin: auto;
	padding: 0 0 85px;
}
#footer p {
	/*display: none;*/
	font-size: 74%;
	color: #999999;
	text-align: center;
	letter-spacing: 0.05em;
}

/*PAGETOP*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 100px;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

/*フッター背景固定*/
.fixed-background {
 position: fixed;
 bottom: 0;
 height: 236px;
 width: 100%;
 background: url("../img/bg_btm.png") repeat-x center bottom;
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topMain {
	/*height: 624px;*/
 height: 597px;
	position: relative;
	/*background: url("../img/top_main_03.jpg") no-repeat center top;*/
}
#topMain p {
	display: none;
}

/*---topSub---*/
#topSub-bg {
 /*background: url( "../img/bg_top_sub.jpg") no-repeat center top;*/
}
#topSub {
 width: 693px;
 margin: 0 auto;
}

 
/*---後援---*/
#top-kouen {
	font-family: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 text-align: center;
 font-weight: bold;
 font-size: 1.15em;
 margin: 0.8em 0 0;
}

/*---重要な期日---*/
#top-important {
	background-color: #FBF7F7;
	/*filter:alpha(opacity=90);
 -moz-opacity: 0.9;
 opacity: 0.9;*/
	border: 2px solid #F82E00;
	/* border-radius */    
border-radius: 4px;        /* CSS3草案 */  
-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 4px;   /* Firefox用 */ 
	margin: 30px auto;
	/*margin: 0 auto 40px;*/
	padding: 1.5em;
}
#top-important h2 {
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 1.15em;
	font-weight: bold;
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	/* border-radius */    
	border-radius: 10px 10px 0 0;        /* CSS3草案 */
	-webkit-border-radius: 10px 10px 0 0;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px 10px 0 0;   /* Firefox用 */
	padding: 1.5em;
	margin-bottom: 0.65em;
}

/**/
#contents-sub .col2-box {
 padding: 10px;
}

/*---トップバナーエリア---*/
.area-top-banner {
 text-align: center;
 border-top: #009F9B dashed 1px;
 border-bottom: #009F9B dashed 1px;
	margin: 40px 0 0;
 padding: 20px;
}
.area-top-banner img.border {
 border: #C0C0C0 solid 1px;
}
.area-top-banner a {
 display: inline-block;
 margin: 10px;
}


/*---インフォメーションエリア---*/
.area-top-info {
	position: relative;
 border: #dddddd solid 1px;
 background-color: #fff;
	margin: 0 0 20px;
}
.area-top-info .area-top-infoInr {
	height: 150px;
	/*height: 400px;*/
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 15px 30px 10px;
}
.area-top-info h2, .area-top-info dl, .area-top-info dl dt, .area-top-info dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
.area-top-info h2 {
	width: 100%;
 text-align: center;
 margin: 0 auto;
}
/**/
.area-top-info dl {
	font-family: Arial, Verdana, "メイリオ", Meiryo, "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
 border-bottom: #e1dede solid 1px;
 margin-right: 1em;
 margin-top: -1px;
}
.area-top-info dl dt, 
.area-top-info dl dd {
	line-height: 135%;
	font-size: 95%;
 border-top: #e1dede solid 1px;
	padding: 0.5em 0;
}
.area-top-info dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 14%;
 color: #31ac93;
 /*background: url("../img/icon_dot_info.jpg") no-repeat 8px center;*/
 padding-left: 13px;
}
.area-top-info dl dd {
	float: left;
	width: 81.5%;
	padding-right: 10px;
}
/**/
.area-top-info ul {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 25px;
}
.area-top-info ul li {
	float: left;
	margin: 0 40px 25px 0;
}
.area-top-info ul li:last-child {
	margin-right: 0;
}
.area-top-info ul li img {
 max-width: 161px;
 height: auto;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
 width: 220px;
/* background: url("../img/top_jimu_bg.jpg") repeat center top;*/
 color: #FFF;
 margin: 0 auto;
	padding: 20px 0;
}
#jimu .jimuBox {
	/*float: left;*/
 margin-bottom: 20px;
}
#jimu .jimuBox#jimubox-unen {
 float: right;
}
#jimu h2 {
	height: 24px;
}
#jimu dl {
	margin: 7px 9px;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 85%;
	line-height: 130%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	font-size: 85%;
	line-height: 140%;
}
#jimu a {
	color: #FFF;
}
#jimu a:hover {
	color: #FFF;
 text-decoration: none;
 background-color: #F57778;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	min-height: 880px;
	height: auto !important; /* for IE6 */
	height: 580px; /* for IE6 */
 background: #FFF;
 /*margin-top: 120px;*/
}
.pageInr {
	width: 605px;
	margin: 0 auto 110px;
}
/**/
#taikaimei {
 height: 120px;
 background-image: url("../img/top_main.jpg");
}
#taikaimei p {
 text-indent: -999999px;
}
#taikaimei p a {
 display: block;
 height: 120px;
 width: 100%;
}

#page h2 {
	/*width: 660px;*/
	font-family: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #e75b6b;
 line-height: 120%;
 text-align: left;
	background: url("../img/h2_bg.jpg") no-repeat top right;
 /*border-bottom: #D3E6F5 solid 1px;*/
	margin: 0 auto 0;
	padding: 1.2em 0 1.2em 40px;
}
h3 {
	font-family: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	position: relative;
	font-size: 139%;
	font-weight: bold;
	line-height: 125%;
 color: #FFF;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef6465+0,feac4d+100 */
background: #ef6465; /* Old browsers */
background: -moz-linear-gradient(left,  #ef6465 0%, #feac4d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ef6465 0%,#feac4d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ef6465 0%,#feac4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6465', endColorstr='#feac4d',GradientType=1 ); /* IE6-9 */

	letter-spacing: 1px;
	margin: 3.2em -10px 1em;
 padding: 0.4em 0.5em;
}
/*h3::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 9px;
	width: 4px;
	height: 14px;
	margin-top: -7px;
	background-color: #FFFF00;
}*/
h4 {
	font-family: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 127%;
	font-weight: bold;
	line-height: 130%;
	/*background: url("../img/h4_bg.png") no-repeat 4px center;*/
	/*border-top: #287FCC solid 2px;*/
	border-bottom: #f57878 dotted 2px;
	margin: 2em -10px 0.8em;
	padding: 0.3em 10px;
	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-family: NotoSansJP-Bold, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 font-size: 110%;
 color: #019d7c;
 font-weight: bold;
 background-image: url(../img/h5_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
 margin-top: 1em;
 margin-bottom: 0.4em;	
 padding-left: 15px;
}
.areaInt h5 {
	margin-left: -18px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
	
/*--------------------------------------------------------------------------
  PC全般
----------------------------------------------------------------------------*/
@media screen and ( min-width:481px) {

	.pc-none {
		display: none;
	}

}
