@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;
	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: 950px;
	margin: 0 auto 20px;
	;
}
#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: 230px;
	/*background: url(../img/nav_bg.jpg) no-repeat center top;*/
	float: left;
}
#side-navInr {
}
#side-nav .nav-banner {
	text-align: center;
	margin: 20px 20px;
}
#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: 120px;
	background: url("../img/header.png") no-repeat center 10px;
	background-size: 1150px auto;
}
#header h1 {
	text-indent: -999999px;
}
#header h1 a {
	height: 105px;
	display: block;
	outline: none;
}



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 100%;
	position: relative;
	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: 20px 0 35px;
}
/*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;
}
#topMain {
	height: 520px;
	position: relative;
}
#topMain p {
	display: none;
}
/*---topSub---*/
#topSub {
	background-color: #fff;
	margin: 0 15px;
}
#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)---*/
.areaTopBtn {
 text-align: center;
 margin: 20px;
}
.areaTopBtn a {
	display: block;
	color: #FFF !important;
	font-weight: bold;
	font-size: 1.01em;
	text-decoration: none;
	background-color: #DE1770;
	border: 3px solid #F8BED8;
	border-radius: 8px;
	box-shadow: 0px 2px 7px -6px rgba(27,1,10,0.6);
	padding: 10px;
}
.areaTopBtn a:hover {
	opacity: 0.8;
	transition: all .5s 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 {
	padding-bottom: 0px;
}
#top-news #top-newsInr {
	height: 150px;
	overflow-x: auto;
	overflow-y: scroll;
	zoom: 1;
	/*border: #0d8f06 solid 1px;*/
	margin: 15px 15px 15px 60px;
	padding: 0 15px;
}
#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-top: 15px;
}
#top-news dl {
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
	font-size: 88%;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin: 0 0px;
}
#top-news dl dt, #top-news dl dd {
	display: block;
	line-height: 160%;
	font-weight: normal;
	padding: 0.45em 0;
	margin: 0;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 18%;
	font-weight: bold;
	/*padding-left: 5px;*/
}
#top-news dl dd {
	float: left;
	width: 78.5%;
}

/*---事務局---*/
#jimu dl, #jimu dl dt, #jimu dl dd { /*余白リセット*/
 margin: 0;
 padding: 0;
}
#jimu {
	width: 640px;
 display: flex;
 align-items:stretch;
 justify-content:center;
}
#jimu .jimuBox {
 background: url("../img/jimu_ttl.jpg") no-repeat left center;
 background-size: auto 90px;
	min-height: 90px;
 margin: 30px 0;
 padding-left: 95px;
}
#jimu h2 {
 display: none;
}
#jimu h2 img {
 height: 100%;
 width: auto;
}
#jimu dl {
 margin: 15px 0;
 margin-left: 15px;
 color: #0b1e44;
 font-size: 84%;
}
#jimu dl dt, #jimu dl dd {
 margin: 0px;
 padding: 0px;
}
#jimu dl dt {
 line-height: 130%;
 margin-bottom: 0.5em;
}
#jimu dl dd {
 line-height: 145%;
}

/*---演題期間---*/
.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 {
	padding: 4px;
}
.pageInr {
	min-height: 700px;
	width: 600px;
	margin: 40px 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/ttl_h2_bg.jpg") no-repeat center top;
	background-size: 100% auto;
	text-shadow: 0px 0px 10px rgba(227, 75, 0, 1);
	padding: 15px 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: 155%;
	font-weight: bold;
	color: #e61874;
	line-height: 125%;
	letter-spacing: 0.1em;
	background: url("../img/h3_bg.jpg") no-repeat left center;
	background-size: 30px 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: 0 39px;
	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-family: Arial, Verdana, "Noto Sans Japanese", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #222222;
	line-height: 120%;
	border-top: #f5a100 solid 1px;
	border-bottom: #f5a100 double 4px;
	/*background-color: #E8EBF2;*/
	/*background: url("../img/h4_bg.jpg") repeat-x left bottom;
	background-size: contain;*/
	margin: 2em -8px 0.8em;
	padding: 0.5em 8px 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: #CE8100;
	background: url("../img/h5_bg.png") no-repeat 2px 0.2em;
	background-size: 0.8em auto;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	padding-left: 24px;
}
h5::before {
	position: absolute;
	content: "";
	top: 7px;
	left: 3px;
	width: 0.8em;
	height: 0.8em;
	background-color: #CE8100;
}
.areaInt h5 {
	margin-left: -24px;
}
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;
}
