@charset "Shift_JIS";
/*
タイトル
-------------------------------------------------------*/

.pageTitle {
	width: 690px;
	height: 50px;
	margin: 40px 0 10px 10px;
	background-repeat: no-repeat;
	background-position: top left no-repeat;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 2.3;
	padding-left: 1em;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	background-image: -webkit-linear-gradient(0deg,rgba(64,98,175,1.00) 0%,rgba(114,142,203,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(64,98,175,1.00) 0%,rgba(114,142,203,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(64,98,175,1.00) 0%,rgba(114,142,203,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(64,98,175,1.00) 0%,rgba(114,142,203,1.00) 100%);
}


.h3heading {
	font-size: 1.4em;
	font-weight: bold;
	color: #1D208A;
	border-bottom: 1px solid #00ADE8;
	padding-bottom: 0px;
	margin-top: 16px;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 16px;
}
	.h3heading span {
		border-left:7px solid #C66;
		padding-left:10px;
	}

.h4heading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 5px;
	color: #DA5600;
}
	.h4heading span {
		display:block;
		border-bottom:1px solid #ccc;
		padding-bottom:1px;
	}
.h5heading {
	font-size: 1.2em;
	font-weight: bold;
	color: #106800;
}


/*
共通
-------------------------------------------------------*/

.mainTxt {
	line-height:180%;
	margin:10px auto;
	text-indent:1em;
}
.mainTxt02 {
	line-height:180%;
	margin:10px auto;
}

p.under_construction {
	text-align:center;
	font-size:1.2em;
	padding:40px;
}

.kome dt {
  	position: relative;
}
	.kome dt span {
  		position: absolute;
	}
	.kome dd {
 		padding-left: 1em;
		margin-bottom:5px;
	}

.btn {
      display: flex;
      justify-content: center;
}


/*問い合わせ*/

.inquiryBox02 {
	width:400px;
	margin:20px auto 0;
	border:1px solid #ccc;
	padding:15px;
	background-color:#f5f5f5;
}
	.inquiryBox02 p {
		margin-left:50px;
	}
	.inquiryBox02 p.inq_title {
		font-weight:bold;
		text-align:center;
		padding-bottom:10px;
		margin:0;
	}
.num_list {
	counter-reset: item;
	list-style: none;
}
.num_list li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.num_list li:before {
	counter-increment: item;
	content: counter(item) "．";
}
	

/*リスト*/

.ul_indentList01 {
	margin:5px 0;
}
	.ul_indentList01 li {
		text-indent:-1em;
		padding-left:1em;
		margin-bottom:5px;
	}
.ul_indentList02 {
	width:90%;
	margin:10px auto;
}
	.ul_indentList02 li {
		margin-bottom:5px;
		text-indent:-1em;
		padding-left:1em;
		font-size:0.8em;
		line-height:120%;
	}
.ul_indentList03 {
	margin:10px auto;
}
	.ul_indentList03 li {
		margin-bottom:5px;
		text-indent:-1.5em;
		padding-left:1.5em;
		padding-bottom:10px;
		line-height:160%;
	}
.ul_indentList04 {
	margin:5px 0;
}
	.ul_indentList04 li {
		text-indent:-2em;
		padding-left:2em;
		margin-bottom:5px;
	}
.ul_indentList05 {
	width:90%;
	margin:10px auto;
}
	.ul_indentList05 li {
		margin-bottom:5px;
		text-indent:-1em;
		padding-left:1em;
		line-height:120%;
	}
	
.ul_dot {
	margin: 1em 0;
}
	.ul_dot li {
		position: relative;
		padding-left: 1.5em;
		margin-bottom: 0.5em;
	}
	.ul_dot li::after {
		display: block;
		content: '';
		position: absolute;
		top: .5em;
		left: 0.5em;
		width: 6px;
		height: 6px;
		background-color: #666;
		border-radius: 100%;
	}


/*ボタン*/

.singleBtnBox {
	width:320px;
	margin:20px auto 40px;
	text-align:center;
	line-height:60px;
}
	.singleBtnBox a {
		display:block;
		width:320px;
		height:60px;
		background:#FFC;
		color:#06C;
		border:#009 solid 1px;
	}
	.singleBtnBox a:hover {
		display:block;
		width:320px;
		height:60px;
		background:#FFF;
		color:#06C;
		border:#009 solid 1px;
	}
	
.singleBtnBox1 {
	margin:40px auto;
	text-align:center;
}
	.singleBtnBox1 a {
		display:block;
		width:300px;
		margin:0 auto;
		padding:15px 20px;
		background:#FFC;
		color:#06C;
		border:#009 double 4px;
	}
	.singleBtnBox1 a:hover {
		display:block;
		width:300px;
		background:#FFF;
		color:#06C;
		border:#009 double 4px;
	}	
.singleBtnBox2 {
	width:320px;
	margin:50px auto 30px;
}
.doubleBtnBox {
	width:460px;
	margin:10px auto;
}
	.doubleBtnBox a {
		display:block;
		width:460px;
		height:80px;
		text-indent:-9999px;
	}
.singleBtnBox3 {
	margin:40px auto;
	text-align:center;
}
	.singleBtnBox3 a {
		display:block;
		width:160px;
		height:50px;
		margin:15px;
		padding:10px;
		background:#FFC;
		color:#06C;
		border:#009 double 4px;
	}
	.singleBtnBox3 a:hover {
		display:block;
		width:160px;
		height:50px;
		background:#FFF;
		color:#06C;
		border:#009 double 4px;
	}
	
#btn_accommodation {
	background:url(../images/btn_accommodation.png) 0 0 no-repeat;
}
	#btn_accommodation:hover {
		background-position:-220px 0;
	}
	
.ul_btnDouble {
	width:460px;
	margin:20px auto;
}
.ul_btnDouble li {
	float:left;	
	margin-right:20px;	
}
	.ul_btnDouble li:last-child {
		margin-right:0px;	
	}
