@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #f1f3fd url(../img/bg.jpg) no-repeat center top;
	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: 963px;
	background-color: #ffffff;
	border: #fff solid 2px;
	box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.48);
	margin: 0 auto 5px;
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}


/*　NAV
---------------------------------------------------------------*/
#side-nav {
	width: 246px;
	min-height: 830px;
	float: left;
	background: #ffffff;
}
#side-nav nav {
	margin: 10px 8px;
}
/**/
#nav-english {
	height: 46px;
}

/**/
#side-nav .nav-banner {
	text-align: center;
	margin: 0;
	padding: 0;
}
#side-nav .nav-banner p {
	margin-bottom: 8px;
}


/* MAIN
---------------------------------------------------------------*/
#main {
	width: 715px;
	background-color: #fff;
	border-left: #bcc6de solid 1px;
	float: right;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	height: 76px;
	background: url("../img/header.png") no-repeat center top;
	background-size: auto 57px;
	margin-top: 20px;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 70px;
	display: block;
	outline: none;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 961px;
	height: 80px;
	/*background-color: #1a3994;*/
	/*border-top: #AC7C4D solid 2px;*/
	/*background: 
		url(../img/footer.jpg) no-repeat center top,
		url(../img/footer_bg.jpg) repeat-x center top;*/
	margin: 0 auto;
}
#footer p {
	/*display: none;*/
	font-size: 76%;
	color: #022584;
	text-align: right;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0 0;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	padding: 0;
}
.pagetop img {}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBg {
	background: #3d4f97 url("../img/top_main.jpg") no-repeat right top;
 background-size: 100% auto;
	min-height: 905px;
}
#topMain {
	height: 555px;
	/*background: url("../img/top_main.jpg") no-repeat center top;
	background-size: 100% auto;*/
}
#topMain p {
	display: none;
}
#topSub {
	/*min-height: 160px;*/
	/*background-color: #FFF;*/
	/*background: #0b4997 url("../img/bg_topsub.jpg") no-repeat right top;
 background-size: 100% auto;*/
	margin: 0 20px;
}
/*---大会終了---*/
#top-end {
	text-align: center;
	color: #106BB4;
	font-size: 1.2em;
	font-weight: bold;
	margin: 40px auto 50px;
}

/*---お知らせ---*/
#top-news {
	padding-bottom: 40px;
}
#top-news #top-newsInr {
	height: 222px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	/*border: #0d8f06 solid 1px;*/
	margin: 0 40px;
	padding: 0 15px;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd { /*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
	text-align: center;
	margin: 0 0 10px;
	/*padding-top: 15px;*/
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	color: #ffffff;
	font-size: 95%;
	letter-spacing: 0.05em;
	font-weight: 400;
	border-bottom: 1px solid #a8a9ab;
	margin: 0;
	margin-top: -1px;
}
#top-news dl dt, #top-news dl dd {
	display: block;
	line-height: 160%;
	font-weight: normal;
	border-top: 1px solid #a8a9ab;
	padding: 0.55em 0;
	margin: 0;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 18%;
	font-weight: bold;
	/*color: #0d5895;*/
	/*background: url("../img/icon_dot_pink.png") no-repeat 10px 1.05em;
	background-size: 0.5em auto;*/
	padding-left: 10px;
}
#top-news dl dd {
	float: left;
	width: 80%;
}

/*---事務局---*/
#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;*/
	margin: 24px 10px 0;
}
#jimu .jimuBox {
	/*float: left;*/
	margin-bottom: 30px;
}
#jimu h2 {
	color: #022584;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 100%;
	background-color: #e0e4f7;
	margin-bottom: 8px;
	padding: 6px 8px;
}
#jimu h2 img {
	width: 100%;
	height: auto;
}
#jimu dl {
	font-size: 82%;
	margin-left: 7px;
}
#jimu dl dt, #jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	line-height: 130%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	line-height: 150%;
}
/*#jimu a {
	color: #fff;
	text-decoration: underline;
}*/



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {}
.pageInr {
	width: 607px;
	min-height: 714px;
	padding-top: 40px;
	padding-bottom: 60px;
	margin: 0 auto;
}
#page h2 {
	background: url("../img/h2_bg.jpg") no-repeat left top;
 background-size: 100% auto;
 /*border-top: dotted 1px #405ea2;*/
	/*border-bottom: dotted 1px #405ea2;*/
	color: #ffffff;
	font-size: 204%;
	font-weight: 600;
	letter-spacing: 0.13em;
	padding: 12px 45px 25px;
}
h3 {
	position: relative;
	/*height: 54px;*/
	/*font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
	font-size: 142%;
	font-weight: bold;
	color: #022584;
	line-height: 135%;
	text-align: left;
	letter-spacing: 0.05em;
	background: #e0e4f7;
	border-radius: 2px;
	margin: 3em -15px 1em;
	padding: 8px 20px 10px;
}
/*h3::before {
	position: absolute;
	content: "";
	top: 15px;
	left: 13px;
	width: 70px;
	height: 54px;
	background: url(" ../img/h3_bg.png") top left no-repeat;
	background-size: 11px auto;
}*/
h4 {
	font-size: 125%;
	font-weight: bold;
	/*color: #032F86;*/
	line-height: 130%;
	letter-spacing: 0.05em;
	/*background-color: #e7f3fa;*/
	background: url( "../img/h4_bg.jpg") repeat-x left bottom;
	border-top: 1px solid #be9849;
	margin: 1.8em -10px 0.85em;
	padding: 8px 16px 15px;
}
/*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-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
	font-size: 118%;
	color: #02246b;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	background: url("../img/h5_bg.jpg") no-repeat left center;
	background-size: 0.8em;
	margin-top: 1.2em;
	margin-bottom: 0.75em;
	padding-left: 18px;
}
.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;
}*/