/*
タイトル
-------------------------------------------------------*/

.pageTitle {
	padding: 15px 15px;
	margin-top: 5px;
	border: 3px double #E96DA3;
	color: #E96DA3;
	font-size: 24px;
	font-weight: bold;
}

.secHeading {
	font-size: 1.2em;
	font-weight: bold;
	color: #004DA0;
	border-bottom: 2px solid #004DA0;
	padding: 0 0 5px 3px;
	margin-top: 50px;
}
.secHeading02 {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	border: 1px solid #ccc;
	background: #EB6AA3;
	padding: 4px 0 2px 15px;
	margin: 30px 0 5px;
}

.heading01 {
	font-size:1.1em;
	font-weight:bold;
	color:#E7619E;
	margin-top:20px;
}

/*
.h4_subtitle {
	width:95%;
	font-weight:bold;
	margin:30px 0 0px;
	padding:4px 1em;
	border:4px double #ccc;
	background:#f5f5f5;
	color:#3f99d8;
}
*/




/*
共通
-------------------------------------------------------*/

.mainTxt {
	width: 100%;
	line-height: 180%;
	margin: 1em auto;
}
.mainTxt02 {
	width:100%;
	line-height:180%;
	margin:10px auto;
	text-indent:1em;
}
.txt_indent01 {
	text-indent:-1em;
	padding-left:1em;
}
.txt_waku {
	margin: 20px 0;
	padding: 20px;
	text-align: center;
	background: #E5E5E5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

span.waku {
	border: 3px double #ccc;
	padding: 3px 0.5em;
	font-weight: bold;
}

p.under_construction {
	text-align:center;
	font-size:1.1em;
	padding: 50px 0 500px;
}

.hr01 {
	border: none;
	border-top: 5px solid #F4C0D7;
	margin: 60px 0 50px;
}
.hr02 {
	border: none;
	border-top: 1px solid #F4C0D7;
	margin: 15px 0 10px;
}

/*問い合わせ*/

.inquiryBox01 {
	margin:30px auto 0px;
	border:4px solid #ccc;
	padding:15px;
	background-color:#f5f5f5;
}
	.inquiryBox01 p {
		margin-left:0px;
	}
	.inquiryBox01 h5 {
		font-weight:bold;
		padding-bottom:10px;
		margin:0;
	}
	

/*リスト*/

.ul_indentList01 {
	width:100%;
	margin:10px auto;
}
	.ul_indentList01 li {
		text-indent:-1em;
		padding-left:1em;
		margin-bottom:0.5em;
		line-height:180%;
	}
.ul_indentList02 {
	width:100%;
	margin:10px auto;
}
	.ul_indentList02 li {
		text-indent:-2em;
		padding-left:2em;
		margin-bottom:0.5em;
	}
.ul_indentList03 {
	width:100%;
	margin:10px auto;
}
	.ul_indentList03 li {
		text-indent:-1.5em;
		padding-left:1.5em;
		margin-bottom:0.5em;
	}
.ul_indentList04 {
	width:100%;
	margin:10px auto;
}
	.ul_indentList04 li {
		text-indent:-1em;
		padding-left:1em;
		margin-bottom:0.5em;
		line-height:180%;
	}
	
.dl_style01 {
	margin: 20px auto;
}
	.dl_style01 dt {
		margin-top: 10px;
		font-weight: bold;
	}
	.dl_style01 dd {
		padding-left: 1.8em;
	}

/*ボタン*/

.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;
	}

/*cssボタン*/

.ul_btn_css {
	margin: 30px auto 50px;
	text-align: center;
}
	.ul_btn_css li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		list-style: none;
		display: inline;
		margin: 0 5px;
	}
		.ul_btn_css li a {
			display: inline-block;
			width: 240px;
			padding: 15px 20px;
			color: #fff;
			text-decoration: none;
			background: #E7577A; 
			-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;
		margin-bottom: 40px;
		}
		.ul_btn_css li a.btn_long {
			width: 400px;
			margin-bottom: 30px;
		}
		.ul_btn_css li a.btn_short {
			width: 165px;
		}
		.ul_btn_css li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}

	
/*テーブル*/

.tbl_nostyle {
		margin: 10px 0;
}
	.tbl_nostyle th {
			white-space: nowrap;
	}
	.tbl_nostyle td {
			padding: 2px 5px;
	}
	
.tbl_style01 {
	margin: 20px 0;
}
	.tbl_style01 th,
	.tbl_style01 td {
		padding: 5px 15px;
		border: 1px solid #aaa;	
	}
	.tbl_style01 th {
		text-align:center;
		background: #ddd;
		font-weight: bold;
	}
	.tbl_style01 td {
		text-align:center;
		vertical-align: middle;
	}


/*
home
--------------------------*/