.ul_btnDouble a {
	display:block;
	width:220px;
	height:80px;
	text-indent:-9999px;
}
.btn_call01 {
	background:url(../images/btn_call01.png) 0 0 no-repeat;
}
	.btn_call01:hover {
		background-position:-220px 0;
	}
.btn_call02 {
	background:url(../images/btn_call02.png) 0 0 no-repeat;
}
	.btn_call02:hover {
		background-position:-220px 0;
	}

/* ボタン */
.btn a {
    background-image: linear-gradient(to bottom, #EEE, #DDD);
    background-repeat: no-repeat;
    background-position: left top;
    box-shadow: 0 3px #ccc;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 15px 0;
    border-radius: 6px;
    text-align: center;
    display: block;
}

.btn a:hover {
    background-image: linear-gradient(to bottom, #EEE, #EEE);
    box-shadow: 0 1px #666;
    top: 1px;
}

.btn a {
    text-decoration: none;
    color: #0c0202;
}

.btn a:hover {
    text-decoration: none;
}

.btn.btn_a a {
	background-image: linear-gradient(to bottom, #cc0000, #790000);
	background-repeat: no-repeat;
	background-position: left top;
	font-color: #FFFFFF
       font-weight: bold;
	width: 300px;
}

.btn.btn_a a:hover {
	background-image: linear-gradient(to bottom, #ff3939, #ff3737);
	box-shadow: 0px 1px #f49a00;font-color: #790000
	top: 1px;
}
.register {
	margin-bottom: 30px;
	margin-top: 30px;
}
.register .button {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 7px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(0,101,191,1.00) 0%,rgba(0,46,87,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,101,191,1.00) 0%,rgba(0,46,87,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,101,191,1.00) 0%,rgba(0,46,87,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,101,191,1.00) 0%,rgba(0,46,87,1.00) 100%);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 4px #CCCCCC;
	box-shadow: 0px 4px #CCCCCC;
	margin-bottom: 3px;
	top: 0px;
	position: relative;
}
.register .button:hover {
	-webkit-box-shadow: 0px 1px #f49a00;
	box-shadow: 0px 1px #f49a00;
	opacity: 0.7;
	margin-bottom: 1px;
	top: 3px;
}

#btn_regist a {
	display:block;
	width:220px;
	height:60px;
	margin:20px auto;
	background:url(../images/btn_regist.png) 0 0 no-repeat;
	text-indent:-9999px;
}
	#btn_regist a:hover {
		background-position:-220px 0;
	}
	
#btn_nittei a {
	display:block;
	width:220px;
	height:60px;
	margin:20px auto;
	background:url(../images/btn_nittei.png) 0 0 no-repeat;
	text-indent:-9999px;
}
	#btn_nittei a:hover {
		background-position:-220px 0;
	}
	
#btn_prgm a {
	display:block;
	width:220px;
	height:60px;
	margin:20px auto;
	background:url(../images/btn_prgm.png) 0 0 no-repeat;
	text-indent:-9999px;
}
	#btn_prgm a:hover {
		background-position:-220px 0;
	}
	
#btn_en_prgm a {
	display:block;
	width:220px;
	height:60px;
	margin:20px auto;
	background:url(../images/btn_en_prgm.png) 0 0 no-repeat;
	text-indent:-9999px;
}
	#btn_en_prgm a:hover {
		background-position:-220px 0;
	}
	
#btn_getunit a {
	display:block;
	width:220px;
	height:60px;
	margin:20px auto;
	background:url(../images/btn_koen.png) 0 0 no-repeat;
	text-indent:-9999px;
}
	#btn_getunit a:hover {
		background-position:-220px 0;
	}
	
.ul_btn01 {
	margin: 20px auto;
	text-align: center;
}
	.ul_btn01 li {
		list-style: none;
		display: inline;
		margin: 0 15px;
	}
	.ul_btn01 li img {
		display: inline;
		-webkit-transition: 0.3s ease-in-out;
			 -moz-transition: 0.3s ease-in-out;
				 -o-transition: 0.3s ease-in-out;
						transition: 0.3s ease-in-out;
	}
	.ul_btn01 li img:hover {
		display: inline;
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	}
	
.ul_btn_css {
	margin: 0 auto 50px;
	text-align: center;
}
	.ul_btn_css li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 20px;
	}
		.ul_btn_css li a {
			display: inline-block;
			width: 240px;
			padding: 15px 20px;
			color: #fff;
			text-decoration: none;
			background: #06C; 
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_btn_css li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}
.ul_btn_css2 {
	margin: 10px 0 20px 0px;
}
	.ul_btn_css2 li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 20px;
	}
		.ul_btn_css2 li a {
			display: inline-block;
			padding:10px;
			text-decoration: none;
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			background: #E25C5E;
			color: #fff;
		}
		.ul_btn_css2 li img {
			margin:0 auto;
		}
		.ul_btn_css2 li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}
.ul_btn_css3 {
	margin: 20px auto 20px;
	text-align: center;
}
	.ul_btn_css3 li {
		font-size: 16px;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 20px;
	}
		.ul_btn_css3 li a {
			display: inline-block;
			width: 180px;
			padding: 15px 20px;
			color: #fff;
			text-decoration: none;
			background: #06C; 
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_btn_css3 li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}
		.ul_btn_css3 li a.btn_end {
			background: #999; 
		}
		
	
	
/*連絡先*/
		
