@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #FFF url("../img/bg.png") no-repeat center top;
	background-size: contain;
	border-top: #c0aa05 solid 5px;
	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: 92%;
	line-height: 1.65;
	color: #212121;
}
#wrapper {
	width: 937px;
	margin: 0 auto 30px;
	;
}
#wrapperInr {
	width: 100%;
	/*border: #59a72f solid 1px;
	background-color: #0d8f06;*/
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	margin: 0 auto;
}



/*--------------------------------------------------------------- 
			side-nav
--------------------------------------------------------------- */
#side-nav {
	width: 210px;
	/*background: url(../img/nav_bg.jpg) no-repeat center top;*/
	float: left;
}
#side-navInr {
	margin-top: 7px;
}
#side-nav .nav-banner {
	text-align: center;
	margin: 20px 12px;
}
#side-nav .nav-banner p {
	line-height: 100%;
	margin-bottom: 8px;
}
#side-nav .nav-banner p a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



/*--------------------------------------------------------------- 
			main
--------------------------------------------------------------- */
#main {
	width: 710px;
	float: right;
	/*background: #FFF;*/
	border-radius: 8px;
}



/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	width: 100%;
	height: 111px;
	background: url("../img/header.png") no-repeat center 10px;
	background-size: 720px auto;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 105px;
	display: block;
	outline: none;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 100%;
	position: relative;
	background-color: #16150f;
	/*background: url("../img/footer_bg.jpg") no-repeat center top;
	background-size: 100% auto;*/
	margin: 0 auto;
}
#footerInr {
	width: 936px;
	/*height: 60px;*/
	margin: 0 auto;
}
#footer p {
	/*display: none;*/
	font-size: 80%;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 15px 0;
}
/*PAGETOP*/
.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	/*bottom: 180px;*/
	z-index: 10;
	margin-right: 60px;
	margin-bottom: 35px;
	padding: 0;
}
.pagetop img {}



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBG {
	background: #fff url("../img/top_main.jpg") no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 16px;
	margin-top: 7px;
}
#topMain {
	height: 570px;
	position: relative;
}
#topMain p {
	display: none;
}

/*---topSub---*/
#topSub {
	background-color: #fff;
	margin: 0 45px;
}
#topSub .areaImp2 {
	margin: 35px;
}

/*---ボタンエリア---*/
.area-topBTN {
	/*background-color: #8c093f;*/
	padding: 15px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
.area-topBTN p {
	color: #FFF;
}
.area-topBTN p a {
	color: #FFF;
}
.area-topBTN p a:hover {
	text-decoration: none;
}
.area-topBTN img {
	margin: 18px;
}
/*---ボタンエリア2---*/
#topSub .areaBtn-rc a {
	background-color: #D74E09;
	border-color: #EA5105;
}
/*---ボタンエリア(saidNav)---*/
.areaTopBtnSide {
	text-align: center;
	margin: 1em 0 2.3em;
}
.areaTopBtnSide a {
	display: block;
	color: #1B6F01 !important;
	font-weight: bold;
	text-decoration: none;
	background-color: #E2EBAF;
	border: 3px solid #F5F5F5;
	border-radius: 7px;
	padding: 10px;
}
.areaTopBtnSide a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: 0.3s ease-in-out;
}
/*--演題募集期間--*/
#top-endaiboshu {
	position: absolute;
	left: 13px;
	top: 490px;
	font-size: 1.15em;
	background-color: rgba(255, 255, 255, 0.85);
	border: #7FA400 solid 3px;
	padding: 15px 17px;
}
/*---大会終了---*/
#top-end {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	/*color: #42001E;*/
	background-color: #fffce6;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	border: #399D1D solid 1px;
	/* border-radius */
	border-radius: 4px; /* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px; /* Firefox用 */
	margin: 5px 35px 50px;
	padding: 1.5em 1.5em;
}
/*オンデマンド配信*/
#topSub .areaImp {
	margin: 15px 30px 0;
}
/*---重要な期日---*/
#top-important {
	/*position: absolute;*/
	/*top: 570px;
	left: 100px;*/
	width: 600px;
	background-color: #FBF7F7;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 2px solid #F82E00;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	/* border-radius */
	border-radius: 4px; /* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px; /* Firefox用 */
	margin: 0 auto 40px;
	padding: 1.5em;
}
#top-important h2 {
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 1.19em;
	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;
}
#top-important p {
	margin-top: 1em;
	/*text-indent: 1em;*/
}

