@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
 width: 100%;
 height: 100%;
}
body {
 -webkit-text-size-adjust: 100%;
 background: #a2ddf6 url(../img/bg.jpg) no-repeat center top;
 background-size: cover;
 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: 90%;
 color: #363636;
 line-height: 1.8;
}
#wrapper {
 width: 930px;
 /*width: 920px;*/
 /*background: url(../img/bg_wrap.jpg) repeat-y;*/
 margin: 0 auto;
 padding-bottom: 50px;
}
#wrapperInr {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
}

/*　NAV
---------------------------------------------------------------*/
#side-nav {
 width: 220px;
 float: left;
}
#side-nav .nav-banner {
 text-align: center;
 margin: 15px 0 18px;
}
#side-nav .nav-banner p {
 margin-bottom: 8px;
}

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



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
 position: relative;
 height: 110px;
 background: url("../img/header.png") no-repeat center center;
 background-size: 92.5% auto;
}
#header h1 {
 text-indent: -999999px;
}
#header h1 a {
 height: 100px;
 display: block;
 outline: none;
}
#header #btn-eng {
 position: absolute;
 top: 0;
 right: 30px;
}
/*トップ*/
.p-top #header {
 background-image: none;
 height: 40px;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
 width: 100%;
 background-color: #0086cb;
 position: relative;
 margin: 0 auto;
}
#footerInr {
 width: 930px;
 margin: 0 auto;
}
#footer p {
 color: #FFF;
 text-align: right;
 letter-spacing: 0.08em;
 padding: 20px 0;
}

/*PAGETOP*/
.pagetop {
 position: fixed;
 right: 1%;
 display: block;
 /*bottom: 180px;*/
 z-index: 10;
 margin-right: 60px;
 padding: 0;
}
.pagetop img {}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBg {
 /*width: 730px;*/
 min-height: 680px;
 background: url( "../img/top_main2.png") no-repeat right top;
 background-size: cover;
 margin: 0 0 0 -40px;
}
#topMain {
 height: 600px;
 margin: 0 auto;
}
#topMain p {
 display: none;
}
#topEndai {
 height: 90px;
 line-height: 210%;
 color: #063584;
 margin-left: 60px;
}
#topEndai dl,
#topEndai dl dt,
#topEndai dl dd {
 font-weight: 500;
 margin: 0;
}
#topEndai dl dt {
 position: relative;
 font-size: 1.4em;
 padding-left: 1.12em;
}
#topEndai dl dt::before {
	position: absolute;
	content: "▼";
 color: #d86782;
	top: 0;
	left: 0;
 margin-top: -1px;
}
#topEndai dl dd {
 font-size: 1.7em;
}

#topSub {
 margin: 0 0 0 20px;
}

/*---幹事会・評議員会について---*/
#topSub .areaBtn-rc {
 font-size: 1.2em;
 margin-top: 0;
 margin-bottom: 40px;
 padding: 0;
}
#topSub .areaBtn-rc a {
 width: 450px;
 background-color: #40A800;
 border: 5px solid #4AC300;
 border-radius: 8px;
 margin: 0;
 padding: 0.7em 0;
}

/*---大会終了---*/
#top-end {
 width: 580px;
 color: #000;
 background-color: #FFF;
 border: 1px solid #7DD1F3;
 margin: 20px 0 60px 0;
 padding: 18px 20px 18px;
}


/*---video---*/
.area-video-1 {
 text-align: center;
 margin: 0 auto 40px;
}

/*---yuki-yasai---*/
#yuki-yasai {
 width: 600px;
 background-color: #EFFFE5;
 border: #FFFFFF solid 1px;
 margin: 0 auto 40px;
 padding: 18px 20px 10px;
}
#yuki-yasai .areaCol2 {
 background-image : linear-gradient(to right, #82C35A, #82C35A 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left top;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
 /*border-top: #82C35A dotted 2px;*/
 margin-top: 15px;
 padding-top: 18px;
}

/*---お知らせ---*/
#top-news {
 background-color: #FFF;
 margin: 0;
 padding: 15px;
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
}
#top-news #top-newsInr {
 height: 152px;
 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 0 0 10px;
 padding: 0;
}
#top-news h2 {
 float: left;
}
#top-news dl {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 margin: 0 17px;
}
#top-news dl dt, 
#top-news dl dd {
 display: block;
 line-height: 130%;
 font-weight: normal;
 padding: 0.6em 0;
 margin: 0;
}
#top-news dl dt {
 clear: left; /* 環境別での表示崩れを防ぐ */
 float: left;
 width: 21%;
 color: #004ea2;
}
#top-news dl dd {
 float: left;
 width: 77%;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	color: #222222;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 20px auto 0;
	padding: 0;
}
#jimu .jimuBox {
}
#jimu h2 {
	height: 26px;
	margin: 0;
}
#jimu dl {
	text-align: left;
	line-height: 125%;
	margin: 5px 0 20px;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 90%;
	/*line-height: 130%;*/
	margin: 0.7em 0 0.3em;
}
#jimu dl dd {
	font-size: 80%;
}
/*#jimu a {
	color: #FFF;
}*/



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
 min-height: 920px;
 height: auto !important; /* for IE6 */
 height: 910px; /* for IE6 */
 background-color: #FFF;
 margin-left: -30px;
}
.pageInr {
 width: 580px;
 margin: 40px auto 0;
 padding-bottom: 60px;
}
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: 150%;
 font-weight: bold;
 /*color: #FFFFFF;*/
 line-height: 140%;
 text-align: left;
 letter-spacing: 0.05em;
 background: url("../img/h3_bg.jpg") no-repeat left bottom;
 background-size: contain;
 /*background: #3296c3;*/
 margin: 3em -20px 1em;
 position: relative; /* for IE6 */
 /* border-radius */
 border-radius: 5px; /* CSS3草案 */
 -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
 -moz-border-radius: 5px; /* Firefox用 */
 padding: 0.5em 0.6em;
}
/*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-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 color: #0062b5;
 font-size: 129%;
 font-weight: bold;
 line-height: 130%;
 letter-spacing: 0.05em;
 border-bottom: #0062b5 dotted 2px;
 margin: 1.5em -14px 0.85em;
 padding: 0.3em 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: 118%;
 color: #D95C7F;
 font-weight: bold;
 text-align: left;
 line-height: 130%;
 background: url("../img/h5_bg.jpg") no-repeat 5px center;
 background-size: 0.75em auto;
 margin-top: 1.2em;
 margin-bottom: 0.5em;
 padding-left: 25px;
}
.areaInt h5 {
 margin-left: -25px;
}
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;
}*/