@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: auto 700px, auto 700px;
	background-position: center top, center top;
	background-color: #ffff;
	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.pageTop {
}
body.pageOther {
	background-image: url("../img/bg_page.jpg"), url("../img/bg_page_2.jpg");
}
#wrapper {
	width: 950px;
	/*border-bottom: #c5a6b1 solid 1px;*/
	margin: 0 auto 0;
}
#wrapperInr {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	/*background: url(../img/bg_wrap.jpg) repeat-y;
 background-size: 100% auto;*/
}

/*　NAV
---------------------------------------------------------------*/
#side-nav {
	width: 210px;
	float: left;
	margin: 40px 0 7px 7px;
}
/**/
#side-nav .nav-eng {
	text-align: center;
	margin: 20px 0;
}
#side-nav .nav-eng img {
	width: 100%;
	height: auto;
}
/**/
#side-nav .nav-banner {
	text-align: center;
	margin: 40px 0;
}
#side-nav .nav-banner p {
	margin-bottom: 5px;
}
#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: 710px;
	float: right;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	position: relative;
	height: 107px;
	/*background: url("../img/header.png") no-repeat center 33px;
	background-size: 840px 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 {
	width: 100%;
	/*border-top: #f9e7f0 solid 5px;*/
	background: #111111;
}
#footer p {
	/*display: none;*/
	/*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
	font-size: 86%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 15px 0 20px;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	padding: 0 0 15px;
}
.pagetop img {
	width: 70px;
	height: auto;
}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBg {
	/*background:
  url("../img/top_main.jpg") no-repeat right top;
 background-size: 100% auto;*/
}
#topMain {
	height: 610px;
	/*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;*/
	margin: 14px 35px 0 23px;
}

/*---ボタンエリア---*/
.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;
}

/*---NEWSエリア---*/
.area-top-news {
  width: 660px;
  margin: auto;
  overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
  zoom: 1; /* for IE6 */
}
.area-top-news .area-top-news-title {
  float: left;
  width: 87px;
  /*height: 150px;*/
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}
.area-top-news .area-top-news-title img {
  width: 95%;
  /*margin: auto;*/
  display: block;
}
.area-top-news .area-top-news-main {
  float: left;
  width: 550px;
  /*height: 180px;*/
  background-color: #fff;
	margin-left: 20px;
	margin-top: 5px;
}
.area-top-news .area-top-news-main .area-top-newsInr {
  height: 250px;
  overflow-x: auto;
  overflow-y: scroll;
  zoom: 1;
  margin: 0;
}
.area-top-news .area-top-news-main .area-top-newsInr dl {
  overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
  zoom: 1; /* for IE6 */
  margin: 0;
}
.area-top-news .area-top-news-main .area-top-newsInr dl dt, 
.area-top-news .area-top-news-main .area-top-newsInr dl dd {
  line-height: 135%;
  font-size: 95%;
  margin: 0 0 1.5em 0;
}
.area-top-news .area-top-news-main .area-top-newsInr dl dt:last-child, 
.area-top-news .area-top-news-main .area-top-newsInr dl dd:last-child {
	margin-bottom: 0;
}
.area-top-news .area-top-news-main .area-top-newsInr dl dt {
  clear: left; /* 環境別での表示崩れを防ぐ */
  float: left;
  width: 15.5%;
	text-align: center;
  color: #fff;
	background-color: #5f62b4;
	padding: 1px 0 2px;
}
.area-top-news .area-top-news-main .area-top-newsInr dl dd {
  float: left;
  width: 75%;
	margin-left: 18px;
  padding-right: 10px;
}

/*---事務局---*/
#footer-jimu {
	width: 100%;
	/*height: 160px;*/
	background: url("../img/footer_jimu_bg.jpg") repeat center top;
	background-size: 20px auto;
	/*border-top: #f7e4bb solid 1px;*/
	padding: 30px 0;
}
#jimu dl, #jimu dl dt, #jimu dl dd { /*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	width: 700px;
	margin: auto;
	/*display: flex;
	align-items: stretch;
	justify-content: center;*/
}
#jimu .jimuBox {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 0 0 135px;
}
#jimu h2 {
	float: left;
	height: 29px;
}
#jimu h2 img {
	height: 100%;
	width: auto;
}
#jimu dl {
	float: left;
	margin: 5px 0 10px;
	margin-left: 30px;
}
#jimu dl dt, #jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 95%;
	line-height: 130%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	font-size: 85%;
	line-height: 140%;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#main-con {
	width: 700px;
	float: right;
	border-radius: 16px;
	margin: 10px 10px 10px;
	padding: 5px;
}
#page {
	margin-right: 20px;
	margin-bottom: 50px;
}
#pageBG {
	background-color: #fff;
	box-shadow: 0px 1px 7px -3px rgba(78, 89, 93, 0.59);
}
.pageInr {
	width: 585px;
	min-height: 572px;
	margin: 0 auto;
	padding: 40px 0 55px;
}
.pageInr-pd {
	padding: 40px;
}
#page h2 {
	position: relative;
	font-size: 2.22em;
	font-weight: 500;
	color: #26347f;
	letter-spacing: 1.5px;
	line-height: 130%;
	/*text-shadow: 1px 2px 10px #FFFFFF;*/
	background: url("../img/h2_bg.png") no-repeat 10px 1em;
	background-size: 23px auto;
	padding: 19px 1.4em 30px;
	margin: 0 20px;
}
/*#page h2::before {
 position: absolute;
 content: "";
 top: 50%;
 left: 35px;
 width: 3px;
 height: 1.2em;
 background-color: #F0E8E1;
 margin-top: -0.6em;
}
*/
#page h2.txt-en {
	letter-spacing: 0;
	font-size: 1.5em;
	line-height: 120%;
	padding-top: 11px;
}
#page h2 img {
	width: 100%;
	height: auto;
}
h3 {
	position: relative;
	/*height: 54px;*/
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
	line-height: 140%;
	text-align: left;
	letter-spacing: 0.05em;
	/*border-bottom: 2px solid #048EE7;
	border-left: #048EE7 solid 10px;*/
	background: linear-gradient(to right,  rgba(38,52,127,1) 0%,rgba(95,98,180,1) 50%,rgba(39,167,147,1) 100%);
	border-radius: 4px;
	margin: 3.25em -20px 1em;
	position: relative; /* for IE6 */
	padding: 0.3em 15px 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: #0b1343;
	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: 100% 2px;*/
	background-color: #f4f5f8;
	border-top: 1px solid #BCBDD2;
	border-bottom: 1px solid #BCBDD2;
	margin: 1.8em -12px 0.85em;
	padding: 0.5em 0.75em;
}
/*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: 116%;
	/*color: #991b00;*/
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	background: url("../img/h5_bg.jpg") no-repeat 2px 0.3em;
	background-size: 0.8em auto;
	margin-top: 1.2em;
	margin-bottom: 0.75em;
	padding-left: 1.35em;
}
/*h5::before {
	position: absolute;
	content: "";
	top: 0;
	left: 3px;
	width: 5px;
	height: 1.45em;
	background-color: #e34f0e;
}*/
.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;
}*/