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

.pageTitle {
	width:685px;
	height:40px;
	margin:10px auto 10px;
	background:url(../images/bg_title.png) center no-repeat;
	font-size:1.2em;
	font-weight:400;
	line-height:2.5;
	padding-left:20px;
	color:#fff;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
}

.h3heading {
	font-size:1.2em;
	font-weight:bold;
	color:#6C0102;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin:10px 0;
}
	.h3heading span {
		border-left:10px solid rgba(143, 24, 24, 0.6);
		padding-left:10px;
	}

.h3heading02 {
	font-size:1.2em;
	font-weight:bold;
	color:#006BB3;
	border:1px solid #3CF;
	padding:5px;
	margin:10px 0;
}


.h4heading {
	font-size:1.0em;
	font-weight:bold;
	margin:15px 0 5px;
	color:#4D5195;
}

.h4pageTitle {
    margin-bottom: 15px;
}
.h4pageTitle::after {
    content: "";
    display: block;
    width: 670px;
    height: 3px;
    background-image: linear-gradient(to right, rgba(144, 39, 141, 0.1) 0%, rgba(144, 39, 141, 0) 100%);
    position: relative;
    left: 0px;
    right: 0px;
}
.h4pageTitle span {
    display: block;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
    color: #8f1818;
}

.h5pageTitle {
    margin-bottom: 10px;
}
.h5pageTitle span {
    display: block;
    padding-left: 5px;
    border-left: 5px solid rgba(143, 24, 24, 0.6);
    font-size: 15px;
    font-weight: bold;
}

.h6pageTitle {
    margin-bottom: 10px;
}
.h6pageTitle span {
    display: block;
    background: rgba(238, 238, 238, 0.5);
    padding: 3px 7px;
    font-weight: bold;
}




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

.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;
	margin-top:50px;
	margin-bottom:450px;
}

.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_listMark01 {
	margin:5px 0 40px 40px;
}
	.ul_listMark01 li {
		margin-bottom:5px;
		list-style: circle;
	}

.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_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_dot li ol li::after {
			width: 0;
			height: 0;
		}

ol {
  counter-reset:number; /* 名前を付けたカウンターをリセット */
}
.ol_01 {
}
	.ol_01 li {
		position: relative;
		padding-left: 2em;
		margin-bottom: 0.5em;
	}
	.ol_01 li:before {
		counter-increment: number;
		content: counter(number) ". ";
		position: absolute;
		left: 0.2em;
		width: 1.8em;
	}




/*ボタン*/

.singleBtnBox {
	width:220px;
	margin:20px auto;
}
	.singleBtnBox a {
		display:block;
		width:220px;
		height:80px;
		text-indent:-9999px;
	}

#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) -220px 0 no-repeat;
}
	.btn_call01:hover {
		background-position:-220px 0;
	}
.btn_call02 {
	background:url(../images/btn_call02.png) -220px 0 no-repeat;
}
	.btn_call02:hover {
		background-position:-220px 0;
	}
	
.ul_btn01 {
	margin: 20px auto;
	text-align: center;
}
	.ul_btn01 li {
		list-style: none;
		display: inline;
		margin: 0 auto;
	}
	.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;
	}

.btn-style01 a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-style01 a {
		background-image: linear-gradient(-180deg, #000 0%, #511B45 100%);
		border-radius: 3px;
		height: 60px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 3px 3px #ccc;
}
.btn-style01 a:hover {
    background-image: linear-gradient(-180deg, #511B45 0%, #000 100%);
    box-shadow: none;
}
.btn-style01.btn-sub a {
    background-image: linear-gradient(-180deg, #666666 0%, #888888 100%);
}
.btn-style01.btn-sub a:hover {
    background-image: linear-gradient(-180deg, #888888 0%, #666666 100%);
}



/*連絡先*/
		
#contactInfo {
	width: 390px;
	margin:0 auto;
	padding-bottom:20px;
}
	#contactInfo #tit_contactInfo {
		width:390px;
		height:25px;
		background:#3f9feb;
	}
	#contactInfo .office {
		padding: 10px 0;
		}
		#contactInfo .office01 {
		width:390px;
		padding:10px 0 20px;
		}
		#contactInfo .office01 h4 {
			background:#3f9feb;
			color:#fff;
			height:25px;
			line-height:2.0;
			font-weight:600;
			padding-left:10px;	
		}
		#contactInfo .office01 h5 {
			padding:5px 10px 0;
			font-size:1.1em;
			line-height:1.5;
			color: #3f9feb;
			font-weight:bold;
		}
		#contactInfo .office01 p {
			padding:0 0 5px 10px;
			font-size:1.0em;
			line-height:1.5;
			color: #3f9feb;
		}
		#contactInfo .office01 a {
			color: #0000ff;
		}
	#contactInfo .office02 {
		width:220px;
		padding:5px 0;
	}
		#contactInfo .office02 h4 {
			background:url(../images/contactInfoh402.png) left center no-repeat;
			text-indent:-9999px;
		}
		#contactInfo .office02 h5 {
			padding:5px 5px 0;
			font-size:0.9em;
			line-height:1.5;
			color: #004098;
			font-weight:bold;
		}
		#contactInfo .office02 p {
			padding:0 5px 5px;
			font-size:0.9em;
			line-height:1.5;
			color: #004098;
		}
		#contactInfo .office a {
			color: #0000ff;
		}
	#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;
}

