/*
タイトル
-------------------------------------------------------*/

.pageTitle {
	width:810px;
	height:50px;
	margin:20px 0 10px 15px;
	background: linear-gradient(to top, #FC9346, #ee5a24);
	font-size:1.3em;
	font-weight:600;
	line-height:2.6;
	padding-left:25px;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
}

.h01 {
	background: #151F47;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}


.h3heading {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	border-bottom:1px dotted #ccc;
	padding-bottom:3px;
	margin:10px 0 10px;
}
	.h3heading > span::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5em;
    font-weight: 900;
    font-size: 0.75em;
    position: relative;
    bottom: 2px;
    color: #FC9346;
  }
.h3heading02 {
	font-size:1.2em;
	color:#fff;
	background: #809CC8;
	padding: 5px 10px;
	margin:20px 0 10px;
}
.heading_h3 {
	width: 600px;
	margin: 0 auto 15px;
	position: relative;
	padding: 0 .5em .25em 2em;
	border-bottom: 1px solid #ccc;
}
.heading_h3::before,
.heading_h3::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.heading_h3::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(232, 56, 23, 0.3);
}
.heading_h3::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(232, 56, 23, 0.45);
}

.heading_h3 > span {
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color:#E83817;
}

.h4heading {
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 5px;
	color:#006BB3;
}
	.h4heading span {
		display:block;
		border-bottom:#CCC solid 1px;
	}
.h4heading02{
	font-size:1.1em;
	font-weight:bold;
	margin:15px 0 5px;
	color:#E83817;
}
.h4heading02 span {
	display: block;
	padding-bottom:3px;
}
.heading_h4{
	display: flex;
	border-bottom:1px solid rgba(0, 63, 151, 0.2);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-bottom:5px;
	margin-bottom:10px;
}
.heading_h4 span{
	color: #004097;
}


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

/* ページトップへもどる */
.page_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    border: 1px solid #ccc;
    background: #FB9D7B;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.page_top::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}

.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;
	}
.ol_part1{
	margin-left:2em;
}
.ol_part1 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part1 li::before{
	content:counter(cnt)".";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}       
.ol_part2{
	margin-left:2em;
}
.ol_part2 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part2 li::before{
	content:counter(cnt)")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
.ol_part3{
	margin-left:2em;
}
.ol_part3 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part3 li::before{
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}

/*問い合わせ*/

.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;
	}
.enclosure01 {
	border:1px solid #ccc;
	padding: 1em 2em;
}

/*リスト*/

.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%;
	}

.ul_disc{
	list-style: disc;
}

/*ボタン*/

.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_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: #0066cc; 
			-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: 0 auto 20px;
	text-align: center;
}
	.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;
			width: 240px;
			padding: 15px 20px;
			color: #fff;
			text-decoration: none;
			background: #0066cc; 
			-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_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: #0066cc; 
			-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_css4 {
	margin: 0 auto 50px;
	text-align: center;
}
	.ul_btn_css4 li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 10px;
	}
		.ul_btn_css4 li a {
			display: inline-block;
			width: 240px;
			padding: 15px 10px;
			color: #fff;
			text-decoration: none;
			background: #0066cc; 
			-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_css4 li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}
		
	
	
/*連絡先*/
		
#contactInfo {
	width:960px;
	/*height:115px;*/
	margin:0 auto;
	padding:0;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;

	-ms-flex-wrap:nowrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:nowrap;/*--- safari（PC）用 ---*/
	flex-wrap:nowrap;

	flex-direction: flex-start;
}

.dl_office {
	width:480px;
	float: left;
	font-size: 12px;
	line-height:1.5em;
	padding: 15px 0px 15px 0px;
}
	.dl_office:last-child {
		border-right: none;
	}
