@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	/*background-image: url("../img/bg.jpg"), url(../img/bg2.jpg);
	background-repeat: no-repeat, repeat-x;
	background-size: 1400px auto, auto 93px;
	background-position: center top, center top;*/
	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: 966px;
	/* box-shadow */
	box-shadow: 0px 0px 7px -2px rgba(78,89,93,0.59);
	padding: 15px;
	margin: 0 auto;
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	background-color: #283963;
}

/*　NAV
---------------------------------------------------------------*/
#side-nav {
	width: 239px;
	float: left;
	/*background: #fff url("../img/nav_bg.jpg") no-repeat left top;
 background-size: contain;*/
	padding-top: 18px;
}

#side-nav .nav-banner {
	width: 85%;
	text-align: center;
	margin: 30px auto;
}
#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;
}
#side-nav .nav-banner img {
	width: 100%;
	height: auto;
}

/* MAIN
---------------------------------------------------------------*/
#main {
	width: 712px;
	float: right;
	background-color: #fff;
	/*margin: 8px;*/
	padding-left: 15px;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	height: 95px;
	background: url("../img/header.png") no-repeat center 20px;
	background-size: 808px auto;
	border-bottom: #7b2026 solid 5px;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 90px;
	display: block;
	outline: none;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 100%;
	/*background-color: #7cb354;*/
}
#footer p {
	/*display: none;*/
	font-size: 75%;
	color: #999999;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 15px 0 30px;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	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: 576px;
	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;*/
	/*padding: 50px;*/
	margin: 30px 40px 45px;
}

/*---ボタンエリア---*/
.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 */
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	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;
}
/*---ボタンエリア(特定商取引)---*/
.areaTopBtnSide {
	text-align: center;
	margin: 1em 0 2.3em;
}
.areaTopBtnSide a {
	display: block;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	background-color: #0A95D9;
	border-radius: 5px;
	padding: 10px;
}
.areaTopBtnSide a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}
/*---大会終了---*/
#top-end {
	background-color: #f2f9fd;
	border: 2px solid #C5E4F6;
	margin: 0 0 40px;
	padding: 20px;
}

/*---お知らせ---*/
#top-news {
 width: 92%;
 background-color: #FFF;
	border: #7b2026 solid 3px;
 margin: 0 auto;
 padding: 25px;
}
#top-news #top-newsBorder {
 border: #D3D3D3 solid 1px;
 padding: 15px;
}
#top-news #top-newsInr {
 height: 150px;
 /*height: 240px;*/
 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 {
 /*text-align: center;*/
 margin-bottom: 20px;
}
#top-news dl {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 font-weight: 400;
 margin-right: 10px;
	margin-left: 24px;
}
#top-news dl dt, 
#top-news dl dd {
 display: block;
 line-height: 130%;
 padding: 0.01em 0em 0.02em;
 margin: 0.5em 0;
}
#top-news dl dt {
 clear: left; /* 環境別での表示崩れを防ぐ */
 float: left;
 width: 16%;
 letter-spacing: 0.05em;
}
#top-news dl dd {
 float: left;
 width: 75%;
 padding-left: 1em;
}
/*#top-news dl a {
 color: #FFF;
}*/

/*---事務局---*/
#areaJimu {
 width: 100%;
 text-align: center;
}
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	width: 100%;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 20px auto 5px;
	/*padding: 0 0 20px 4px;*/
}
#jimu .jimuBox {
	float: left;
	width: 47.5%;
}
#jimu h2 {
	height: 30px;
	margin: 20px 0 0 0;
}
#jimu dl {
	text-align: left;
 font-size: 90%;
	line-height: 140%;
	/*margin: 5px;*/
	margin: 7px 8px;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
 line-height: 130%;
	margin: 0.4em 0;
}
#jimu dl dd {
}
#jimu a {
	/*color: #fff;*/
}
#jimu a:hover {
	text-decoration: none;
}
.jimuBox .img-float {
 margin: 5px 8px;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	background-color: #ffffff;
	/* box-shadow */
	/*box-shadow: 0px 0px 7px -2px rgba(78, 89, 93, 0.59);*/
	/*margin: 20px;*/
	padding: 4px;
}
.pageInr {
	width: 580px;
	min-height: 550px;
	margin: 30px auto 0;
	padding: 0 0 60px;
}
.pageInr-pd {
	padding: 40px;
}
#page h2 {
	position: relative;
	font-size: 2.15em;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2.9px;
	line-height: 130%;
	text-shadow: 1px 0px 6px #283963;
	/*background-color: #005CC3;*/
	background: url("../img/h2_bg.jpg") no-repeat left top;
	background-size: 100% auto;
	/* background: rgb(0,140,232); 
background: -moz-linear-gradient(left,  rgba(0,140,232,1) 0%, rgba(116,204,162,1) 99%);
background: -webkit-linear-gradient(left,  rgba(0,140,232,1) 0%,rgba(116,204,162,1) 99%);
background: linear-gradient(to right,  rgba(0,140,232,1) 0%,rgba(116,204,162,1) 99%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ce8', endColorstr='#74cca2',GradientType=1 );*/
	/*border-top: #fff solid 2px;
	border-bottom: #fff solid 2px;*/
	/* border-radius */
	padding: 0.58em 1.25em 0.7em;
}
/*#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: 140%;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 140%;
	text-align: left;
	letter-spacing: 0.05em;
	background: linear-gradient(to right,  rgba(40,57,99,1) 0%,rgba(43,80,163,1) 50%,rgba(99,142,212,1) 100%);
	margin: 3em -20px 1em;
	position: relative; /* for IE6 */
	border-radius: 6px;
	padding: 0.25em 12px 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 {
	/*color: #1353BF;*/
	font-size: 132%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.025em;
	background-color: #f3f4f5;
	border-bottom: #ae6e73 solid 2px;
	margin: 1.8em -14px 0.85em;
	padding: 0.3em 0.5em 0.4em;
}
/*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 {
	position: relative;
	font-size: 112%;
	/*color: #e48719;*/
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	background: url("../img/h5_bg.png") no-repeat left center;
	background-size: 0.8em auto;
	margin-top: 1.2em;
	margin-bottom: 0.75em;
	padding-left: 19px;
}
/*h5::before {
	position: absolute;
	content: "";
	top: 0;
	left: 3px;
	width: 5px;
	height: 1.25em;
	background-color: #baa658;
}*/
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin: 1em 0 0.3em;
}