#contactInfo {
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	width: 226px;
}
	#contactInfo #tit_contactInfo {
	width: 230px;
	height: 30px;
	background: url(../images/tit_contact.png) no-repeat top;
	text-indent: -9999px;
	}
	#contactInfo .office {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
		}
		#contactInfo .office01 {
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
		}
		#contactInfo .office01 h4 {
	height: 25px;
	color: #fff;
	line-height: 1.8;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 0px 5px;
	background-color: #4062AF;
		}
		#contactInfo .office01 h5 {
			padding:0px 5px 0;
			line-height:1.5;
			color: #000;
			font-size:1.0em;
			font-weight:600;
		}
		#contactInfo .office01 h5 span {
			font-size:0.9em;
		}
		#contactInfo .office01 p {
			padding:0px 5px 0;
			font-size:0.9em;
			line-height:1.5;
			color: #000;
		}
		#contactInfo .office01 a {
			color:#0000ff;
		}
	#contactInfo .office02 {
		width:220px;
		padding: 0;
	}
		#contactInfo .office02 h4 {
			width:220px;
			height:22px;
			color:#fff;
			padding:5px 0 5px 10px;
			background:#023674;
		}
		#contactInfo .office02 h5 {
			padding:5px 10px 0;
			line-height:1.3;
			color: #000640;
			font-weight:bold;
		}
		#contactInfo .office02 p {
			padding:0 10px;
			font-size:0.85em;
			line-height:1.5;
			color: #000640;
		}
		#contactInfo .office02 a {
			color: #09C;
		}
	#contactInfo .line {
		padding-bottom:10px;
		border-top:1px solid #C2DCEE;	
	}
	#contactInfo .dot {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px dotted #fff;	
	}




/*テーブル*/

.tbl_nostyle th {
	padding: 2px 5px;
	white-space: nowrap;
}
.tbl_nostyle td {
	padding: 2px 5px;
}



/*
Home
--------------------------*/


#contentsHomeMain {
	width:470px;
	background-color:#fff;
	float:left;
}

#contentsHomeSub {
	width:220px;
	float:right;
	padding:5px;
	background:url(../images/bg_contact.png) no-repeat top #C7C7C7;
}

#img_period {
	width:470px;
	height:150px;
	background:url(../images/topInfo_period.png) no-repeat top;
	text-indent:-9999px;
	margin-bottom:5px;
}


.topBtn {
	display: block;
	width: 350px;
	padding: 10px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #13488D;
	border: 2px solid #fff;
	
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	line-height: 1.4;
	
	position: absolute;
	top: 40px;
	right: 265px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;

}
.topBtn:hover {
	color: #fff;
	background: #F48D1E;
	text-decoration: none;
}



/*新着*/
	
#whatsnewArea {
	width:730px;
	height: auto;
	margin:2px auto 10px;
	padding:20px 0 0px;
}
	#whatsnewIn {
		width:655px;
		height:130px;
		padding:5px;
		margin:2px auto 0;
	}
	#tit_whatsnew {
	width: 720px;
	height: 25px;
	margin: 0;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.8;
	padding-left: 10px;
	color: #fff;
	background-color: #4062AF;
	}
	
	#dl_whatsnew {
	width: 730px;
	height: auto;
	min-height: 150px;
	padding: 10px 0 0px;
	margin: 0 auto 0;
	font-size: 15px;
	}
		#dl_whatsnew dt {
	width: 85px;
	clear: left;
	float: left;
	color: #000;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: 500;
		}
		#dl_whatsnew dd {
			/*width:580px;*/
			height: auto;
			padding:3px 10px 2px 10px;
			margin-left:8em;
			color:#000;
		}
		#dl_whatsnew dd a {
			color:#F60;
		}
		#dl_whatsnew dd a:hover {
			color:#C30;
		}

		#dl_whatsnew dd.white_row {
			background:url(../images/bg_dd.png) left top repeat-x;
		}
	
	
.breakingNewsWrap {
	background:url(../images/bg_sideShadow.png) left top repeat-y #fff;
	padding: 15px 0;
}
.breakingNews {
	margin: 15px 20px 20px;
	padding: 20px;
	border: 3px solid #ff0000;
}
	.breakingNews h3 {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.breakingNews p {
		font-size: 1.1em;
		line-height: 1.6;
	}
.breakingNews02 {
	padding: 20px;
	border: 3px solid #ff0000;
}
	.breakingNews02 h3 {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
		color: #ff0000;
	}
	.breakingNews02 p {
		font-size: 1.1em;
		line-height: 1.6;
	}


/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.modalContents {
	padding: 1em 0;
}
.modalContents h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

/* 以下ボタンスタイル */
.modalbtnWrap {
	background:url(../images/bg_sideShadow.png) left top no-repeat #fff;
	padding: 15px 0;
	text-align: center;
}
#openModal {
  padding: 10px 15px;
  background-color: #13488D;
  border: 1px solid #13488D;
  border-radius: 25px;
  cursor: pointer;
	font-size: 16px;
	color: #fff;
}
#openModal:hover {
  background-color: #fff;
	color: #13488D;
}
#openModal02 {
  cursor: pointer;
}



/*
会長挨拶
--------------------------*/

.presidentBox {
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: #ccc solid 1px;
}
.presidentBox img {
	float:left;
	padding-left:0px;
}
.presidentBox p {
	text-align: left;
	position: absolute;
	left: 180px;
	top: 145px;
	line-height: 1.6;
}
.presidentBox-flex {
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
}
.presidentBox-flex .chairman {
	width: 30%;
	text-align: center;
	display: inline-block;
}
.chairman img {
	display: inline-block;
	margin-bottom: 10px;
}
.chairman p {
	text-align: center;
}
.chairman-name {
	text-align: left;
	margin-left: auto;
	margin-bottom: 1em;
	-webkit-text-size-adjust: 100%;
}
.chairman-name tr th {
	padding-right: 1em;
}
.chairman-name tr td {
}
.chairman-name tr .belongs {
}
.chairman-name tr .belongs:before {
	content: "（";
}
.chairman-name tr .belongs:after {
	content: "）";
}

.txt_president {
	text-align:right;
	line-height:180%;
	margin:20px 0 30px;
}
	.txt_president span {
		font-size:1.2em;
		font-weight:bold;
	}



/*開催概要
------------------------------------------------------*/

.dl_overview {
	padding-top:10px;
}
	.dl_overview dt {
		clear:left;
		float:left;
		font-weight:bold;
		color:#033674;
		padding-left:1em;
	}
	.dl_overview dd {
		padding-left:9em;
		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:1px dashed #ccc;
	}

.tbl_overview {
	/*width:100%;*/
}
	.tbl_overview th {
		font-weight:normal;
		white-space:nowrap;
	}
	.tbl_overview td {
		padding-left:1em;
	}