.dl_office dt {
	width:100px;
	height:25px;
	font-size:1.1em;
	line-height: 2.0;
	display:block;
	padding:0 ;
	color: #fff;
	font-weight:600;
	border: 1px solid #fff;
	text-align: center;
	float: left;
}
.dl_office dd {
	width: 350px;
	display:block;
	margin:0px 0px 0 0px;
	padding-left: 0px;
	color: #fff;
	font-size:1.0em;
	float: right;
}
.dl_office dd span {
	line-height: 2.0;
	font-weight:600;
	font-size:1.0em;
}
.dl_office dd a {
	color: #fff;
}
.dl_office dd img {
	padding-left: 10px;
	float: right;
}

	#contactInfo #tit_contactInfo {
		width:300px;
		height:25px;
		text-indent:-9999px;
	}
	#contactInfo .office {
		width:580px;
		margin:0;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	}
		#contactInfo .office h4 {
			color:#213976;
			font-weight:600;
		}
		#contactInfo .office p {
			padding:15px 0 0 0;
			font-size:0.9em;
			font-weight:normal;
			line-height:1.3em;
			color: #006837; 
		}
		#contactInfo .office p span {
			color:#006837;
			font-weight:bold;
		}
		#contactInfo .office a {
			color: #0000f9;
		}
	#contactInfo .line {
		padding-bottom:10px;
		border-top:1px solid #C2DCEE;	
	}
	#contactInfo .dot {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px dotted #fff;	
	}
	
	#contactInfo .office2 {
		width:380px;
		margin:0;
	}
	#contactInfo .office2 h4 {
			color:#006837;
			font-weight:600;
		}
		#contactInfo .office2 p {
			padding:15px 0 0 0;
			font-size:0.9em;
			font-weight:normal;
			line-height:1.2em;
			color: #213976;
		}
		#contactInfo .office2 p span {
			color:#006837;
			font-weight:bold;
		}
		#contactInfo .office2 a {
			color: #C2DCEE;
		}




/*テーブル*/
.tbl_nostyle {
	margin:0;
}
.tbl_nostyle th {
	padding: 2px 5px 2px 0;
	white-space: nowrap;
}
.tbl_nostyle td {
	padding: 2px 5px;
}

.tbl_style01 {
	background: #fff;
}
.tbl_style01 td,
.tbl_style01 th {
	padding: 5px 15px;
	border:1px solid #aaa;
}
.tbl_style01 th {
	text-align:center;
	background-color:#ccc;
	color:#333;
}
.tbl_style01 td {
	text-align:center;
}
.tbl-width100 {
    width: 100%;
}

.tbl-width50 {
    width: 50%;
}

.tbl-style01 thead th {
	background-color: #DDD;
	border: 1px #CCCCCC;
	border-style: solid;
    padding:10px;
}

.tbl-style01 tbody th,
.tbl-style01 tbody td {
    border: 1px #CCCCCC;
    border-style: solid;
}

.tbl-style01 tbody th {
    background-color: #EEEEEE;
    padding:10px;
}

.tbl-style01 tbody td {
    background-color: #FFFFFF;
    padding:10px;
}

.tbl-style02 tbody th,
.tbl-style02 tbody td {
    border: 1px #FFFFFF;
    border-style: solid;
}

.tbl-style02 tbody th {
    background-color: #FFFFFF;
    padding:10px;
}

.tbl-style02 tbody td {
    background-color: #FFFFFF;
    padding:10px;
}

.th-c-m th {
    text-align: center;
    vertical-align: middle;
}

.th-l-m th {
    text-align: left;
    vertical-align: middle;
}

.th-l-t th {
    text-align: left;
    vertical-align: top;
}

.td-c-m td {
    text-align: center;
    vertical-align: middle;
}

.td-l-m td {
    text-align: left;
    vertical-align: middle;
}

.td-l-t td {
    text-align: left;
    vertical-align: top;
}

/*box*/
.borderBox {
	border: 2px solid #ff0000;
	padding: 1em;
}

/*ボックスの開閉*/
.hideBoxWrap h4 label {
	cursor: pointer;
	color: #006BB3;
}
.hideBoxWrap h4 label:hover {
	text-decoration: underline;
}
.hideBoxWrap input {
    display: none;
}
.hideBoxWrap .hide_box {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.hideBoxWrap input:checked ~ .hide_box {
    height: auto;
    opacity: 1;
}
.hideBoxWrap img {
	margin-right:15px;
}




/*
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;
}

.endMessage {
	width: 432px;
	padding: 15px;	
	border: 4px solid #ff6666;
	font-weight: bold;
}

/*カウントダウン*/
#countdown {
	width:185px;
	height:42px;
	padding-top:12px;
	padding-right:45px;
	background:url(../images/countdown.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 0px;

	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;

	-webkit-box-pack:flex-end;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:flex-end;/*--- IE10 ---*/
	-webkit-justify-content:flex-end;/*--- safari（PC）用 ---*/
	justify-content:flex-end;

}
#countdown img {
	margin-right:3px;
}