/*表組み*/

.tbl-width100 {
    width: 100%;
}

.tbl-width50 {
    width: 50%;
}

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

.tbl-style01 tbody th {
    background-color: #FFFFFF;
    padding: 5px;
	white-space: nowrap;
}

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

.tbl-style01.outline tbody td p,
.tbl-style01.outline tbody td ul,
.tbl-style01.outline tbody td dl {
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-left: 5px;
}
.tbl-style01.outline tbody th p,
.tbl-style01.outline tbody td ul,
.tbl-style01.outline tbody td dl {
    line-height: 1.5;
}
.tbl-style01.outline tbody th p {
    padding-top: 9px;
    font-weight: bold;
    color: rgba(80, 36, 81, .7);
}
.tbl-style01.outline tbody th p::before {
    content: '\f10c';
    font-family: FontAwesome;
    margin-right: .3em;
    color: #C80530;
}

.tbl-style01.education tbody td p,
.tbl-style01.education tbody td ul,
.tbl-style01.education tbody td dl {
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-left: 5px;
}
.tbl-style01.education tbody th p,
.tbl-style01.education tbody td ul,
.tbl-style01.education tbody td dl {
    line-height: 1.5;
}
.tbl-style01.education tbody th p {
    padding-top: 9px;
    font-weight: bold;
    color: rgba(80, 36, 81, .7);
}
.tbl-style01.education tbody th p::before {
    content: '\f10c';
    font-family: FontAwesome;
    margin-right: .3em;
    color: #C80530;
}
.tbl-style01.education a.modaal-ajax {
    display: block;
    width: 100px;
    background: #90278C;
    padding: 3px 0;
    border-radius: 3px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}
.tbl-style01.education a.modaal-ajax:hover {
    background: rgba(144, 39, 141, 0.7);
}

.tbl-style02 thead th,
.tbl-style02 tbody th,
.tbl-style02 tbody td {
	border: 1px #CCCCCC;
	border-style: solid;
}
.tbl-style02 thead th {
	background-color: #dddddd;
	padding: .5em;
}
.tbl-style02 tbody th {
	background-color: #eeeeee;
	padding: .5em;
}
.tbl-style02 tbody td {
	padding: .5em;
}

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

.tbl-style03 tbody th {
    background-color: rgba(143, 24, 24, 0.2);
    padding: 5px;
}

.tbl-style03 tbody td {
    background-color: #FFFFFF;
    padding: 5px;
}

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

.th-l-t th {
    text-align: left;
    vertical-align: top;
}
.th-l-m th {
    text-align: left;
    vertical-align: middle;
}
.th-c-t th {
    text-align: center;
    vertical-align: top;
}

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

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


/*囲み*/

.frm-style01 {
    border: 1px solid #ccc;
    padding: 1em 2em;
}
.frm-style02 {
    border: 2px solid #ff0000;
    padding: 1em 2em;
}


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


#contentsHomeMain {
	width:470px;
	background-color:#fff;
	padding-bottom:5px;
	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;
}

#secretariat {
	position:relative;
	top: 300px;
	left: 0;	
}


/*新着*/
#whatsbox {
	width: 580px;
	height: auto;
}

