@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
 width: 100%;
 height: 100%;
}
body {
 -webkit-text-size-adjust: 100%;
 background: #fefeff url(../img/bg.jpg) no-repeat center top;
 background-size: cover;
 /*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: 1000px;
 background-color: #fff;
 /*border-bottom: #c5a6b1 solid 1px;*/
 box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.48);
 margin: 20px auto 40px;
 padding: 18px 0;
}
#wrapperInr {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 /*background: url(../img/bg_wrap.jpg) repeat-y;
 background-size: 100% auto;*/
 margin: 0 13px;
}


/*　NAV
---------------------------------------------------------------*/
#side-nav {
 width: 236px;
 min-height: 830px;
 float: left;
 /*background: url("../img/bg_nav.jpg") no-repeat left top;
 background-size: 100% auto;*/
}
/**/
#side-nav .nav-banner {
 /*background-color: #2095d4;*/
 text-align: center;
 margin: 10px 0;
 padding: 20px 0 12px;
}
#side-nav .nav-banner p {
 margin-bottom: 8px;
}


/* MAIN
---------------------------------------------------------------*/
#main {
 width: 720px;
 float: right;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
 /*display: none;*/
 position: relative;
 height: 188px;
 /*background: url("../img/header.png") no-repeat center center;
 background-size: 100% 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 {
	clear: both;
	width: 100%;
	background-color: #102c80;
	/*border-top: #AC7C4D solid 2px;*/
	/*background: 
		url(../img/footer.jpg) no-repeat center top,
		url(../img/footer_bg.jpg) repeat-x center top;*/
	margin-top: 30px;
}
#footer p {
	/*display: none;*/
	font-size: 95%;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 25px 0 60px;
}
/*PAGETOP*/
.pagetop {
 position: fixed;
 right: 1%;
 display: block;
 /*bottom: 180px;*/
 z-index: 10;
 margin-right: 60px;
 padding: 0;
}
.pagetop img {}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBg {
 /*background:
  url("../img/top_main.jpg") no-repeat right top;
 background-size: 100% auto;*/
}
#topMain {
 height: 780px;
 background: url("../img/top_main.jpg") no-repeat center top;
 background-size: 100% auto;
 margin: 0 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;*/
 /*padding: 50px;*/
 margin: 10px 0;
}


/*---大会終了あいさつ---*/
#top-end {
 font-size: 1.1em;
 background-color: #FFEDC6;
 margin: 40px 30px 20px;
 padding: 30px 36px;
}

/*---お知らせ---*/
#top-news {
 width: 650px;
 /*background-color: rgba(6,36,108,0.8);*/
 /*background: url("../img/top_news_bg.png") no-repeat left bottom;
 background-size: 95% auto;*/
 margin: 0 auto;
 padding: 30px 0;
}
#top-news #top-newsBorder {
 border: #D3D3D3 solid 1px;
 padding: 15px;
}
#top-news #top-newsInr {
 height: 200px;
 overflow-x: auto;
 overflow-y: scroll;
 zoom: 1;
}
#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: 52px;
}
#top-news dl {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 font-family: sans-serif, Arial, Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 /*color: #FFF;*/
 /*font-size: 85%;*/
 letter-spacing: 0.05em;
 font-weight: 400;
 margin: 0 10px;
}
#top-news dl dt, #top-news dl dd {
 display: block;
 line-height: 130%;
 padding: 0.45em 0;
 margin: 0;
}
#top-news dl dt {
 clear: left; /* 環境別での表示崩れを防ぐ */
 float: left;
 width: 18%;
 /*color: #dd5519;*/
 background: url("../img/icon_dot_news.jpg") no-repeat left center;
 background-size: 5px auto;
 padding-left: 15px;
}
#top-news dl dd {
 float: left;
 width: 75%;
}
/*#top-news dl a {
 color: #FFF;
}*/


/*---事務局---*/
#topJim {
 width: 1000px;
 /*border-bottom: #c5a6b1 solid 1px;*/
 margin: 50px auto 40px;
}

#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
 padding: 0 40px;
}
#jimu .jimuBox {
	float: left;
 padding-right: 40px;
}
#jimu h2 {
	height: 26px;
}
#jimu dl {
	margin: 13px;
}
#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: 140%;
}
/*#jimu a {
	color: #FFF;
}*/



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
 margin: 20px;
}
.pageInr {
 width: 590px;
 margin: 30px auto 0;
 padding-bottom: 60px;
}
#page h2 {
}
#page h2 img {
 width: 100%;
 height: auto;
}
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: 140%;
 font-weight: bold;
 color: #FFFFFF;
 line-height: 140%;
 text-align: left;
 letter-spacing: 0.05em;
 background: #032f86;
 margin: 3em -20px 1em;
 position: relative; /* for IE6 */
 padding: 0.5em 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 {
 font-size: 128%;
 font-weight: bold;
 color: #032F86;
 line-height: 130%;
 letter-spacing: 0.05em;
 border-bottom: 2px solid #39ABF1;
 margin: 1.8em -14px 0.85em;
 padding: 0.45em 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-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-size: 116%;
 color: #e48719;
 font-weight: bold;
 text-align: left;
 line-height: 130%;
 background: url("../img/h5_bg.jpg") no-repeat 1px center;
 background-size: 0.75em auto;
 margin-top: 1.2em;
 margin-bottom: 0.75em;
 padding-left: 19px;
}
.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;
}*/