.tbl_overview02 {
	margin:15px auto;
	background: #fff;
}
	.tbl_overview02 caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_overview02 th {
		width:290px;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
	}
	.tbl_overview02 td {
		padding:5px 5em 5px 0;
		border:1px solid #aaa;
		text-indent:0;
		text-align:right;
	}

/*演題登録
------------------------------------------------------*/

.period {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #00324C;
	line-height: 200%;
	padding: 20px 0 20px;
}

/*
.period {
	width:600px;
	height:100px;
	margin:20px auto 40px;
	background:url(../images/period.png) no-repeat;
	text-indent:-9999px;
}
*/

.tbl_category {
	margin:10px;
	background: #fff;
}
	.tbl_category caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_category th {
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
	}
	.tbl_category td {
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
	}
.tbl_category02 {
	width:580px;
	margin:15px auto;
	background: #fff;
}
	.tbl_category02 caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_category02 th {
		width:290px;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
	}
	.tbl_category02 td {
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
	}
	
.tbl_period {
	margin: 20px 0;
}
.tbl_period th {
	font-weight: bold;
	padding: 5px 10px;
	background-color: #A8EEFF;
	border: #ccc solid 1px;
}
.tbl_period td {
	padding: 5px 10px;
	border: #CCC solid 1px;
}

.contactIndex {
	margin:20px 0;
	border:1px solid #aaa;
	background:#ddd;
	padding:5px 10px;
}

/* アコーディオン */
.accbox {
    margin:0 0 5px;
    padding: 0;
}
.accbox label {
    display: block;
    margin:0;
    padding :2px 5px 2px 20px;
    color :#039;
    background:#fff;
    cursor :pointer;
    transition: all 0.5s;
	text-indent:0;
	border-bottom:#ccc dotted 1px;
	background:url(../images/mk_list.png) left center no-repeat;
}
.accbox label.non_open {
    display: block;
    margin:0;
    padding :2px 5px 2px 20px;
    color :#039;
    background:#fff;
    cursor :pointer;
    transition: all 0.5s;
	text-indent:0;
	border-bottom:#ccc dotted 1px;
	background:url(../images/mk_list.png) left center no-repeat;
}

.accbox label:hover {
	color:#039;
	background:url(../images/mk_list.png) left center no-repeat, #d2e8fc;
}
.accbox label.non_open:hover {
	color:#039;
	background:url(../images/mk_list.png) left center no-repeat;
	cursor: default;
}

.accbox input {
    display: none;
}

.accbox .accshow {
	height:0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.accbox .accshow p {
	text-indent:0;
	padding:10px;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 0;
    background: #FFF;
    opacity: 1;
	border:#039 solid 1px;
	margin-bottom:10px;
}


.btnWrap {
	border: 1px solid #1691B1;
	background: #fff;
}
	.btnWrap h5 {
		margin: 1em 0 0 1em;
		font-size: 1.1em;
		font-weight: bold;
	}
	
.ul_call_list li {
	background:url(../images/mk_list2.png) left center no-repeat;
	padding :2px 5px 2px 20px;
	border-bottom:#ccc dotted 1px;
	margin-bottom:5px;
}
	

/*事前参加登録
------------------------------------------------------*/

.tbl_regist {
	width:380px;
	margin:15px 0;
	background: #fff;
}
	.tbl_regist caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_regist th {
		width:50px;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
	}
	.tbl_regist td {
		padding:5px 1em;
		text-align:center;
		border:1px solid #aaa;
		text-indent:0;
	}

/*参加者の皆様へ
------------------------------------------------------*/

.tbl_part {
	width:100%;
	margin:15px 0;
	background: #fff;
}
	.tbl_part caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_part th {
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
		vertical-align:middle;
	}
	.tbl_part td {
		padding:5px;
		text-align:center;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
	}
.dl_part {
	width:600px;
	margin:20px auto;
}
	.dl_part dt {
		clear:left;
		float:left;
		padding-left:1em;
		font-weight:bold;
	}
	.dl_part dd {
		padding-left:8em;
		padding-bottom:5px;
	}	
	

/*登録ボタン*/

.btn_regArea {
	width:560px;
	margin:10px auto 30px;
	border:2px solid #ccc;
}
	.btn_regArea p {
		padding:5px 0 0 1em;
		font-weight:bold;
		font-size:1.2em;
	}
	.btn_regArea p.note {
		padding:5px 0 0 1em;
		font-size:1.0em;
		font-weight:normal;
		background-color:#ffffcc;
	}
	.btn_regArea p.note span {
		font-size:1.1em;
		font-weight:bold;
		color:#ff0000;
	}

	.btn_regArea ul {
		width:540px;
		margin:15px auto;
	}
	.btn_regArea li {
		float:left;
	}
		.btn_regArea a {
			display:block;
			width:250px;
			height:60px;
			text-indent:-9999px;
		}
		
	.btn_reg01 {
		background:url(../images/btn_opt01.png) 0 0;
		margin-right:20px;
	}
		.btn_reg01:hover {
			background-position:-250px 0;
		}
	.btn_reg02 {
		background:url(../images/btn_opt02.png) 0 0;
	}
		.btn_reg02:hover {
			background-position:-250px 0;
		}
		
	.btn_opt01 {
		background:url(../images/btn_opt01.png) 0 0;
		margin-right:20px;
	}
		.btn_opt01:hover {
			background-position:-250px 0;
		}
	.btn_opt02 {
		background:url(../images/btn_opt02.png) 0 0;
	}
		.btn_opt02:hover {
			background-position:-250px 0;
		}
		
	.btn_opt01_ssl {
		background:url(../images/btn_opt01_ssl.png) 0 0;
		margin-right:20px;
	}
		.btn_opt01_ssl:hover {
			background-position:-250px 0;
		}
	.btn_opt02_ssl {
		background:url(../images/btn_opt02_ssl.png) 0 0;
	}
		.btn_opt02_ssl:hover {
			background-position:-250px 0;
		}

/*
利益相反COI
--------------------------*/

.ul_arrowList01 {
	width:90%;
	margin:15px auto;
}
	.ul_arrowList01 li {
		padding-left:20px;
		margin-bottom:0.6em;
		background:url(../images/arrow.gif) 0 5px   no-repeat;
	}
	
.ul_arrowList02 {
	margin:15px auto;
}
	.ul_arrowList01 li {
		padding-left:10px;
		margin-bottom:0.6em;
		background:url(../images/arrow.gif) 0 5px   no-repeat;
	}

.ul_icoList01 {
	width:90%;
	margin:15px auto;
}
	.ul_icoList01 li.ico_ppt {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_ppt.gif) 0 3px   no-repeat;
	}
	.ul_icoList01 li.ico_word {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_word.gif) 0 3px   no-repeat;
	}
	.ul_icoList01 li.ico_pdf {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_pdf.gif) 0 3px   no-repeat;
	}

