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

.pageTitle {
	width:690px;
	height:39px;
	margin:20px 0 5px 20px;
	background: #654d9c;
	font-size:1.5em;
	font-weight:600;
	line-height:2.0;
	text-align: center;
	color:#fff;
}


.h3heading {
	font-size:1.2em;
	font-weight:bold;
	color:#2C2C2C;
	border-bottom:1px solid #C3ABFB;
	padding-bottom:1px;
	margin:10px 0 10px;
}
	.h3heading span {
		/*border-left:7px solid #AA90F7;*/
		border-left:2px solid #C3ABFB;
		padding-left:10px;
	}

.h4heading {
	font-size:1.1em;
	font-weight:bold;
	margin:15px 0 5px;
	color:#654d9c;
}
	.h4heading span {
		border-bottom:1px solid #ccc;
		margin-bottom:5px;
	}


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

/* ページトップへもどる */
.page_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    border: 1px solid #ccc;
    background: #C3A9FD;
    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;
	}


/*問い合わせ*/

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

/*リスト*/

.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_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-left:auto;
	margin-right:auto;
	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: #F6902A; 
			-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: 0px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
		}
		.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: 20px auto 20px;
	text-align: center;
}
	.ul_btn_css2 li {
		font-size: 16px;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 20px;
	}
		.ul_btn_css2 li a {
			display: inline-block;
			width: 220px;
			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_css2 li a.hira {
			background:#999;
		}
.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_css3 li a.hira {
			background:#999;
		}
		
	
	
/*連絡先*/
		
#contactInfo {
	width:230px;
	margin:124px auto 0px;	
}
	#contactInfo.adTop {
		width:230px;
		padding:0;
		margin:250px auto 0;	
	}


.dl_office {
	font-size: 12px;
	line-height:1.5em;
	color: #00215b;
	padding: 0 40px 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
}
	.dl_office:last-child {
		border-right: none;
	}
.dl_office dt {
	width:190px;
	height:25px;
	font-size:1.2em;
	font-weight:bold;
	color:#00215b;
	display:inline-block;
	padding:8px 0 0 10px;
}
.dl_office dd {
	margin:5px 10px;
	color:#00215b;
	font-weight:500;
}
.dl_office dd span {
	font-weight:bold;
	font-size:1.1em;
}
.dl_office dd a {
	color: #00215b;
}


	#contactInfo #tit_contactInfo {
		width:230px;
		height:37px;
		text-indent:-9999px;
	}
	#contactInfo .office {
		margin:10px auto 0;
		line-height:1.3;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
background:rgba(255,255,255,0.7);
	}
		#contactInfo .office h4 {
			height:32px;
			margin: 0 auto 5px;
			padding:0px 5px 0;
			line-height:2.3;
			font-size:1.0em;
            font-weight: 600;
			color:#fff;
			background: #654d9c;
		}
		#contactInfo .office h5 {
			font-size:0.9em;
			font-weight:600;
			color:#654d9c;
			padding:5px;
		}
		#contactInfo .office p {
			font-size:0.9em;
			color: #654d9c;
            font-weight:500;
			padding:0px 0px 5px 5px;
		}
		#contactInfo .office a {
			color:#0000ff;
		}
	#contactInfo .line {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px solid #3c78a0;	
	}
	#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;
}

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

.top_info{
	width:700px;
	background: #fff;
	border:2px solid #ff0000;
	padding: 20px;
	margin:70px 0 10px 20px;
}

/*カウントダウン*/
#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;
}



/*新着*/
#whatsbox {
	width: 650px;
	height: 170px;
	background-color: #5a411d;
}

#whatsnewArea {
	width:730px;
	height: auto;
	min-height:270px;
	margin:0px 0 0px 0px;
	padding:0px 0 0px;
}
	#tit_whatsnew {
		width:710px;
		height:32px;
		font-size: 1.1em;
		font-weight: 600;
		line-height: 2.2em;
		color: #fff;
		background:url("../images/bg_tit_new.png") left center no-repeat, #654d9c;
		padding-left: 20px;
	}
	
	#dl_whatsnew {
		width:730px;
		font-size:1.0em;
		height: auto;
		min-height:260px;
		padding:10px 0;
		overflow: auto;
		background: url(../images/bg_new.png) left top no-repeat,  url(../images/bg_new2.png) left top repeat-y, #fff;
	}
	
		#dl_whatsnew dt {
			clear:left;
			float:left;			
			/*color: #501b86;*/
			color:#fff;
			padding-top:3px;
			padding-left:15px;
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 5em;
			margin-left:50px;			
			color:#000;
            font-weight: 500;
		}
		#dl_whatsnew dd a {
			color:#0000ff;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
	
	
.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:158px;
	right:185px;
}
.mainTxt02 {
	line-height:180%;
	margin:5px auto;
	text-indent:1em;
}

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

