@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, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.6;
	color: #424242;
	background: 
		url( "../img/bg_head.png") no-repeat center top,
		url( "../img/bg.jpg") repeat-x center top;
}

#wrapper {
	width: 1000px;
	/*background: #FFFFFF url( ../img/bg_wrap.jpg) repeat-y left top;*/
	/* box-shadow */
	/*box-shadow: 0px 0px 15px 1px rgba(205,207,220,0.95);*/
	margin: 0 auto;
	/*margin: 0 auto -20px;*/
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 auto;
}

/*---------------------------------------------------------------*/
#side-nav {
	width: 250px;
	float: left;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 30px 0;
}
#side-nav .nav-banner p {
 margin-bottom: 10px;
}

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


/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 155px;
 text-align: center;
	/*background: url(../img/header.jpg) no-repeat center top;*/
}
#header h1 {
 padding-top: 13px;
 text-indent: -999999px;
}
#header h1 a {
	height: 100px;
	display: block;
	outline: none;
 padding-left: 22px;
}


/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	/*border-top: #AC7C4D solid 2px;*/
	background-color: #222222;
	/*background: 
		url(../img/footer.jpg) no-repeat center top,
		url(../img/footer_bg.jpg) repeat-x center top;*/
	padding: 10px 0;
}
#footer p {
	/*display: none;*/
	font-size: 70%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 30px;
	padding: 50px 0 0;
}
.pagetop img {
}


/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBG {
	/*background: url( ../img/top_bg.jpg) no-repeat center top;*/
}
#topMain {
	height: 380px;
	background: url( "../img/top_main.jpg") no-repeat center top;
	/*margin-top: -5px;*/
}
#topMain p {
	display: none;
}

/*---topSub---*/
#topSub {
 width: 100%;
 margin-top: 45px;
}
#topSubInr {
 width: 680px;
 margin: 0 auto;
}

/*--特設ボタン--*/
#side-nav #nav-btn-tokusetu {
 padding: 25px 0 0;
 text-align: center;
}
#side-nav #nav-btn-tokusetu a:hover {
  filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}
/**/
#side-nav .nav-btn-txt {
 margin: 1em 12px;
}
#side-nav .nav-btn-txt p {
 margin: 0 0 8px;
}
#side-nav .nav-btn-txt a {
 display: block;
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-weight: bold;
 color: #fff;
 text-align: center;
 text-decoration: none;
 line-height: 125%;
 background-color: #F57404;
 /*border: #fff solid 2px;*/
 /* border-radius */    
border-radius: 7px;        /* CSS3草案 */  
-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 7px;   /* Firefox用 */ 
padding: 13px 12px;
}
#side-nav .nav-btn-txt a:hover {
  filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}
#side-nav .nav-btn-txt a.col-2 {
 background-color: #2A87DF;
}

/*---大会終了---*/
#top-end {
	font-family: YuGothic,"Yu Gothic",NotoSansJP-Bold,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	/*color: #058EAB;*/
	/*text-align: center;*/
 border: #BA520E solid 2px;
	margin: 0 10px 20px;
 padding: 1.2em 1.5em;
}

/*---お知らせ---*/
#top-news {
	background: url( "../img/top_news_ttl.png") no-repeat left top;
 margin: 0 10px 35px;
	/*padding: 127px 53px 30px 59px;*/
}
#top-news #top-newsInr {
	height: 124px;
	/*height: 116px;*/
	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 {
	/*float: left;
	margin-top: 30px;*/
	display: none;
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
 border-bottom: #e4e4e4 solid 1px;
	margin-left: 142px;
 margin-top: -8px;
 margin-right: 30px;
}
#top-news dl dt, 
#top-news dl dd {
	font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	display: block;
	line-height: 135%;
	font-size: 87%;
	font-weight: normal;
 border-top: #e4e4e4 solid 1px;
	padding: 0.7em 0.8em;
	/*margin-bottom: 0.7em;*/
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 14%;
 color: #aa312f;
 font-weight: bold;
 letter-spacing: 0.05em;
	/*background: url(../img/icon_dot_news.jpg) no-repeat left center;*/
	/*text-align: center;*/
}
#top-news dl dd {
	float: left;
	width: 77.4%;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	width: 100%;
	font-size: 97%;
	background: #f0f0f0;
 /* border-radius */    
border-radius: 10px;        /* CSS3草案 */  
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 10px;   /* Firefox用 */ 
	margin: 0 auto 30px;
}
#jimuInr {
	padding: 25px;
}
#jimu .jimuBox {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	/*float: left;*/
}
#jimu h2 {
 float: left;
 width: 102px;
	height: 21px;
	margin: 0 0 0.7em;
}
#jimu dl {
 float: left;
 width: 525px;
	text-align: left;
	line-height: 140%;
	margin: 0;
}
#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: 87%;
 color: #444444;
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	margin: 0.3em 0;
}
#jimu dl dd {
}
#jimu a {
	color: #0000D8;
}
#jimu a:hover {
	color: #0000D8;
	text-decoration: none;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	width: 700px;
	background-color: #FFF;
	/*box-shadow: 0px 0px 4px 1px rgba(72,55,17,0.35);*/
	margin: 0 auto;
	padding-bottom: 40px;
}
.pageInr {
	/*width: 610px;*/
	min-height: 660px;
	height: auto !important; /* for IE6 */
	height: 660px; /* for IE6 */
	margin: 30px 30px;
}
.pageInrCon {
}

#page h2 {
 line-height: 100%;
 margin: auto;
}
h3 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	line-height: 125%;
	letter-spacing: 0.1em;
	background: #aa312e;
	margin: 3em -15px 1.2em;
	position: relative; /* for IE6 */
	zoom: 1;
	padding: 0.45em 14px;
}
/*h3::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 7px;
	width: 20px;
	height: 25px;
	margin-top: -13px;
	background: url(" ../img/h3_ico.png") top left no-repeat;
	background-size: 20px 25px;
}*/
h4 {
	font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 128%;
	font-weight: bold;
	color: #222222;
	line-height: 120%;
	/*border-top: #0e8335 solid 2px;*/
	/*background-color: #E8EBF2;*/
	background: url( "../img/h4_bg.jpg") repeat-x left bottom;
	margin: 2em -8px 0.8em;
	padding: 0.45em 8px;
	position: relative; /* for IE6 */
	zoom: 1;
}
/*h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 18px;
	height: 17px;
	margin-top: -15px;
	background: url(" ../img/h4_bg_2.jpg") top left no-repeat;
	background-size: 18px 17px;
}*/
h5 {
	font-size: 106%;
	font-weight: bold;
	/*color: #FF770A;*/
	background: url(../img/h5_bg.jpg) no-repeat 0.55em 0.2em;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	padding-left: 24px;
}
.areaInt h5 {
	margin-left: -24px;
}
h6 {
	font-size: 101%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
