@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
 width: 100%;
 height: 100%;
}
body {
 -webkit-text-size-adjust: 100%;
 background: url(../img/bg.jpg) no-repeat center top;
 text-align: justify;
 text-justify: inter-ideograph;
 /* font:13px "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif; */
 /*font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
 /*font-family: Arial, Helvetica, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;*/
 font-family: Arial, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 /*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
 font-size: 90%;
 line-height: 1.6;
}
#wrapper {
 width: 950px;
 /* box-shadow */
 margin: 0 auto;
}
#wrapperInr {
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
 margin: 0 auto;
}


/*---------------------------------------------------------------*/
#side-nav {
 width: 300px;
 float: left;
 margin-top: 20px;
}
#side-nav-bg {
 background-color: #dbf6ff;
 padding-bottom: 30px;
}

/**/
#side-nav .nav-banner {
 /*text-align: center;*/
 margin: 30px 0 15px 30px;
}
#side-nav .nav-banner p {
 margin: 7px 0;
}
#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 {
 /*max-width: 220px;
 height: auto;*/
}


/*---------------------------------------------------------------*/
#main {
 width: 660px;
 float: left;
 margin-left: -30px;
 padding-bottom: 20px;
}
#mainInr {
 width: 640px;
 background-color: #fff;
 /*border: #fff solid 4px;*/
 box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.68);
 margin: 40px 10px;
 padding: 4px 0;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
 width: 230px;
 height: 201px;
 background: url(../img/header.jpg) no-repeat center top;
 margin-left: 30px;
}
#header h1 {
 text-indent: -999999px;
}
#header h1 a {
 width: 230px;
 height: 201px;
 display: block;
 outline: none;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
 clear: both;
 width: 100%;
}
#footerInr {
 /*width: 960px;*/
 /*height: 110px;*/
 /*background: url(../img/footer.jpg) no-repeat center top;*/
 background-color: #0e8334;
 /*margin: 0.5em auto;*/
}
#footer p {
 /*display: none;*/
 font-size: 72%;
 color: #FFF;
 text-align: center;
 letter-spacing: 0.01em;
 padding: 0.75em;
}

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



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBG {
 width: 632px;
 position: relative;
 background: #e5f0c7 url(../img/top_main.jpg) no-repeat center top;
 margin: 0 auto;
 padding-bottom: 40px;
}
#topMain {
 min-height: 570px;
 /*background: url(../img/top_main.jpg) no-repeat center top;*/
 /*margin-top: -13px;*/
 overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
 zoom: 1; /* for IE6 */
}
#topMain p {
 display: none;
}

/*---topSub---*/
#topSub {
 /*margin-top: 20px;*/
}
#top-koen {
 color: #0843A8;
 text-align: center;
 font-weight: bold;
 font-size: 90%;
 /*border-top: #083078 dotted 1px;
	border-bottom: #083078 dotted 1px;*/
 background: url(../img/line_dot_kon.png) repeat-x left top, url(../img/line_dot_kon.png) repeat-x left bottom;
 padding: 0.3em;
 margin: 0 10px;
}
#topSub .areaImp3 {
 width: 600px;
 border-width: 5px;
 margin: 10px auto 40px;
 padding: 1.5em;
}
#topSub .areaImp3 h2 {
 text-align: center;
 letter-spacing: 0.1em;
 font-size: 1.15em;
 font-weight: bold;
 font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 /* border-radius */
 border-radius: 10px 10px 0 0; /* CSS3草案 */
 -webkit-border-radius: 10px 10px 0 0; /* Safari,Google Chrome用 */
 -moz-border-radius: 10px 10px 0 0; /* Firefox用 */
 padding: 0.15em;
 margin-bottom: 0.65em;
}

#topSub .areaImp6 ul li {
 list-style: disc;
 margin-left: 1em;
}

/*---大会終了---*/
#top-end {
 border: #D80100 solid 1px;
 margin: -30px 70px 40px;
 padding: 1.2em;
}
#top-end p {
 font-size: 1.08em;
}


/*---お知らせ---*/
#top-news {
	margin: 0;
}
#top-news #top-newsInr {
	height: 136px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	margin: 0 50px 0 60px;
}
#top-news h2, #top-news dl, #top-news dl dt, #top-news dl dd {		/*余白リセット*/
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#top-news h2 {
}
#top-news dl {
	font-size: 90%;
	text-align: left;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0;
}
#top-news dl dt, 
#top-news dl dd {
	line-height: 140%;
	float: left;
	font-weight: normal;
 margin-bottom: 0.75em;
	padding: 3px 0;
}
#top-news dl dt {
	width: 16%;
 text-align: center;
 font-weight: bold;
 color: #0e8334;
 background-color: #FFFFFF;
}
#top-news dl dd {
	width: 78%;
 padding-left: 15px;
}


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



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
 width: 632px;
 min-height: 700px;
 margin: 0 auto;
}
.pageInr {
 width: 560px;
 margin: 20px auto 0;
 padding-bottom: 80px;
}
h3 {
 font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-size: 135%;
 font-weight: bold;
 color: #FFF;
 letter-spacing: 0.05em;
 background: #0383c5;
 /* border-radius */    
border-radius: 5px;  
 margin: 3em -10px 1.25em;
 position: relative; /* for IE6 */
 padding: 0.25em 0.75em;
}
/*h3::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 7px;
	width: 7px;
	height: 11px;
	margin-top: -6px;
	background: url(" ../img/h3_icon.jpg") top left no-repeat;
	background-size: 7px 11px;
}*/
h4 {
 font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-size: 125%;
 font-weight: bold;
 color: #0e8334;
 line-height: 120%;
 border-top: #0E8334 solid 2px;
 background: url(../img/h4_bg.jpg) repeat-x left bottom;
 margin: 2em -5px 0.8em;
 padding: 0.45em 4px;
 position: relative; /* for IE6 */
 zoom: 1;
}
h5 {
 font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-size: 110%;
 font-weight: bold;
 color: #016ba2;
 background: url(../img/h5_bg.jpg) no-repeat 3px 0.5em;
 margin-top: 1em;
 margin-bottom: 0.5em;
 padding-left: 17px;
}
.areaInt h5 {
 margin-left: -20px;
}
h6 {
 font-family: Arial, Verdana, "游ゴシック", YuGothic, "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 font-size: 110%;
 font-weight: bold;
 margin: 1em 0 0.3em;
}
.areaInt h6 {
 margin-left: -20px;
}