.breakingNews {
	margin: 30px 0 0px 20px;
	padding: 20px;
	border: 3px solid #ff0000;
	background: rgba(255,255,255,0.9);
}
	.breakingNews h3 {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.breakingNews p {
		
		line-height: 1.6;
	}


/*新着*/

#whatsbox {
	width: 660px;
	height: 170px;
	background-color: #5a411d;
}

#whatsnewArea {
	width:850px;
	height: auto;
	min-height:130px;
	margin-top:90px;
}
	#tit_whatsnew {
		width:820px;
		height:30px;		
		color: #fff;
		font-size: 1.2em;
		line-height: 2.0;
		padding-left: 30px;
		background: #ee5a24;
	}
	
	#dl_whatsnew {
		width:850px;
		font-size:1.0em;
		padding:10px 0;	
		height: auto;
		min-height:120px;
		overflow: auto;
		background: #fff;
	}
	
		#dl_whatsnew dt {
			clear:left;
			float:left;			
			color: #ee5a24;
			font-weight:bold;
			padding-top:3px;
			padding-left:50px;
			
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 6em;
			margin-left:70px;			
			color:#666666;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
		#dl_whatsnew dd a {
			color:#FF3900;
		}
	
	
	
.banner_jsfr42 {
	margin-top: 30px;
}
.banner_jsfr42 a {
	display: block;
	width: 350px;
}


/*
#endMessage {
	width:100%;
	padding-top:15px;
	background-color:#f0f0dc;
}
#endMessage p {
	width:584px;
	margin:0px auto;
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
	border:3px solid #ff0066;
	background-color:#fff9fb;
	line-height:180%;
	text-align:center;
}
*/




/*
会長挨拶
--------------------------*/
.presidentBox {
	margin:0 auto;
	padding:10px 15px;
	position:relative;
	border-bottom:1px solid #ccc;
}
.presidentBox img{
	width:150px;
	float:right;
}
.presidentBox p {
	text-align:right;
	position:absolute;
	top:140px;
	right:185px;
}
.mainTxt02 {
	line-height:180%;
	margin:1em auto;
	text-indent:1em;
}


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

.dl_overview {
	padding:0 auto;
}
	.dl_overview dt {
		clear:left;
		float:left;
		font-weight:bold;
		color:#614B96;
		padding-left:1em;
	}
	.dl_overview dd {
		padding-left:8em;
		padding-bottom:15px;
		margin-bottom:15px;
		border-bottom:1px dashed #aaa;
	}


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

.txt_period ul {
	font-size: 1.2em;
    font-weight: bold;
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

.tbl_category {
	width:100%;
	margin:5px 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;
		vertical-align:middle;
	}
	.tbl_category th.tit {
		background: #660;
		color:#fff;
		text-align:left;
		font-weight:bold;
	}
	.tbl_category td {
		padding:3px .5em;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
	}
.tbl_category02 {
	margin:5px 10px;
	background: #fff;
}
	.tbl_category02 caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_category02 th {
		text-align:center;
		padding:5px 1em;
		border:1px solid #aaa;
		background:#eee;
		vertical-align:middle;
	}
	.tbl_category02 th.tit {
		background: #666;
		vertical-align:middle;
		color: #fff;
	}
	.tbl_category02 td {
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
	}
	
.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;
}


/*登録ボタン*/
.btn01,
.btn02,
.btn03,
.btn04,
.btn05,
.btn06,
.btn07,
.btn08{
  border-radius:5px;
  box-sizing:border-box;
	box-shadow:3px 3px 5px #999;
  color:#fff;
	text-shadow:1px 1px 2px #000;
  display:block;
  height:50px;
  line-height:1.5;
  /*font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;*/
  font-size:16px;
  font-weight:600;
  padding:14px 30px;margin:10px auto;
  text-align:center;
  text-decoration:none;
}
.btn01{
  background:#20639B;
}
.btn02{
  background:#3CAEA3;
}
.btn03{
  background:#F4A000;
}
.btn04{
  background:#ED553B;
}
.btn05{
  background:#65BD43;
}
.btn06{
  background:#21A2CA;
}
.btn07{
  background:#E1291F;
}
.btn08{
  background:#F49B1D;
}
.btn01:hover,
.btn02:hover,
.btn03:hover,
.btn04:hover,
.btn05:hover,
.btn06:hover,
.btn07:hover,
.btn08:hover{
  color:#fff;
  opacity:1;
  transform:translateY(0);
  transition-duration:.35s;
	cursor:pointer;
}
.btn01:hover {
  background:#2f80ed;
}
.btn02:hover {
  background:#4AC1B6;
}
.btn03:hover {
  background:#FFB62D;
}
.btn04:hover {
  background:#EF6952;
}
.btn05:hover {
  background:#A1E166;
}
.btn06:hover {
  background:#5BC0EA;
}
.btn07:hover {
  background:#E05955;
}
.btn08:hover {
  background:#F6BC1A;
}
.btn01:hover:after,
.btn02:hover:after,
.btn03:hover:after,
.btn04:hover:after{
  opacity: .5;
}