/*---お知らせ---*/
#top-news {
	margin-left: 20px;
}
#top-news #top-newsInr {
	height: 230px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	/*border: #0d8f06 solid 1px;*/
	margin: 0;
	padding: 0;
}
#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;
	padding: 15px 0;
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	width: 95%;
	font-size: 88%;
	letter-spacing: 0.05em;
	font-weight: 400;
	border-bottom: #e0dcd4 solid 1px;
	margin: -1px 0px 0;
}
#top-news dl dt, 
#top-news dl dd {
	display: block;
	line-height: 150%;
	font-weight: normal;
	border-top: #e0dcd4 solid 1px;
	padding: 0.45em 0;
	margin: 0;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 18%;
	font-weight: bold;
	background: url("../img/icon_news.jpg") no-repeat 5px center;
	background-size: auto 0.5em;
	padding-left: 25px;
}
#top-news dl dd {
	float: left;
	width: 77.4%;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd {		/*余白リセット*/
	margin: 0;
	padding: 0;
}
#jimu {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
/* background: url("../img/top_jimu_bg.jpg") repeat center top;*/
	color: #222222;
	/*margin: 7px;*/
}
#jimu .jimuBox {
	/*float: left;*/
 margin: 0 0 24px;
}
#jimu h2 {
position: relative;
 /*height: 32px;*/
	color: #ffffff;
	font-size: 94%;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 0.05em;
	background-color: #222222;
	padding: 6px 12px;
}
/*#jimu h2::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 4px;
	height: 1.3em;
	margin-top: -0.66em;
	background-color: #79ba47;
	background-size: 3px 16px;
}*/
/*#jimu h2 img {
 height: auto;
 width: 100%;
}*/
#jimu dl {
	margin: 9px 3px;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 76%;
	line-height: 130%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	font-size: 76%;
	line-height: 140%;
}

/*---演題期間---*/
.top-kikan {
	color: #00A1E9;
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	/*background: #F7FDFF;*/
	border: 3px solid #84C03C;
	margin: 5px 0;
	padding: 1em;
}
/*---演題期間beta---*/
.top-kikan-s {
	color: #FFF;
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	background: #00A1E9;
	border: #00A1E9 solid 3px;
	margin: 5px 0;
	padding: 0.75em;
}
/*---演題期間3---*/
.top-kikan-3 {
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	background: #83B14C;
	border: 2px solid #8EC64B;
	margin: 5px 0;
	padding: 0.82em;
}
/*---演題期間4---*/
.top-kikan-4 {
	color: #FFF;
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	background: #77AD36;
	border: 3px solid #6EA132;
	margin: 5px 0;
	padding: 0.7em;
}
.top-kikan-6 {
	font-size: 155%;
	font-weight: bold;
	text-align: center;
	background: #F0F5E1;
	border: 2px solid #BED17A;
	margin: 5px 0;
	padding: 0.76em;
}
/**/
#topSub .areaChui {
	margin: 30px 30px 0;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	box-shadow: 0px 0px 7px -2px rgba(78,89,93,0.59);
	background-color: #FFF;
	margin: 7px;
	padding: 2px;
}
.pageInr {
	min-height: 700px;
	width: 600px;
	margin: 30px auto 0;
	padding-bottom: 60px;
}
#page h2 {
	min-height: 65px;
	color: #FFF;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url("../img/h2_bg.jpg") no-repeat center top;
	background-size: 100% auto;
	text-shadow: 0px 0px 10px rgba(227, 75, 0, 1);
	padding: 13px 45px;
}
#page h2 img {
	width: 100%;
	height: auto;
}
h3 {
	/*font-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
	font-size: 147%;
	font-weight: bold;
	color: #472400;
	line-height: 125%;
	letter-spacing: 0.05em;
	background: url("../img/h3_bg.jpg") repeat-y left center;
	background-size: 100% auto;
	/*background-color: #0D8F06;*/
	/* border-radius */
	border-radius: 3px; /* CSS3草案 */
	-webkit-border-radius: 3px; /* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
	margin: 3em -15px 1.1em;
	padding: 7px 18px 10px;
	position: relative; /* for IE6 */
	zoom: 1;
}
/*h3::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 7px;
	width: 20px;
	height: 25px;
	margin-top: -13px;
	background: url(" ../img/h3_ico.png") top left no-repeat;
	background-size: 20px 25px;
}*/
h4 {
	font-size: 125%;
	font-weight: bold;
	color: #222222;
	line-height: 150%;
	/*border-top: #f5a100 solid 1px;*/
	border-bottom: #c8b84f double 4px;
	/*background-color: #E8EBF2;*/
	background: url("../img/h4_bg.jpg") no-repeat 0.35em 1em;
	background-size: 0.5em auto;
	margin: 2em -8px 0.8em;
	padding: 0.5em 24px 0.4em;
	position: relative; /* for IE6 */
	zoom: 1;
}
/*h4::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 18px;
	height: 17px;
	margin-top: -15px;
	background: url(" ../img/h4_bg_2.jpg") top left no-repeat;
	background-size: 18px 17px;
}*/
h5 {
	position: relative;
	font-size: 106%;
	font-weight: bold;
	color: #792610;
	background: url("../img/h5_bg.jpg") no-repeat left 0.45em;
	background-size: 0.8em auto;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	padding-left: 19px;
}
/*h5::before {
	position: absolute;
	content: "";
	top: 7px;
	left: 3px;
	width: 0.8em;
	height: 0.8em;
	background-color: #CE8100;
}*/
.areaInt h5 {
	margin-left: -20px;
}
h6 {
	font-size: 101%;
	font-weight: bold;
	margin: 1em 0 0.3em;
}
.title7 {
	color: #D90000;
	/*color: #104EBA;*/
	font-size: 118%;
	font-weight: bold;
	margin-top: 30px;
}
.areaInt .title7 {
	margin-left: -20px;
}