#whatsnewArea {
	width:705px;
	height: auto;
	min-height:350px;
	padding-top:440px;
	margin:10px 0 20px;
}
	#tit_whatsnew {
		width:705px;
		height:30px;		
		background:url(../images/tit_whatsnew.png) no-repeat top;
		text-indent:-9999px;
	}
	
	#dl_whatsnew {
		width:705px;
		font-size:1.0em;
		height: auto;
		padding:0;
		height: 300px;
		overflow: auto;
		background-color: #F3EEDE;
	}
	
		#dl_whatsnew dt {
			clear:left;
			float:left;			
			color: #780000;
			padding-top:8px;
			padding-left:15px;
			font-weight:500;
		}
		#dl_whatsnew dd {
			padding:8px 10px 8px 8em;
			margin-left:0px;			
			color:#8f8f8f;
			font-weight:500;
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
		#dl_whatsnew dd a {
			color:#0000ff;
		}
	
	
#whatsnewArea .txt_info {
	margin: 1em;
	border: 1px solid #00365D;
	padding: 1em;
	background: #FEFEFD;
}

.breakingNews {
	margin: 5px 10px 15px;
	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;
	}



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

.presidentBox {
	width:90%;
	margin:0 auto;
	padding:10px 15px;
	position:relative;
	border-bottom:1px solid #ccc;
}
.presidentBox img {
	float: right;
}
.presidentBox p {
	/*float:right;*/
	width:520px;
	padding:120px 0 0 0;
	text-align:right;
	line-height:1.7;
	float:left
}

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


/*
organization
--------------------------*/

.tbl_organization {
	width: 650px;
	margin: 20px auto 10px;
}
	.tbl_organization th,
	.tbl_organization td {
		padding: 5px 10px;
		border: 1px solid #aaa;
		vertical-align: middle;
		text-align: left;
	}
	.tbl_organization th {
		background: #0D3D89;
		color: #fff;
		font-weight: bold;
	}
	.tbl_organization .td_kubun {
		background: #E5FAFF;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
	}

.tbl_organization02 {
	width: 650px;
	margin: 20px auto 10px;
}
	.tbl_organization02 th,
	.tbl_organization02 td {
		padding: 5px 10px;
		border: 1px solid #aaa;
		vertical-align: middle;
		text-align: left;
	}
	.tbl_organization02 th {
		background: #0D3D89;
		color: #fff;
		font-weight: bold;
	}
	.tbl_organization02 .td_name {
		white-space: nowrap;
		vertical-align: top;
	}


/*
venue
--------------------------*/
#mark a {
	display:block;
	width:230px;
	background-image:url(../images/mark.png);
	text-indent:-9999px;
	height:60px;
}
#mark a:hover {
	background-image:url(../images/mark_h.png);
}


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

.dl_overview {
	width:100%;
	margin:30px auto;
}
	.dl_overview dt {
	clear:left;
	float:left;
	padding-left:1em;
	font-weight:normal;
	color: #6C0102;
	font-weight:bold;
	}
	.dl_overview dd {
		padding-left:12em;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px solid #ccc;
	}

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

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

.txt_period {
	width: 100%;
	padding: 15px 10px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	border: 1px solid #d5d5d5;
	text-align: left;
	box-sizing: border-box;
}
	.txt_period p {
		display: table;
		margin: 0px auto;
		color: #004286;
	}
	.txt_period .color_red {
		color: #ff0000;
	}
	.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: #004286;
	}
	.txt_period del {
		color: #ee0000;
	}
	.txt_period .end i {
		color: #dd0000;
	}


.tbl-style02.abs01 ul {
    text-align: center;
}
.tbl-style02.abs01 ul li a {
    display: block;
    background: #780000;
    padding: 3px 0;
    border-radius: 3px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 11px;
	
	/*pointer-events: none;*/
}
.tbl-style02.abs01 ul li a:hover {
    background: rgba(143, 24, 24, 0.7);
}
.tbl-style02.abs01 td .koubo {
    display: block;
    width: 100px;
    background: #666;
    margin-top: 5px;
    padding: 2px 0;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}


.tbl-style02.grayout ul {
    text-align: center;
}
.tbl-style02.grayout ul li a {
    display: block;
    background: #780000;
    padding: 3px 0;
    border-radius: 3px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 11px;
	
	/*pointer-events: none;*/
}
.tbl-style02.grayout ul li a:hover {
    background: rgba(143, 24, 24, 0.7);
}
.tbl-style02.grayout td .koubo {
    display: block;
    width: 100px;
    background: #666;
    margin-top: 5px;
    padding: 2px 0;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
}

.tbl-style02.grayout td {
    background: #999;
	color: #666;
}
.tbl-style02.grayout td .koubo {
	color: #aaa;
}
.tbl-style02.grayout ul li a {
    color: #aaa;
}