.coi_pst {
	margin: 0 0 20px;
}	
.coi_pst img {
	border: #999 solid 1px;
}

/*
ファイルダウンロード用
--------------------------*/
.dlfiles ul {
	padding: 10px 0 20px;
	line-height: 2.0em;	
}
.dlfiles li a {
	font-size: 1.1em;
	padding: 10px 0;
	display: block;
}

.dlpdf {
	padding-left: 40px;
	background: url(../images/icon_pdf.png) left center no-repeat;	
}
.dlword {
	padding-left: 40px;
	background: url(../images/icon_word.png) left center no-repeat;	
}
.dlppt {
	padding-left: 40px;
	background: url(../images/icon_ppt.png) left center no-repeat;	
}

/*
英語ページダウンロード用
--------------------------*/
.en_calldwl,.en_callsnd {
	display:block;
	width:200px;
	height:34px;
	text-indent:-9999px;
}
.en_calldwl {
	margin: 30px auto 0;
}
.en_callsnd {
	margin: 0 auto 30px;
}
.en_calldwl {
	background:url(../images/en_calldwl.png) center no-repeat;
}
.en_calldwl:hover {
	background:url(../images/en_calldwl_hover.png) center no-repeat;
}
.en_callsnd {
	background:url(../images/en_callsnd.png) center no-repeat;
}
.en_callsnd:hover {
	background:url(../images/en_callsnd_hover.png) center no-repeat;
}

/*
事前参加登録
--------------------------*/

.txt_regOwabi {
	width:550px;
	padding:20px 15px;
	margin:20px auto 200px;
	text-align:center;
	background-color:#efefef;
	font-weight:bold;
}

.tbl_fee {
	width:550px;
	margin:20px auto;
}
.tbl_fee td,
.tbl_fee th {
	padding:5px;
	border:1px solid #ccc;
}
.tbl_fee th {
	text-align:center;
	background-color:#769600;
	color:#fff;
}
.tbl_fee td {
	text-align:center;
}
.tbl_fee td.td_subindex {
	text-align:left;
	padding-left:1em;
	font-weight:bold;
	background-color:#efefef;
}



/*
プログラム
--------------------------*/

.ul_btn_timetable {
	width: 635px;
	margin: 30px auto 50px;
}
	.ul_btn_timetable li {
		float: left;
		margin-right: 10px;
	}
		.ul_btn_timetable li:last-child {
			margin-right: 0px;
		}
	.ul_btn_timetable img:hover {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
		}


.ul_scheduleBtn {
	width: 400px;
	margin: 20px auto 40px;	
}
	.ul_scheduleBtn li {
		margin-bottom: 10px;
	}
	.ul_scheduleBtn img:hover {
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		-khtml-opacity: 0.75;
		opacity:0.75;
	}


.pro_h2index {
	font-size:1.2em;
	font-weight:bold;
	color: #006BB3;
	background: #f5f5f5;
	padding:5px 0 3px 0.7em;
	margin:30px 0 0px;
	border-left:8px solid #A8EEFF;
}
.pro_date {
	font-size:1.0em;
	font-weight:bold;
	color:#333;
	margin:0px 0 5px 1em;
}
	.pro_date span {
		color:#333;
		font-weight: normal;
	}
.pro_title {
	background: #CBE2FB;
	padding:7px 0 2px 0.7em;
	border-bottom: #4586C0 solid 1px;
	font-size:1.1em;
	font-weight:bold;
	color: #00388B;
}
.pro_title2 {
	padding:20px 0 2px 0.7em;
	border-bottom: #D75124 solid 1px;
	font-size:1.0em;
	font-weight:bold;
	color: #D75124;
}
.haisin {
    padding: 5px 10px;
    color: #666666;
    font-weight: 600;
    font-size: 0.9em;
}
.session {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0.7em;
}
    .session span {
        border-bottom: #666 solid 1px;
    }
.pro_theme {
	font-size:1.1em;
	font-weight:bold;
	color:#006BB3;
	margin:10px 0 5px 0em;
}
    .pro_theme span {
        padding-left: 2em;
    }


.proBox {
	margin-bottom:40px;
}

dl.pro_person {
	margin: 0 0 0px 10px;
}
	dl.pro_person dt {
		clear:left;
		float:left;
		margin-bottom: 5px;
	}
	dl.pro_person dd {
		padding-left:5em;
		margin-bottom: 5px;
	}
	dl.pro_person dd span {
		font-size:1.0em;
		font-weight:bold;
		margin:0px 0 10px 0em;
	}
	
dl.pro_person2 {
	margin: 0px 0 0 20px;
}
	dl.pro_person2 dt {
		clear:left;
		float:left;
		margin-bottom: 5px;
		font-weight: 600;
	}
	dl.pro_person2 dd {
		padding-left: 50px;
		margin-bottom: 5px;
	}

	
.idlink_box {
	width: 420px;
	padding: 20px;
	margin: 20px auto;
	background-color:#FFC;
	border: #999 solid 1px;
}

.ul_idlink li a {
	width: 120px;
	height: 30px;
	float: left;
	display: block;
	padding-left: 20px;		
}
.ul_idlink2 li a {
	width: 180px;
	height: 30px;
	float: left;
	display: block;
	padding-left: 20px;		
}

