@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	background: #cae5ec url("../img/bg.jpg") repeat-x center top;
	background-size: auto 460px;
	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 0;
	position: relative;
	z-index: 20;
}
#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: 222px;
	/*background: url(../img/nav_bg.jpg) no-repeat center top;*/
	float: left;
}
#side-navInr {}
#side-nav .nav-banner {
	text-align: center;
	margin: 20px 0;
}
#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: 670px;
	float: right;
	/*background: #FFF;
	border-radius: 8px;*/
	margin-right: 30px;
}
#main-top {
	min-height: 1040px;
	/*min-height: 990px;*/
	background: url("../img/main_bg.png") no-repeat right bottom;
	background-size: 95% auto;
}



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



/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	width: 100%;
	position: relative;
	z-index: 10;
	background: #fff url("../img/footer_bg.jpg") repeat-x center top;
	background-size: 570px auto;
	margin: 0 auto;
}
#footerInr, #footer p {
	padding-top: 70px;
}
#footerInr {
	width: 936px;
	/*height: 60px;*/
	margin: 0 auto;
}
#footer p {
	/*display: none;*/
	font-size: 80%;
	/*color: #ffffff;*/
	text-align: center;
	letter-spacing: 0.08em;
	margin-top: 0px;
	padding-bottom: 40px;
}

.pagetop {
	position: fixed;
	right: 1%;
	display: block;
	bottom: 76px !important;
	z-index: 10;
	margin-right: 60px;
	padding: 0;
}
.pagetop:hover {
	opacity: 0.88;
}


/*PAGETOP*/
/*.pagetop
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}*/



/*--------------------------------------------------------------- 
			トップページ
--------------------------------------------------------------- */
#topBG {
	background: url("../img/top_main.png") no-repeat center top;
	background-size: 91% auto;
	padding-bottom: 16px;
}
#topMain {
	height: 520px;
	position: relative;
	margin-top: 10px;
}
#topMain p {
	display: none;
}
/*---topSub---*/
#topSub {
	margin: 0 40px;
}
#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;
}

/*トップページサブエリア　ボタン*/
#topSub .areaBtn {
	text-align: center;
	margin: 2em 0 60px;
}
#topSub .areaBtn a {
 display: inline-block;
width: 280px; 
 color: #FFF;
 font-size: 125%;
 font-weight: bold;
 line-height: 130%;
 letter-spacing: 0.1em;
 text-decoration: none;
 border: 3px solid #F7F7F7;
 background-color: #0A824A;
 border-radius: 9px;
 padding: 14px 30px;
/* box-shadow */
box-shadow: 0px 2px 7px -4px rgba(27,1,10,0.6);
}
#topSub .areaBtn a:hover {
	background-color: #17A362;
	transition: 0.3s ease-in-out;
}
/**/
#topSub .areaBtn .btn-col-2 a {
	background-color: #92459A;
}
#topSub .areaBtn .btn-col-2 a:hover {
	background-color: #A74FB0;
}


/*--演題募集期間--*/
#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: #fffcea;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	border: #8DB9C6 solid 1px;
	/* border-radius */
	border-radius: 4px; /* CSS3草案 */
	-webkit-border-radius: 4px; /* Safari,Google Chrome用 */
	-moz-border-radius: 4px; /* Firefox用 */
	margin: 0 0 50px;
	padding: 1.5em 1.5em;
}
#top-end p {
	text-indent: 1em;
}

/*オンデマンド配信*/
#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-banner {
	text-align: center;
	margin: 60px 20px;
}
.top-banner a {
	margin: 15px;
}

/*---お知らせ---*/
#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;
	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;
	margin-top: -1px;
}
#top-news dl dt, #top-news dl dd {
	display: block;
	line-height: 160%;
	font-weight: normal;
	border-top: 1px solid #b0ccd2;
	padding: 0.45em 0;
	margin: 0;
}
#top-news dl dt {
	clear: left; /* 環境別での表示崩れを防ぐ */
	float: left;
	width: 18%;
	font-weight: bold;
	background: url("../img/icon_dot_pink.png") no-repeat 10px 1.05em;
	background-size: 0.5em auto;
	padding-left: 25px;
}
#top-news dl dd {
	float: left;
	width: 74%;
	padding-right: 7px;
}

/*---事務局---*/
#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 23px;
}
#jimu h2 {
position: relative;
 /*height: 32px;*/
	color: #fff;
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #222222;
	border-radius: 14px;
	padding: 3px 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 7px;
}
#jimu dl dt, 
#jimu dl dd {
	margin: 0px;
	padding: 0px;
}
#jimu dl dt {
	font-size: 77%;
	line-height: 130%;
	margin-bottom: 0.3em;
}
#jimu dl dd {
	font-size: 77%;
	line-height: 140%;
}



/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
#page {
	padding: 4px;
}
.pageOut {
	background-color: #fff;
	box-shadow: 0px 0px 7px -2px rgba(78,89,93,0.59);
	border-radius: 10px;
}
.pageInr {
	min-height: 700px;
	width: 84%;
	margin: 11px auto 0;
	padding: 35px 0 60px;
}
#page h2 {
	min-height: 50px;
	color: #1b3664;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url("../img/h2_bg.png") no-repeat 20px 1em;
	background-size: 0.5em auto;
	padding: 10px 50px;
}
#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: 142%;
	font-weight: bold;
	color: #FFF;
	line-height: 125%;
	letter-spacing: 0.1em;
	background-color: #6b4586;
	/* border-radius */
	border-radius: 6px;
	margin: 3em -15px 1.2em;
	padding: 0.45em 14px;
	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-bottom: #b55a93 dotted 3px;
	/*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.jpg") no-repeat 2px 0.5em;
	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;
}