/*
利益相反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_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;
	}

/*
ファイルダウンロード用
--------------------------*/
.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;	
}


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

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

.tbl_fee {
	width:100%;
	margin:15px auto;
}
.tbl_fee td,
.tbl_fee th {
	padding:5px;
	border:1px solid #ccc;
}
.tbl_fee th {
	width:50%;
	text-align:center;
	background-color:#999;
	color:#fff;
	vertical-align:middle;
}
.tbl_fee td {
	text-align:center;
	vertical-align:middle;
}
.tbl_fee td.td_subindex {
	text-align:left;
	padding-left:1em;
	font-weight:bold;
	background-color:#efefef;
}

.tbl_fee2 {
	width:100%;
	margin:15px auto;
}
.tbl_fee2 td,
.tbl_fee2 th {
	padding:5px;
	border:1px solid #ccc;
}
.tbl_fee2 th {
	width:50%;
	text-align:center;
	background-color:#999;
	color:#fff;
	vertical-align:middle;
}
.tbl_fee2 td {
	text-align:left;
	vertical-align:middle;
}
.tbl_fee2 td.td_subindex {
	text-align:left;
	padding-left:1em;
	font-weight:bold;
	background-color:#efefef;
}

.tbl_fee3 {
	width:100%;
	margin:15px auto;
}
.tbl_fee3 td,
.tbl_fee3 th {
	padding:5px 1em;
	border:1px solid #ccc;
}
.tbl_fee3 th {
	width:50%;
	background-color:#999;
	color:#fff;
	vertical-align:middle;
}
.tbl_fee3 td {
	vertical-align:middle;
}
.tbl_fee3 td.td_subindex {
	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:#06C;
	margin:5px 0;
}
	.pro_date span {
		color:#333;
		font-weight: normal;
	}
.pro_title {
	font-size:1.1em;
	font-weight:bold;
	/*color:#006BB3;*/
	margin:0px 0 10px 1em;
}
.pro_theme {
	font-size:1.1em;
	font-weight:bold;
	color:#006BB3;
	margin:0px 0 10px 1em;
}
.pro_venue span {
	border:#999 solid 1px;
	background:#fff;
	padding:2px 4px;
}


.proBox {
	margin-bottom:30px;
}

dl.pro_person {
	margin: 0 0 20px 20px;
}
	dl.pro_person dt {
		clear:left;
		float:left;
		margin-bottom: 5px;
	}
	dl.pro_person dd {
		padding-left:5em;
		margin-bottom: 5px;
	}
dl.pro_person2 {
	margin:10px 0 10px 2em;;
}
	dl.pro_person2 dt {
		clear:left;
		float:left;
		margin-bottom: 5px;
		padding:0 5px;
		font-size:0.9em;
		border:#999 solid 0.5px;
	}
	dl.pro_person2 dd {
		padding-left:6em;
		margin-bottom: 5px;
	}

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

.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_linkList {
	width:95%;
	margin:20px 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:-1em;
	}
	
/*
会場のご案内
--------------------------*/

.txt_access01 {
	margin:20px auto;
	padding:20px;
	background:#eee;
	border:#999 solid 1px;
}

.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:#986262;
	border-bottom:1px solid #986262;
	padding:8px 0 2px;
	margin-bottom:5px;
}
.dl_access dd {
	font-size: 1.1em;
	padding: 10px 0 0 1em;
}


/*採択結果*/

.tbl_adoption {
	background: #fff;
}
.tbl_adoption th {
	font-weight: bold;
	padding: 5px 7px;
	background-color: #ddd;
	border: #aaa solid 1px;
	text-align: center;
	vertical-align: middle;
}
.tbl_adoption td {
	padding: 5px 7px;
	border: #aaa solid 1px;
	text-align: center;
	vertical-align: middle;
}


/*
invitees 海外招聘者
--------------------------*/
.inviteesBox {
	width:95%;
	margin:0 auto;
	padding:20px 15px;
	position:relative;
	border-bottom:1px dashed #ccc;
}
.inviteesBox img {
	float: left;
	border: #ccc solid 1px;
}
.inviteesBox p {
	/*float:right;*/
	width:525px;
	padding:80px 0 0 0;
	line-height:1.7;
	float: right;
}	
.inviteesBox p .name {
	font-weight: 600;
	font-size: 1.2em;
}
.inviteesBox p i {
	border: #ccc solid 0.2px;
}
	