.idlink_box2 {
	width: 480px;
	padding: 20px;
	margin: 20px auto;
	background-color:#FFC;
	border: #999 solid 1px;
}

.ul_idlink3 li a {
	width: 220px;
	height: 30px;
	float: left;
	display: block;
	padding-left: 20px;		
}


.tbl_pro_person {
	margin: 0  0 10px;
}
	.tbl_pro_person th {
		white-space: nowrap;
	}


/*
海外招待演者 Invited Speakers
--------------------------*/
	
.speakersBox {
	border-bottom: 1px dashed #aaa;
	padding-bottom: 20px;
	margin: 20px 0 10px;
}
.speakersBox img {
	float: right;
}
.speakersBox .textBox {
	width: 420px;
	float: left;
}
	.speakersBox .textBox .name {
		background: #004C97;
		padding: 10px;
		color: #fff;
	}
		.speakersBox .textBox .name span {
			font-size: 1.1em;
			font-weight: bold;
		}
	.speakersBox .textBox .title {
		margin-top: 1em;
	}
	.speakersBox .textBox .cv {
		margin-top: 10px;
	}
	.speakersBox .textBox .waku {
		margin-top: 1.5em;
	}
		.speakersBox .textBox .waku span {
			border: 1px solid #aaa;
			padding: 1px 10px;
			background: #fff;
			margin-bottom: 10px;
		}
	

/*
座長・演者へのご案内
--------------------------*/

.tbl_poster {
	margin: 40px auto 0px;
	clear: both;	
}
	.tbl_poster th,
	.tbl_poster td {
		padding: 3px 10px;
		border: 1px solid #aaa;
		text-align: center;
		white-space: nowrap;
	}
	.tbl_poster th {
		background: #eee;
	}

.pickupBox {
	padding: 20px;
	margin: 50px 0 30px;
	background: #fffee8;
	border: 1px solid #aaa;
}
	.pickupBox h5 {
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 10px;
	}

/*
.ul_infoList {
	width:90%;
	margin:0 auto 15px;
}
	.ul_infoList li {
		text-indent:-0.5em;
		_padding-left:0.5em;
		line-height:180%;
		padding-bottom:0.5em;
	}
	.ul_infoList li.next {
		font-weight:bold;
			color:#3c78a0;
	}

	.ul_infoList dl {
		margin-left:25px;
	}
		.ul_infoList dt {
			clear:left;
			float:left;
		}
		.ul_infoList dd {
			padding-left:6em;
		}
*/

/*
お問い合わせ
--------------------------*/

.inquiryBox {
	margin:50px auto 0;
}
	.inquiryBox p {
		padding-left:10px;
	}
	.inquiryBox h5 {
		font-size:1.2em;
		font-weight:bold;
		border-bottom:1px dotted #999;
		padding-bottom:5px;
		margin-bottom:10px;
		margin-top:20px;
		padding-left:0;
	}
	
/*
ポスターダウンロード
--------------------------*/
	
.ul_past {
	width: 100%;
	margin: 0 auto 50px;
}
	.ul_past li {
		clear:left;
		line-height:180%;
		font-size:1.1em;
		padding:5px 0 5px 110px;
		text-indent:-2em;
	}
	.ul_past li.23th {
		display:block;
		background:url(../images/23th.png) left center no-repeat;
	}
	.ul_past li.24th {
		background:url(../images/24th.png) left center no-repeat;
	}
	.ul_past li.25th {
		background:url(../images/25th.png) left center no-repeat;
	}
	.ul_past li.26th {
		background:url(../images/26th.png) left center no-repeat;
	}

/*
リンク
--------------------------*/

.ul_linkList {
	width: 100%;
	margin: 0 auto 50px;
}
	.ul_linkList li {
		clear:left;
		line-height:180%;
		font-size:1.1em;
		padding:5px 0 5px 3em;
		border-bottom:1px dotted #999999;
		text-indent:-2em;
	}
	
/*
会場のご案内
--------------------------*/

.txt_access01 {
	margin:20px auto;
	padding:20px;
	background:#eee;
}

.mapBox {
	margin-top: 20px;
	margin-bottom: 30px;
}

.accessBox {
	width:235px;
	padding-top:10px;
	float:right;
	font-size:0.9em;
	margin-left:5px;
}
/*.accessBox ul {
	margin:5px;
	margin-bottom:15px;
}*/

.dl_access dt {
	font-size:1.1em;
	font-weight:bold;
	color:#cc0000;
	border-bottom:1px solid #cc0000;
	padding:20px 0 5px;
	margin-bottom:5px;
}
.dl_access dd {
	padding:0 0 0 1em;
}

/*
協賛申込
--------------------------*/

.tbl_kyousan {
	width:550px;
	margin: 10px auto;
	background: #fff;
}
	.tbl_kyousan th,
	.tbl_kyousan td {
		padding: 5px 1em;
		border: 1px solid #aaa;
	}
	.tbl_kyousan th {
		background: #999;
		color:#fff;
		font-weight:700;
	}
	
.tbl_qa {
	width:100%;
	margin: 10px auto;
	border-bottom: #CCC dashed 1px;
	padding-bottom: 5px;
}
	.tbl_qa th {
		width:5%;
		padding: 5px;
		text-align:right;
		font-weight:700;
	}
	.tbl_qa th.qq {
		color:#36C;
	}
	.tbl_qa th.aa {
		color:#C30;
	}
	
	.tbl_qa td {
		padding: 5px;
	}
	.tbl_qa td.qq {
		font-weight:700;
	}
	
/*託児室
------------------------------------------------------*/

.tbl_nursery {
	margin:15px 10px;
	background: #fff;
}
	.tbl_nursery caption {
		text-align:right;
		font-weight:bold;
	}
	.tbl_nursery th {
		text-align:right;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
	}
	.tbl_nursery td {
		text-align:right;
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
	}
