@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: 1400px auto;
	background-position: center top;
	background-color: #0b0e03;
	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;
}
body#top {
	background-image: url("../img/bg_top.jpg");
	background-repeat: no-repeat;
	background-size: 1400px auto;
	background-position: center top;
	background-color: #0b0e03;
}

#wrapper {
	width: 960px;
	/*border-bottom: #c5a6b1 solid 1px;*/
	margin: 0 auto 30px;
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	/*background: url(../img/bg_wrap.jpg) repeat-y;
 background-size: 100% auto;*/
}


/*　NAV
---------------------------------------------------------------*/
#side-nav {
	width: 275px;
	float: left;
	/*background: #fff url("../img/nav_bg.jpg") no-repeat left top;
 background-size: contain;*/
	padding-top: 15px;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 15px 0;
}
#side-nav .nav-banner p {
	/*margin-bottom: 8px;*/
}
#side-nav .nav-banner a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}


/* MAIN
---------------------------------------------------------------*/
#main {
	width: 685px;
	float: right;
	padding-top: 5px;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	height: 125px;
	background: url("../img/header.png") no-repeat 59px 13px;
	background-size: 878px auto;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 107px;
	display: block;
	outline: none;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 100%;
	/*border-top: #f9e7f0 solid 5px;*/
	background: #0b0e03;
	padding: 10px 0;
}
#footer p {
	/*display: none;*/
	/*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
	font-size: 78%;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 10px 0 15px;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	bottom: 0px !important;
	z-index: 10;
	margin-right: 60px;
	padding: 0 0 15px;
}
.pagetop img {}



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

/*---ボタンエリア---*/
/*.box-flex ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.box-flex ul li {
	height: 70px;
	margin: 20px;
}
.box-flex ul li img {
	height: 100%;
	width: auto;
}*/

/*.video {
	text-align: center;
	margin: 30px auto;
}*/

/*---ボタンエリア---*/
/*.top-area-btn {
	margin: 0 0 30px;
}
.top-area-btn .areaBtn-rc a {
	width: 150px;
	font-size: 1.5em;
	line-height: 100%;
	border-radius: 10px;
	background-color: #018DE7;
	border: 5px solid #2DA9E4;
}
.top-area-btn .areaBtn-rc a .txt-s {
	font-size: 0.65em;
}
.top-area-btn .areaBtn-rc a.btn-cor-org {
	background-color: #FF9600;
	border-color: #FFBB5B;
}*/

/*---ボタンエリア(saidNav)---*/
/*.areaTopBtnSide {
 text-align: center;
 margin: 15px 4px 25px;
}
.areaTopBtnSide a {
	display: block;
	color: #FFF !important;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	background-color: #DE1717;
	border: 2px solid #FFF;
	border-radius: 5px;
	box-shadow: 0px 2px 7px -6px rgba(27,1,10,0.6);
	padding: 2px;
}
.areaTopBtnSide a:hover {
	opacity: 0.8;
	transition: all .5s ease-in-out;
}
.areaTopBtnSide a.col-blue {
	background-color: #00A9D0;
	border-color: #BDEAF4;
}*/

/*---大会終了---*/
/*#top-end {
	font-size: 1.12em;
	font-weight: bold;
	background-color: #ffe9c3;
	border: 2px solid #fbbe57;
	margin: 30px 0 40px;
	padding: 18px 22px;
}*/

/*---お知らせ---*/
#top-news {
	background: url("../img/news_bg.png") no-repeat top center;
	background-size: contain;
 margin: 0 auto;
padding: 15px 45px;
}
#top-newsFrame {
 width: 100%;
}
#top-news #top-newsInr {
 height: 140px;
 overflow-x: auto;
 overflow-y: scroll;
 zoom: 1;
 margin: 90px 0 20px;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd { /*余白リセット*/
 line-height: 100%;
 margin: 0;
 padding: 0;
}
#top-news h2 {
	display: none;
}
#top-news dl {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
}
#top-news dl dt, 
#top-news dl dd {
 display: block;
	font-size: 93%;
 line-height: 140%;
 padding: 0.45em 0;
}
#top-news dl dt {
 clear: left; /* 環境別での表示崩れを防ぐ */
 float: left;
 width: 17%;
	color: #f6c339;
}
#top-news dl dd {
 float: left;
 width: 80%;
	color: #ffffff;
 letter-spacing: 0.05em;
}
/*#top-news dl a {
 color: #FFF;
}*/

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#area-jimu {
	width: 100%;
	background-image: url("../img/jimu_bg_2.png"), url( "../img/jimu_bg_1.png");
	background-repeat: no-repeat, repeat-x;
	background-size: cover, auto 175px;
	background-position: center top, center top;

}
#area-jimuInr {
	width: 950px;
	margin: 0 auto;
	padding: 12px 0 5px;
}