.breakingNewsBox {
	border: 3px solid #999;
	padding: 1em;
	margin-bottom: 10px;
	background: #fff;
	font-size: 0.9em;
}
	.breakingNewsBox p {
		margin-bottom: 1em;
	}
		.breakingNewsBox .txt01 {
			font-weight: bold;
			font-size: 1.1em;
		}
		.breakingNewsBox .txt02 {
			
		}
		.breakingNewsBox .txt03 {
			font-size: 1.1em;
			margin-bottom: 0;
			line-height: 1.8;
			white-space: nowrap;
		}
		
		.breakingNewsBox hr {
			border: none;
			margin: 25px 0 25px;
			border-top: 1px solid #999;
		}
		
	.breakingNewsBox h3 {
		font-size: 1.1em;
		font-weight: bold;
		margin: 25px 0 5px;
		border-top: 1px solid #999;
		padding-top: 15px;
	}
	
	.txt_midashi {
		text-align: center;
		padding: 5px;
		margin: 20px 0 0;
		border: 2px solid #999;
		font-size: 1.1em;
		font-weight: bold;
	}


/*新着*/

.whatsnewArea {
	width: 695px;
}
	
#dl_whatsnew {
	width: 695px;
	font-size: 0.9em;
	height: 350px;
	overflow: auto;
}
	#dl_whatsnew dt {
		clear: left;
		float: left;
		color: #86BAE5;
		padding-top: 3px;
		padding-left: 1em;
		font-weight: bold;
	}
	#dl_whatsnew dd {
		color: #4D4D4D;
		padding: 3px 10px 3px 9em;
	}
	#dl_whatsnew dd:nth-child(4n) {
		background: #fff;
	}

/*バナー*/

.bannerArea {
	width: 680px;
	padding: 15px 10px 5px;
	background: #E5E5E5;
	position: absolute;
	bottom: 0;
}
.ul_banner01 {
	margin: 0 auto;
}
	.ul_banner01 li {
		float: left;
		margin: 0 10px 10px 0;
	}
		.ul_banner01 li:nth-child(3n) {
			margin-right: 0;
		}
		