.dl_overview {
	width:600px;
	padding:0px auto;
	margin: 15px 10px;
}
	.dl_overview dt {
		clear:left;
		float:left;
		color:#8069B6;
        font-weight: 600;
	}
	.dl_overview dd {
		padding-left:7em;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:1px dashed #ccc;
	}
	.dl_overview dd.pro {
		padding-left:10em;
	}

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

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

.txt_period {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.8;
	margin: 5px auto;
	text-align: left;
	/*display: table;*/
}
	.txt_period span {
		display: table-cell;
		text-align: right;
		white-space: nowrap;
	}
	.txt_period span.end {
		text-align: left;
		padding-left: 5px;
	}
	.txt_period span.end strong {
		font-weight: 700;
		color: #333;
	}
	.txt_period del {
		color: #ee0000;
	}
	.txt_period .end i {
		color: #dd0000;
	}
.tbl_category {
	margin:15px 0;
	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;
		font-weight:600;
	}
	.tbl_category td {
		padding:5px;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
	}
.tbl_category02 {
	width:100%;
	margin:15px auto;
	background: #fff;
}
	.tbl_category02 caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_category02 th {
		padding:15px;
		border:1px solid #aaa;
		background:#eee;
		vertical-align:middle;
	}
	.tbl_category02 td {
		padding:15px;
		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;
}

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

.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:590px;
	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;
	}