#jimu {
	width: 825px;
	margin: auto;
	padding: 30px 0;
}
#jimu .jimuBox {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
#jimu h2 {
	float: left;
	height: 36px;
}
#jimu h2 img {
	height: 100%;
	width: auto;
}
#jimu dl {
	float: left;
	margin-left: 20px;
}
#jimu dl dt, #jimu dl dd {
	float: left;
	/*color: #333333;*/
	line-height: 145%;
	margin: 0 10px 0 0;
	padding: 8px 0 0;
}
#jimu dl dt {
	width: 17em;
	font-size: 95%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	font-size: 85%;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#main-con {
	width: 700px;
	float: right;
	background-color: #fff;
	box-shadow: 0px 0px 7px -2px rgba(78,89,93,0.59);
	border-radius: 16px;
	margin: 10px 10px 10px;
	padding: 5px;
}
#page {
	margin-left: 10px;
	padding: 0 0 40px;
}

/*背景色ノーマル*/
#BG-wt #pageBG {
	background-color: rgba(255, 252, 246, 0.95);
	border: 1px solid rgba(130,106,0,0.42);
}
/*背景色黒*/
#BG-bk #pageBG {
	background-color: rgba(0,0,0,0.85);
	border: 1px solid rgba(241,199,12,0.84);
}

.pageInr {
	width: 570px;
	min-height: 420px;
	margin: 0 auto 0;
	padding: 40px 0 60px;
}
.pageInr-pd {
	padding: 40px;
}
#page h2 {
	position: relative;
	/*height: 58px;
	font-size: 1.95em;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1.5px;*/
	line-height: 100%;
	/*text-shadow: 1px 2px 10px #FFFFFF;*/
	/*background: url("../img/h2_bg.png") no-repeat center top;
	background-size: 100% auto;*/
	margin-top: -10px;
	padding: 0 51px 0;
}
/*#page h2::before {
 position: absolute;
 content: "";
 top: 50%;
 left: 35px;
 width: 3px;
 height: 1.2em;
 background-color: #F0E8E1;
 margin-top: -0.6em;
}
*/
#page h2 img {
	width: 100%;
	height: auto;
}
h3 {
	position: relative;
	/*height: 54px;*/
	font-size: 146%;
	font-weight: bold;
	color: #ffe988;
	line-height: 140%;
	text-align: left;
	letter-spacing: 0.05em;
	/*border-bottom: 2px solid #048EE7;
	border-left: #048EE7 solid 10px;*/
	background: url("../img/h3_bg.jpg") no-repeat center center;
	background-size: cover;
	border-radius: 2px;
	margin: 3em -20px 1em;
	position: relative; /* for IE6 */
	padding: 0.25em 22px 0.4em;
}
/*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 {
	position: relative;
	color: #472400;
	font-size: 127%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.05em;
	background: url("../img/h4_bg.jpg") repeat-x left bottom;
	background-size: auto 5px;
	margin: 1.8em -10px 0.85em;
	padding: 0 28px 0.6em;
}
h4::before {
	position: absolute;
	content: "";
	top: 1em;
	left: 7px;
	width: 16px;
	height: 30px;
	margin-top: -21px;
	background: url("../img/h4_ico.png") no-repeat left center;
	background-size: 0.8em auto;
}
h5 {
	position: relative;
	font-size: 112%;
	color: #cc3e00;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	background: url("../img/h5_bg.png") no-repeat left 2px;
	background-size: 1em auto;
	margin-top: 1.2em;
	margin-bottom: 0.75em;
	padding-left: 1.3em;
}
/*h5::before {
	position: absolute;
	content: "";
	top: 0;
	left: 3px;
	width: 5px;
	height: 1.25em;
	background-color: #e48719;
}*/
.areaInt h5 {
	margin-left: -1em;
}
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;
}*/