.ssnote {
	font-size: 10px;
	color: #888;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

/*
会長挨拶
--------------------------*/

.presidentBox {
	padding:0 15px 15px;
	margin:15px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
	.presidentBox img {
		float:right;
		margin-left:15px;
		border: 1px solid #ccc;
	}
	.presidentBox p {
		text-align:right;
		position:absolute;
		bottom:15px;
		right:190px;
	}
		.presidentBox p span {
			font-size:1.2em;
			font-weight:bold;
		}
		
.txt_message {
	margin: 1em auto;
	line-height: 160%;
	text-indent: 1em;
}
	

/*開催概要
------------------------------------------------------*/

.dl_overview {
	width:660px;
	margin:30px auto;
}
	.dl_overview dt {
		clear:left;
		float:left;
		padding-left:1em;
		font-weight:bold;
		color:#004DA0;
		width: 8em;
		text-align: center;
	}
	.dl_overview dd {
		padding-left: 9em;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px dashed #ccc;
	}

.tbl_overview {
	/*width:100%;*/
}
	.tbl_overview th {
		font-weight:normal;
		white-space:nowrap;
	}
	.tbl_overview td {
		padding-left:1em;
	}


/*プログラム
------------------------------------------------------*/

.pro_date {
	text-align: right;
	font-size: 0.9em;
	margin-right: 1em;
}
.pro_enja {
	margin: 10px 0 0 1em;
}
.pro_theme {
	margin-left: 1em;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
.pro_theme02 {
	margin-top: 1em;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}

.tbl_pro01 {
	margin: 10px 0 0 2em;
}
	.tbl_pro01 th {
		padding-right: 2em;
		white-space: nowrap;
	}
	.tbl_pro01 td {
		padding-bottom: 5px;
		white-space: nowrap;
	}
	.tbl_pro01 .td_indent {
		text-indent: -1em;
		padding-left: 1em;
		white-space: normal;
	}


/*演題登録
------------------------------------------------------*/

.txt_period {
	font-size:1.2em;
	font-weight:bold;
	text-align: left;
	margin:20px auto 20px;
	color:#ee0000;
	background-color:#ffffcc;
	width: 560px;
	padding:25px 40px;
	border:2px ridge #cc9933;
	line-height: 180%;
}

.tbl_period {
	width: 95%;
	margin:20px auto 50px;
	border:2px ridge #cc9933;
	color:#ee0000;
	background-color:#ffffcc;
	font-size:1.2em;
	font-weight:bold;
}
	.tbl_period table {
		margin: 0 auto;
	}
	.tbl_period td {
		line-height:160%;
		white-space: nowrap;
	}


.dl_endai01 {
	margin: 0px 1em 20px;
}
	.dl_endai01 dt {
		font-weight: bold;
		text-indent: -2em;
		padding: 1em 0 0 2em;
	}
	.dl_endai01 dd {
		margin-left: 2em;
	}

.noteBox {
	padding: 20px 20px;
	background: #eee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
	.noteBox h5 {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}
	.noteBox p {
		margin-bottom: 15px;
	}
	
.categoryBox {
	display: flex;
	align-items: strech;
	margin: 0 0 20px 30px;
}
	.categoryBox div {
		flex: 1;
		margin:20px auto 40px;
		border:1px solid #aaa;
	}
	
.tbl_category {
	width: 100%;
}
	.tbl_category th {
		padding:5px;
		border-bottom:1px solid #aaa;
		background: #eee;
	}
	.tbl_category td {
		padding:5px 5px 3px;
	}
	.tbl_category .cell_num {
		width: 2em;
		white-space: nowrap;
	}
	.tbl_category .td_num {
		font-weight: bold;
		text-align: center;
		white-space: nowrap;
	}

.dl_call01 {
	margin: 0 50px 20px;
	padding: 20px;
	background: #eee;
	border: 1px solid #aaa;
}
	.dl_call01 dt {
		clear: left;
		float: left;
		width: 6em;
		font-weight: bold;
		text-align: center;
	}
	.dl_call01 dd {
		padding-left: 6em;
		margin-bottom: 5px;
		color: #ff0000;
	}


/*参加者へのご案内
------------------------------------------------------*/

.tbl_shuttlebus {
	width: 400px;
	margin: 20px 0 20px;
}
	.tbl_shuttlebus th,
	.tbl_shuttlebus td {
		border: 1px solid #aaa;
		padding: 5px 1em;
		vertical-align: middle;
	}
	.tbl_shuttlebus th {
		text-align: left;
		background: #eee;
		font-weight: bold;
	}
	.tbl_shuttlebus td {
		text-align: center;
	}


/*単位・ポイント
------------------------------------------------------*/

.dl_point01 {
	margin: 0 0 20px 1em;
}
	.dl_point01 dt {
		margin: 10px 0 5px;
		font-weight: bold;
	}
	.dl_point01 dd {
		margin-left: 1.5em;
	}

.h_point {
	margin: 10px 0 5px;
	font-weight: bold;
}
.tbl_point {
	width:100%;
	margin: 0px 0 20px;
}
	.tbl_point th,
	.tbl_point td {
		border: 1px solid #aaa;
		padding: 5px 1em;
		vertical-align: middle;
	}
	.tbl_point th {
		font-weight:normal;
		white-space:nowrap;
		text-align: center;
		width: 5em;
		background: #eee;
	}
	.tbl_point td {
		padding-left:1em;
	}




/*協賛
------------------------------------------------------*/

.tbl_sponsorship01 {
	width:100%;
	margin: 20px 0;
}
	.tbl_sponsorship01 th,
	.tbl_sponsorship01 td {
		border: 1px solid #aaa;
		padding: 5px 1em;
		vertical-align: middle;
	}
	.tbl_sponsorship01 th {
		font-weight:normal;
		white-space:nowrap;
		text-align: center;
	}
	.tbl_sponsorship01 td {
		padding-left:1em;
	}
	.tbl_sponsorship01 .td_kubun {
		font-weight: bold;
	}
	
.h_sponsorship {
	margin: 15px 0 15px;
	font-weight: bold;
}
.tbl_sponsorship02 {
	width:100%;
	margin: 0px 0 20px;
}
	.tbl_sponsorship02 th,
	.tbl_sponsorship02 td {
		border: 1px solid #aaa;
		padding: 5px 1em;
		vertical-align: middle;
	}
	.tbl_sponsorship02 th {
		font-weight:normal;
		white-space:nowrap;
		text-align: center;
		width: 5em;
		background: #eee;
	}
	.tbl_sponsorship02 td {
		padding-left:1em;
	}
	.tbl_sponsorship02 .td_basyo {
		text-align: center;
	}

/*
リンク
--------------------------*/

.ul_linkList {
	width:100%;
	margin:20px auto 400px;
}
	.ul_linkList li {
		clear:left;
		line-height:160%;
		font-size:1.1em;
		padding:5px 0 5px 3em;
		border-bottom:1px dotted #999999;
		text-indent:-2em;
		/*background:url(../images/arrow.gif) 10px 14px no-repeat;*/
	}
	.ul_linkList li span {
		font-size:0.9em;
		color: #EC5B9C;
	}
	
	.ul_linkList li a {
		display: inline-block;
		width: 5em;
		text-indent: 0;
		font-size:0.9em;
		background-color: #EC5B9C;
		color: #fff;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
		.ul_linkList li a:hover {
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			-khtml-opacity: 0.7;
			opacity:0.7;
		}




/*
抄録集
--------------------------*/

/*ログイン*/

.loginBox {
	padding: 30px;
	background: #EEEEEE;
	margin: 30px auto 300px;
}

/**/

.ul_abs {
	margin: 20px;
}
	.ul_abs li {
		margin-bottom: 10px;
	}
		.ul_abs li a {
			display: block;
			background: #ddd;
			color: #333;
			padding: 2px 1em;
			text-decoration: none;
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_abs li a span {
			color: #004DA0;
		}
		
		.ul_abs li a:hover {
			background: #004DA0;
			color: #fff;
		}
		.ul_abs li a:hover span {
			color: #fff;
		}
		
	.ul_abs .li_midashi {
		font-weight: bold;
	}
	.ul_abs .li_sub {
		margin-left: 20px;
	}
	