.probox .h3heading{
	position: relative;
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	color:#002864;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	line-height: 1.4;
	font-weight: bold;
	border-bottom: none;
	padding: .75em .75em .5em .5em;
}
.probox .h3heading::after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #C3ABFB;
	border-radius: 4px;
}
.probox{
	margin-bottom: 30px;
}
.pro_theme {
	color:#00204C;
	border-bottom: 1px solid #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 6px;
	margin-left: 8px;
	margin-bottom: 10px;
}
.pro_title {
	color:#000000;
	line-height: 1.2;
	font-weight: bold;
	padding-left:.5em;
	margin-bottom: 5px;
}
.pro-date{
	text-align: right;
}
.pro_chair{
	margin-bottom: 10px;
}
.probox dl {
	display: flex;
	align-items: baseline;
	line-height: 1.2;
	padding-left: .5em;
	padding-right: .5em;
}
.probox dt {
	width: 100px;
	display: flex;
	align-items: center;
}
.probox dt span {
	width: 100px;
	border: 1px solid #00204C;
	background-color: #00204C;
	border-radius: 3px;
	color: #FFFFFF;
	line-height: 1.3;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.probox dt span.bg_none{
	border:none;
}
.probox .pro_speaker dt span {
	background-color: #FFFFFF;
	color:#00204C;
}
.probox .kyosai dt span {
	background-color: #FFFFFF;
	border: 1px solid #000;
	color:#000;
}
.kyosai dd{
	padding-left: 5px;
}
.probox .pro_speaker dl.kyosai dd{
	padding-left:6px;
}
.probox dd ul {
	display: flex;
	align-items: baseline;
	padding-left: 1em;
	padding-right: .5em;
	margin-bottom: 10px;
}
.probox dd ul li{
	text-indent: -12px;
	padding-left: 12px;
}
.probox dd ul li:first-child {
	width: 130px;
}
.probox dd ul li.s-long:first-child {
	width: 90px;
}
.probox dd ul li.m-long:first-child {
	width:100px;
}
.probox dd ul li:last-child {
	flex: 1;
	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;
	}

/*
.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:10px 0 10px 0em;
		border-bottom:1px dotted #88A6BF;
	}
	
/*
会場のご案内
--------------------------*/

.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 dt {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	border-bottom:1px dotted #88A6BF;
	padding:20px 0 5px;
	margin-bottom:5px;
}
.dl_access dd {
	font-size:1.1em;
	padding:5px 0 0 1em;
}

.access-map {
	width: 487px;
	height: 795px;
	margin: 10px 20px;
}


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

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

/*
託児室のご案内
--------------------------*/
.tbl_childcare {
	margin:15px 0;
	background: #fff;
}
	.tbl_childcare caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_childcare th {
		width: 17%;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
		font-weight:600;
		vertical-align: middle;
	}
	.tbl_childcare td {
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
	}

/*
女性甲状腺ワークショップ
--------------------------*/
.work_date{
	font-size:16px;
}

/* 協賛・寄付申込み */
.sp_box{
	border:2px double #E39898;
	padding:20px;
	margin:20px auto;
}
.tbl_sponsor1 {
  width: auto;
  margin: 0 0 15px;
  border-top: solid 1px #231815;
  border-left: solid 1px #231815;
}
.tbl_sponsor1 th {
  margin: 0;
  padding:7px;
  text-align: center;
  font-weight: bold;
  background-color: #ccc;
  border-right: solid 1px #231815;
  border-bottom: solid 1px #231815;
	vertical-align:middle;
}
.tbl_sponsor1 td {
  margin: 0;
  padding:8px 10px;
  border-right: solid 1px #231815;
  border-bottom: solid 1px #231815;
}
.box_sponsor2 {
  width: 166px;
  margin: 0 40px 0 0;
  padding: 0;
  float: left;
  position: relative;
}
.box_sponsor2 dt {
  width: 100%;
  height: 53px;
  margin: 0;
  padding: 0;
  /*background-color: #98E3B5;*/
  background-color: #000;
  color: #fff;
	/*text-shadow:2px 2px 3px #000;*/
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  display: table;
}
.box_sponsor2 dt span {
  display: table-cell;
  vertical-align: middle;
}
.box_sponsor2 dd {
  min-height: 138px;
  margin: 0;
  padding: 10px 15px;
  background-color: #fff;
  /*border-left: solid 1px #98E3B5;
  border-bottom: solid 1px #98E3B5;
  border-right: solid 1px #98E3B5;*/
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  box-sizing: border-box;
}
.box_sponsor2.arrow::after {
  width: 16px;
  height: 0px;
  border: 18px solid transparent;
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-color: transparent;
  /*border-left-color: #98E3B5;*/
  border-left-color: #000;
  content: "";
  position: absolute;
  bottom: 65px;
  left: 180px;
  border-top-width: 14px;
  border-bottom-width: 14px;
}
.btn_a a {
	width:240px;
	background-image: linear-gradient(to bottom, #115983, #62C1D7);
	background-repeat: no-repeat;
	background-position: left top;
	border-radius:10px;
	box-shadow: 0 3px #425C80;
	text-decoration: none;
	color: #fff;
	text-shadow:2px 1px 3px #000;
	font-size:14px;
	font-weight:bold;
	padding: 15px 0;
	margin:40px auto 20px;
	text-align: center;
	display: block;
}
.btn_a a.btn_pink {
	width:320px;
	/*background-image: linear-gradient(to bottom, #e9546b, #F29FAC);*/
	background:#e9546b;
	box-shadow: 0 3px #E4344F;
	font-size:17px;
}
.btn_a a.btn_blue {
	width:320px;
	/*background-image: linear-gradient(to bottom, #728cc1, #A3B4D6);*/
	background:#728cc1;
	box-shadow: 0 3px #3C5488;
	font-size:17px;
}
.btn_a a:hover {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.btn_b a {
	width:240px;
	background:#E88000;
	background-repeat: no-repeat;
	background-position: left top;
	border-radius:10px;
	box-shadow: 0 3px #AC5F00;
	text-decoration: none;
	color: #fff;
	text-shadow:2px 1px 3px #000;
	font-size:14px;
	font-weight:bold;
	padding: 15px 0;
	margin:40px auto 20px;
	text-align: center;
	display: block;
}
.btn_b a:hover {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.flow {
  display: flex;
  justify-content: space-between;
  margin:10px 0 40px;
  padding: 0;
  list-style: none;
}
.flow li .name {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 7px 0 0;
  padding: 1rem;
  padding-left: calc(1rem + 1em);
  width:190px;
  height: 60px;
  background:#BBB6F8;
  font-size:15px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.4;
  text-indent: -1.1em;
}
.flow li .description {
  margin: 0;
  padding: 1rem 1rem;
  width: 156px;
  min-height: 160px;
  background:#fff;
	border:1px solid  rgb(180, 180, 180);
  font-size: .9rem;
}
.flow i {
	margin: 120px 5px 0 0;
	color: #543C87;
}

dl.q_and_a {
  margin: 1.5em 0;
	margin-top: 1.5em;
  margin-top: 1.5em;
}
dl.q_and_a dt {
  margin: 0;
  padding-bottom: 0;
  padding: 10px 0 10px 30px;
  font-weight: 700;
}
dl.q_and_a dt .head {
  color:rgba(96,39,180,1.00);
}
dl.q_and_a dd {
  border-bottom: solid 1px rgb(200,200,200);
  padding-top: 0;
  padding-left: 30px;
	margin-bottom:10px;
}
dl.q_and_a dd .head {
  color: #D95551;
	font-weight: 700;
}
dl.q_and_a .head {
  -webkit-box-sizing: border-box;
  display: inline-block;
  margin-left: -2.4em;
  padding-right: .2em;
  width: 2.4em;
  text-align: right;
}


/* 表組み */

.tbl-sp {
    overflow-x: scroll;
}
.tbl-sp table {
    min-width: 700px;
}
@media (min-width: 768px) {
    .tbl-sp table {
        min-width: 100%;
    }
}

.tbl-width100 {
    width: 100%;
}
.tbl-width75 {
    width:75%;
}
.tbl-width60 {
    width:60%;
}
.tbl-width50 {
    width: 50%;
}

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

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

.tbl-style01 tbody th {
    background-color: #EEEEEE;
    padding: .5em;
}

.tbl-style01 tbody td {
    background-color: #FFFFFF;
    padding: .5em;
}

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

.tbl-style02 tbody th {
    background-color: #FFFFFF;
    padding: .5em;
}

.tbl-style02 tbody td {
    background-color: #FFFFFF;
    padding: .5em;
}

.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;
}
.tbl-style01 tbody td.borderL_none{
	border-left: none;
}
.tbl-style01 tbody td.borderR_none{
	border-right: none;
}