.btn01:active,
.btn02:active,
.btn03:active,
.btn04:active{
  box-shadow:rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
  transform:translateY(2px);
  transition-duration: .35s;
}
.btn01:active:after,
.btn02:active:after,
.btn03:active:after,
.btn04:active:after{
  opacity:1;
}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w600{width:600px;}

.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;
}



/* プログラム */
.pro_navi {
    display: flex;
    flex-wrap: wrap;
}

.pro_navi li {
    margin: 5px 14px;
}

.pro_navi li a > span::before {
    content: '\f13a';
    font-family: FontAwesome;
    margin-right: .3em;
}

.program-wrap {
    padding: 20px 10px 20px 10px;
}

.program-wrap.non_h4 {
    padding: 0px 10px 40px 10px;
}

.ses-theme {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom:10px;
}
.ses-theme::before {
    position: absolute;
    left: 0;
    width: 5px;
    height: 20px;
    content: '';
    background: linear-gradient(to right, #000000, #8d7781);
}

.ses-theme span {
    margin-left: .75em;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color:#342C2F;
}

.ses-speaker {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
}

.ses-role {
    display: flex;
    gap: 0.5em;
}

.ses-role.chair dt {
    min-width:110px;
}
.ses-role.speak dt {
    min-width:110px;
}

.ses-role dt span {
    display: block;
    text-align: center;
    font-size: 13px;
}

.ses-role.chair dt span {
    background-color: #eee;
    box-shadow: 1px 1px 0px #666;
}

.ses-role.speak dt span {
    background-color: #ddd;
    box-shadow: 1px 1px 0px #666;
}
.ses-role.chair dt span.bg_none,
.ses-role.speak dt span.bg_none{
    background-color:#fff;
    box-shadow:none;
}

.ses-role dd {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.ses-role dd > ul {
    display: flex;
    gap: 0.5em;
}

.ses-role .name {
    min-width: 100px;
}

.ses-role .affiliation {
    font-size: 0.9em;
}



/*
海外招待演者 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;
	}





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

.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:10px 0 10px 2em;
		border-bottom:1px dotted #999999;
		text-indent:-2em;
	}
.ul_linkList2{
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  padding: 1em;
}
.icon_link::before {
  content: '\f0c1';
  font-family: FontAwesome;
  margin-right: .3em;
	color:#E83817;
}

	
/*
会場のご案内
--------------------------*/

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

.mapBox {
	width:410px;
	height:340px;
	padding-top:20px;
	float:left;
}

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

.dl_access {
	padding:10px 0;
	margin:10px auto;
}
.dl_access dt {
	font-size:1.3em;
	font-weight:bold;
	color:#020C45;
	border-bottom:1px solid #666298;
	padding:5px 0 5px;
	margin-bottom:5px;
}
.dl_access dd {
	padding:0 0 0 1em;
    line-height: 2.0em;
}




/*
関連会議・委員会
--------------------------*/

.tbl_kanren01 {
	margin: 20px 0;
	background: #fff;
}
	.tbl_kanren01 th,
	.tbl_kanren01 td {
		padding: 5px 1em;
		border: 1px solid #aaa;
	}
	.tbl_kanren01 th {
		background: #eee;
	}


/* アイコン
--------------------------*/

.exlink:after {
    content: '\f08e';
    /* 外部リンク先のアイコン */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

.download:before {
    content: '\f019';
    /* ダウンロードのアイコン */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

.pdf:after {
    content: '\f1c1';
    /* PDFファイルの後（fa-file-pdf-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.word:after {
    content: '\f1c2';
    /* WORDファイルの後（fa-file-word-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.ppt:after {
    content: '\f1c4';
    /* PPTファイルの後（fa-file-powerpoint-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.excel:after {
    content: '\f1c3';
    font-family: FontAwesome;
    margin-left: 0.5em;
}