.tbl_nursery2 {
	margin:15px 10px;
	background: #fff;
}
	.tbl_nursery2 caption {
		text-align: center;
		font-weight:bold;
	}
	.tbl_nursery2 th {
		text-align: center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
	}
	.tbl_nursery2 td {
		text-align: left;
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
	}#sideArea .banner {
	text-align: center;
}
.banner .kanren {
	display: inline-block;
	margin-bottom: 1px;
}
.banner .kanren img {
	max-width: 210px;
	max-height: 74px;
}
.banner .kanren:hover {
	opacity: 0.5;
	transition: 0.2s;
}
#sideArea .insta {
	text-align: center;
	background-color: #00ADE8;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-left: 3px;
	margin-right: 3px;
}
#sideArea .insta img {
	width: 180px;
	display: inline-block;
}
#sideArea .insta p {
	font-size: 12px;
}
.insta a {
	color: #FFFFFF;
}
.insta a:hover {
	opacity: 0.7;
}
.link_list {
}
.link_list li {
	font-size: 1.1em;
	border-bottom: 1px dashed #7B0000;
	padding-bottom: 25px;
	padding-top: 0px;
	margin-bottom: 25px;
}
.link {
	border-bottom: 2px dashed #380064;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.link .name {
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-left: 1em;
	margin-left: -10px;
	text-indent: -1em;
	font-weight: bold;
	color: #026906;
}
.link .name:before {
	content: "◆";
	font-size: 0.7em;
	margin-right: 3px;
	vertical-align: middle;
	color: #930000;
	text-indent: -1em;
	padding-left: 1em;
}
.link .url {
	margin-left: 20px;
	display: inline-block;
	font-size: 1.1em;
}
.pastKO {
	border-radius: 18px;
	margin-bottom: 45px;
}
.pastKO .pa_tit {
	font-size: 1.3em;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 9px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #000000;
}
.pastKO .pa_con {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border-radius: 13px;
	padding-bottom: 10px;
	border: 2px solid #C66556;
	background-color: #F0D7D3;
}
.pastKO .pa_con table {
	margin-top: 10px;
	margin-bottom: 20px;
}
.pastKO .pa_con table tbody tr {
}
.pastKO .pa_con tbody tr th {
	width: 140px;
	padding-left: 2em;
	vertical-align: middle;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.pastKO .pa_con tbody tr td {
	width: 420px;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #FAA39F;
}
.past01 {
	border-radius: 18px;
	margin-bottom: 45px;
}
.past01 .pa_tit   {
	font-size: 1.3em;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 9px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #000000;
}
.past01 .pa_con {
	background-color: #F0D7D3;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 2px solid #C66556;
	border-radius: 13px;
}
.past01 .pa_con table {
	margin-top: 10px;
	margin-bottom: 20px;
}
.past01 .pa_con table tbody tr {
	width: 100%;
}
.past01 .pa_con table tbody tr th {
	width: 140px;
	padding-left: 2em;
	vertical-align: middle;
	background-color: #213A5B;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.past01 .pa_con table tbody tr td {
	width: 420px;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #CAD8EB;
}
.past02 {
	border-radius: 18px;
	margin-bottom: 45px;
}
.past02 .pa_tit {
	font-size: 1.3em;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 9px;
	vertical-align: middle;
	background-image: -o-linear-gradient(0deg,rgba(2,105,6,1.00) 0%,rgba(3,173,9,1.00) 100%);
	background-image: -webkit-linear-gradient(0deg,rgba(2,105,6,1.00) 0%,rgba(3,173,9,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(2,105,6,1.00) 0%,rgba(3,173,9,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(2,105,6,1.00) 0%,rgba(3,173,9,1.00) 100%);
	font-weight: bold;
}
.past02 .pa_con {
	background-color: #CFF4D0;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border-radius: 13px;
	padding-bottom: 10px;
	border: 2px solid #4EDD53;
}
.past02 .pa_con table {
	margin-top: 10px;
	margin-bottom: 20px;
}
.past02 .pa_con table tbody tr {
	width: 100%;
}
.past02 .pa_con table tbody tr th {
	width: 140px;
	padding-left: 2em;
	vertical-align: middle;
	background-color: #026906;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.past02 .pa_con table tbody tr td {
	width: 420px;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color: #A7DBA9;
}
.pa_con .detail {
	display: flex;
	margin-bottom: 15px;
}
.meet_banner {
	width: 40%;
	text-align: right;
}
.meet_banner img {
	display: inline-block;
}
.detail .btnbox01  {
	margin-left: 30px;
	line-height: 74px;
	vertical-align: top;
	width: 50%;
	justify-content: space-evenly;
	display: flex;
}
.pa_btn01  {
	display: inline-block;
	width: 74px;
	height: 74px;
	background-color: #B21515;
	text-align: center;
	border-radius: 50%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.pa_btn01:hover {
	border: 2px solid #B21515;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #FFFFFF;
	color: #B21515;
}
.pa_btn02 {
	display: inline-block;
	width: 74px;
	height: 74px;
	background-color: #026906;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.pa_btn02:hover {
	border: 2px solid #026906;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #FFFFFF;
	color: #026906;
}
.dl_poster {
	display: inline-block;
}
.dl_poster:hover {
	opacity: 0.5;
	transition: 0.2s;
}
.dl_overview dd .member {
}
.member tr {
	border-bottom: 1px solid #DBDBDB;
}
.member tr th {
	width: 6.1em;
	vertical-align: middle;
	padding-top: 5px;
}
.member tr td {
	padding-left: 1em;
	text-indent: -1em;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.member tr td:before {
	content: "（";
}
.member tr td:after {
	content: "）";
}
.base_table {
	margin-bottom: 20px;
	margin-top: 10px;
}
.base_table tr th {
	border: 1px solid #6A6A6A;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #003982;
	color: #FFFFFF;
	font-weight: bold;
}
.base_table tr td {
	border: 1px solid #6A6A6A;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.question {
}
.question dt {
	text-indent: -1em;
	padding-left: 1em;
}
.question dt:before {
	content: "・";
}
.question dd {
	padding-left: 2em;
	text-indent: -1em;
	margin-bottom: 1em;
}
.question dd:before {
	content: "→";
}
.program {
	display: flex;
	-webkit-text-size-adjust: 100%;
	margin-bottom: 20px;
}
.program .con_ov {
	width: 520px;
	padding-top: 5px;
}
.program .con_ov p {
	font-size: 0.9em;
	margin-bottom: 0px;
}
.program .con_ov table {
	border-collapse: separate;
	border-spacing: 0px 8px;
	width: 100%;
}
.con_ov table tr th {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000066;
	width: 3.5em;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	padding-top: 1px;
}
.program02 .con_ov table tr .role {
	background-color: #FFFFFF;
	color: #FF4C01;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #19DAFF;
	border-radius: 0px;
}
.con_ov table tr .name {
	padding-left: 10px;
	width: 7.5em;
	vertical-align: middle;
	padding-top: 1px;
	font-weight: bold;
}
.con_ov table tr .belongs {
	padding-left: 1em;
	text-indent: -1em;
	padding-top: 1px;
	vertical-align: middle;
}
.con_ov table tr .belongs:before {
	content: "（";
}
.con_ov table tr .belongs:after {
	content: "）";
}
.program .photo {
}
.program .photo img {
	width: 110px;
	margin-left: 10px;
}
.program02   {
	padding-top: 5px;
	width: 100%;
	margin-bottom: 25px;
	margin-top: -10px;
}
.program02 .con_ov {
	padding-top: 5px;
}
.program02 .con_ov p {
	font-size: 0.9em;
	margin-bottom: 0px;
}
.program02 .con_ov table {
	border-collapse: separate;
	border-spacing: 0px 8px;
	width: 100%;
}
.pro_tit {
	background-color: #C6EDFF;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
.pro_tit h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #004D71;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	margin-bottom: 5px;
	width: 70%;
	display: inline-block;
}
.pro_tit .hf {
	display: block;
	text-align: right;
	text-decoration: none;
	background-color: #000099;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	float: right;
	clear: right;
	margin-top: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	margin-bottom: 0px;
}
.no_pro_tit {
}
.no_pro_tit .hf {
	display: inline-block;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	background-color: #000099;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	float: right;
	clear: right;
	border-radius: 3px;
	font-weight: bold;
	margin-top: -4px;
}
.pro_btn {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	justify-content: space-around;
	text-align: center;
	vertical-align: middle;
}
.pro_btn li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	vertical-align: middle;
}
.pro_btn li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background-image: -o-linear-gradient(270deg,rgba(255,93,17,1.00) 0%,rgba(232,73,0,1.00) 99.88%);
	background-image: -webkit-linear-gradient(270deg,rgba(255,93,17,1.00) 0%,rgba(232,73,0,1.00) 99.88%);
	background-image: -moz-linear-gradient(270deg,rgba(255,93,17,1.00) 0%,rgba(232,73,0,1.00) 99.88%);
	background-image: linear-gradient(180deg,rgba(255,93,17,1.00) 0%,rgba(232,73,0,1.00) 99.88%);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	border-radius: 13px;
	padding-bottom: 5px;
	font-size: 16px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.pro_btn li a:hover {
	opacity: 0.5;
	transition: 0.2s;
}
.hands-on_pro {
}
.hands-on_pro .pro_theme {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0em;
	color: #003469;
	background-color: #ABD4FF;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right: 5px;
	margin-bottom: 5px;
}
.hands-on_pro .pro_con {
}
.hands-on_pro .pro_con dt {
	clear: left;
	float: left;
	font-weight: bold;
	color: #033674;
}
.hands-on_pro .pro_con dd {
	padding-left: 3em;
	border-bottom-style: none;
}
.ol-list01 {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 18px;
}
.ol-list01 li {
	font-weight: bold;
	color: #00385C;
}
.ol-list01 p {
}
.ol-list02 {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 18px;
}
.ol-list02 li {
}
.pro_btn02 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	justify-content: space-around;
}
.pro_btn02 li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.pro_btn02 li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	background-image: -moz-linear-gradient(270deg,rgba(0,86,141,1.00) 0%,rgba(0,66,109,1.00) 99.88%);
	background-image: -webkit-linear-gradient(270deg,rgba(0,86,141,1.00) 0%,rgba(0,66,109,1.00) 99.88%);
	background-image: -o-linear-gradient(270deg,rgba(0,86,141,1.00) 0%,rgba(0,66,109,1.00) 99.88%);
	background-image: linear-gradient(180deg,rgba(0,86,141,1.00) 0%,rgba(0,66,109,1.00) 99.88%);
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 11px;
	padding-top: 6px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-size: 14px;
}
.pro_btn02 li a:hover {
	opacity: 0.5;
	transition: 0.2s;
}
.pro_ov {
	margin-bottom: 25px;
	border: 2px solid #00BF01;
	border-radius: 7px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.pro_ov .sentence {
	text-indent: 1em;
}
.btnbox {
	text-align: center;
	margin-bottom: 40px;
}
.btnbox a {
	text-decoration: none;
}
.btnbox_flex {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}
.btnbox_flex a {
	text-decoration: none;
}
.btn01  {
	display: inline-block;
	background-image: -webkit-linear-gradient(270deg,rgba(0,99,212,1.00) 0%,rgba(0,62,132,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,99,212,1.00) 0%,rgba(0,62,132,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,99,212,1.00) 0%,rgba(0,62,132,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,99,212,1.00) 0%,rgba(0,62,132,1.00) 100%);
	color: #FFFFFF;
	width: 220px;
	font-size: 17px;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 6px;
	border-radius: 8px;
	text-align: center;
}
.btn01:hover {
	opacity: 0.6;
	transition: 0.2s;
	color: #FFFFFF;
}
.kome {
	padding-left: 1em;
	text-indent: -1em;
}
.kome:before {
	content: "※";
}
.inline-block {
	display: inline-block;
}
.hover_opacity {
}
.hover_opacity:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.poster {
	text-align: center;
	margin-bottom: 15px;
}
.poster a img {
	width: 210px;
	display: inline-block;
}
.poster a img:hover {
	opacity: 0.5;
	transition: 0.2s;
}
