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

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


.h3heading {
	font-size:1.2em;
	font-weight:bold;
	color: #000;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin:10px 0;
}
	.h3heading span {
		border-left:10px solid #F63;
		padding-left:10px;
	}
	.h3heading i {
		display: inline-block;
		float: right;
		font-size: 0.85em;
		font-weight: normal;
	}

.h4heading {
	font-size:1.0em;
	font-weight:bold;
	margin:15px 0 0;
	color:#030;
}
	.h4heading span {
		display:block;
		border-bottom:1px solid #CCC;
		margin:10px 0;
	}




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

.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_indentList05 {
	margin:5px 0;
}
	.ul_indentList05 li {
		text-indent:-3em;
		padding-left:3em;
		margin-bottom:5px;
	}

	.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_line01 li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
	.ul_line01 li::after {
		display: block;
		content: '';
		position: absolute;
		top: .75em;
		left: 0.2em;
		width: 8px;
		height: 1px;
		background-color: #666;
	}

ol {
  counter-reset:number; /* 名前を付けたカウンターをリセット */
}
.ol_01 {
	margin:10px auto;
}
	.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;
	}

.ol_parentheses{
  padding:0 0 0 1em;
  margin:0;
}
	.ol_parentheses li{
	  list-style-type:none;
	  list-style-position:inside;
	  counter-increment: cnt;
		text-indent: -1.5em;
		padding: 0 0 0.5em 1.5em;
	}
	.ol_parentheses li:before{
	  display: marker;
	  content: counter(cnt) ") ";
	}

.ol_disknum	{
	position: relative;
	
}
	.ol_disknum li  {
		list-style: none;
		list-style-position:outside;
		margin:0;
		padding-left:1.25em
	}
	.ol_disknum li span {
		position: absolute;
		left:0;
		margin:0
	}

.dl_style01 {
	margin: 1rem;
	line-height: 2;
}
	.dl_style01 dt {
		font-weight: bold;
	}
	.dl_style01 dd {
		padding-left: 1em;
	}





/*ボタン*/
/*cssボタン*/

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

.btn_css_box {
	text-align: center;
}
	.btn_css {
		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;
	}
	.btn_css:hover {
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		-khtml-opacity: 0.75;
		opacity:0.75;
		color: #fff;
	}


/*連絡先*/
		
#contactInfo {
	width: 220px;
	/*margin:133px auto 0;*/
	margin:10px auto 0;
	padding-bottom:20px;
}
	#contactInfo #tit_contactInfo {
		width:210px;
		height:25px;
		background:url(../images/tit_contact.png) no-repeat top;
		text-indent:-9999px;
	}
	#contactInfo .office {
		padding: 10px 0;
		}
		#contactInfo .office01 {
		width:220px;
		padding: 10px 0;
		}
		#contactInfo .office01 h4 {
			color:#faf038;	
		}
		#contactInfo .office01 h5 {
			padding:5px;
			line-height:1.5;
			color: #fff;
		}
		#contactInfo .office01 p {
			padding:0 5px;
			font-size:0.9em;
			line-height:1.5;
			color: #fff;
		}
		#contactInfo .office01 a {
			color: #29a9e0;
		}
	#contactInfo .office02 {
		width:220px;
		padding: 10px 0;
		border-top:#fff solid 1px;
	}
		#contactInfo .office02 h4 {
			background:url(../images/contactInfoh402.png) left center no-repeat;
			text-indent:-9999px;
		}
		#contactInfo .office02 h5 {
			padding:5px;
			line-height:1.5;
			color: #fff;
		}
		#contactInfo .office02 p {
			padding:0 5px;
			font-size:0.9em;
			line-height:1.5;
			color: #fff;
		}
		#contactInfo .office a {
			color: #29a9e0;
		}
	#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_style01 {
}
	.tbl_style01 caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_style01 th {
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
		vertical-align: middle;
	}
	.tbl_style01 td {
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align: middle;
	}

.tbl_style02 {
	margin: 15px 0 30px;
	width: 100%;
}
	.tbl_style02 th,
	.tbl_style02 td {
		padding: 5px 1em;
		vertical-align: middle;
		border:1px solid #aaa;
	}
	.tbl_style02 th {
		text-align:center;
		background:#eee;
	}
	.tbl_style02 td {
		text-indent:0;
	}


.tbl_hotel {
	margin: 10px auto 10px;
}
	.tbl_hotel th,
	.tbl_hotel td {
		padding: 3px 5px;
		border: 1px solid #aaa;
		vertical-align: middle;
	}
	.tbl_hotel th {
		background: #0D3D89;
		color: #fff;
		font-weight: bold;
	}
	.tbl_hotel .td_name {
		background: #E5FAFF;
		font-weight: bold;
		white-space: nowrap;
	}
	.tbl_hotel td span {
		font-size: 0.8em;
	}

/*ボックス*/

.wakuBox {
	padding: 20px;
	border: 1px solid #FF6633;
}

.importantInfo {
	padding: 20px;
	border: 4px solid #ff0000;
}
.importantInfo h5 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #ff0000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}



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



#importantInfo {
	margin: 0 0 20px;
	background: #fff;
	padding: 20px 30px;
	border: 4px solid #ff0000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}
#importantInfo h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
#importantInfo h5 span {
	background: linear-gradient(transparent 40%, #ff3 40%); 
}
#importantInfo p {
	font-size: 1.1em;
	line-height: 1.6;
}


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

#whatsnewArea {
	width:690px;
	padding-top:900px;
	margin:0 0 30px 30px;
	/*background: url(../images/bg_new.png) center bottom no-repeat;*/
	
}
	#tit_whatsnew {
		width:690px;
		height:25px;		
		background:url(../images/tit_whatsnew.png) no-repeat top;
		text-indent:-9999px;
	}
	
	#dl_whatsnew {
		width:690px;
		min-height:160px;
		font-size:0.9em;
		margin-top:5px;
		height: 290px;
		padding:10px 0;	
		overflow: auto;
		background: #fff;
		border:#999 solid 1px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;

	}
	
		#dl_whatsnew dt {
			clear:left;
			float:left;			
			color: #e65420;
			font-weight:bold;
			padding-top:3px;
			padding-left:15px;
			
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 6em;
			margin-left:30px;			
			color:#4c4c4c;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
		
	#dl_whatsnew02 {
		width:400px;
		font-size:0.9em;
		height: 80px;
		background:#FFF;
		overflow: auto;
	}
	
		#dl_whatsnew02 dt {
			clear:left;
			float:left;
			color: #17a2a7;
			font-weight:bold;
			padding-top:3px;
			padding-left:15px;
		}
		#dl_whatsnew02 dd {
			padding:3px 10px 3px 10em;
			margin-left:30px;
			color: #666;
		}
		#dl_whatsnew02 dd.white_row {
			background-color:#fff;
		}
		
		
/* モーダルCSS */

#openModal {
	cursor: pointer;
}

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

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

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

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

.modalContents h1 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.modalContents ol{
  padding:0 0 0 1em;
  margin:0;
}
	.modalContents li{
	  list-style-type:none;
	  list-style-position:inside;
	  counter-increment: cnt;
		text-indent: -1.5em;
		padding: 0 0 0.5em 1.5em;
	}
	.modalContents li:before{
	  display: marker;
	  content: counter(cnt) ") ";
	}



/*modal*/ 

#board {
	padding: 30px 30px;
	background: #fff;
	text-align: left;
}



/*
#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 {
	width:100%;
	margin:0 auto;
	padding:10px 5px;
	position:relative;
}
.presidentBox img {
	float: right;
}
.presidentBox p {
	/*float:right;*/
	padding:90px 130px 0 0;
	text-align:right;
}

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


/*
tourist info
--------------------------*/

.tourist {
	width:700px;
	height: auto;
	background: url(../images/bg_tourist.jpg) left top no-repeat #FFF;
}

.linkBox {
	padding: 3px 20px;
	background-color: rgba(252,204,77,0.2);
	border: 1px solid #aaa;
}

.bg_white {
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
	line-height: 1.1;
	margin-bottom: 10px;
}

/*
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:600px;
	margin:0 auto 30px;
}
	.dl_overview dt {
	clear:left;
	float:left;
	font-weight:normal;
	color:#C60;
	font-weight:bold;
	}
	.dl_overview dd {
		padding-left:7em;
		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 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
	text-align: left;
	display: table;
	font-family: 'Noto Sans JP', sans-serif;
}
	.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: #000;
	}
	.txt_period del {
		color: #ee0000;
	}
	.txt_period .end i {
		color: #dd0000;
	}



.tbl_category {
	width:620px;
	margin:15px auto;
}
	.tbl_category caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_category th {
		width:50px;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
	}
	.tbl_category td {
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
	}
.tbl_category2 {
	width:100%;
	margin:5px auto 15px;
}
	.tbl_category2 caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_category2 th {
		width:50px;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#9FC;
		vertical-align:middle;
	}
	.tbl_category2 td {
		padding:5px;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
	}

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


/*登録ボタン*/

.btn_regArea {
	width:500px;
	margin:10px auto 30px;
	border:5px solid #ccc;
	background:#ffffcc;
}
	.btn_regArea p {
		padding:3px 0 3px 1em;
		background-color:#ccc;
		font-weight:bold;
		font-size:1.2em;
	}
	.btn_regArea p.note {
		padding:3px 0 3px 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:460px;
		margin:15px auto;
	}
	.btn_regArea li {
		float:left;
	}
		.btn_regArea a {
			display:block;
			width:220px;
			height:80px;
			text-indent:-9999px;
		}
		
	.btn_reg01 {
		background:url(../images/btn_reg01.png) 0 0;
		margin-right:20px;
	}
		.btn_reg01:hover {
			background-position:-220px 0;
		}
	.btn_reg02 {
		background:url(../images/btn_reg02.png) 0 0;
	}
		.btn_reg02:hover {
			background-position:-220px 0;
		}

.ul_btn_css {
	margin: 20px 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: 280px;
			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: 20px auto 50px;
	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.btn_small {
		margin: 0 5px;
	}
		.ul_btn_css2 li.btn_small a {
			width: 110px;
			padding: 10px 10px;
		}
		

/*
利益相反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:550px;
	margin:20px auto;
}
.tbl_fee td,
.tbl_fee th {
	padding:5px;
	border:1px solid #ccc;
}
.tbl_fee th {
	text-align:center;
	background-color:#769600;
	color:#fff;
}
.tbl_fee td {
	text-align:center;
}
.tbl_fee td.td_subindex {
	text-align:left;
	padding-left:1em;
	font-weight:bold;
	background-color:#efefef;
}



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

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

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

.pro_h2index {
	font-size:1.2em;
	font-weight:bold;
	color: #006BB3;
	background: #f5f5f5;
	padding:5px 0 3px 0.7em;
	margin:30px 0 0px;
	border-left:8px solid #A8EEFF;
}
.pro_date {
	font-size:1.1em;
	color:#030;
	font-weight: normal;
	text-align:right;
}
	.pro_date span {
		color:#C60;
		font-weight: 600;
	}
.pro_venue {
	font-size:1.1em;
	color:#C60;
	font-weight: 500;
	text-align:right;
}
.pro_title {
	font-size:1.1em;
	font-weight:bold;
	color:#030;
	background:#dfede7;
	padding:5px 10px 4px;
	margin:20px 0 5px;
	border-bottom:1px solid #ccc;
}
	.pro_title span {
		display: inline-block;
		float: right;
		font-size: 0.85em;
		font-weight: normal;
	}
.pro_theme {
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 10px 10px;
}
.pro_theme2 {
	font-size:1.0em;
	font-weight:bold;
	margin:15px 0 5px 10px;
}


.proBox {
	width:97%;
	margin:0 auto;
}
	.proBox img {
		padding-right:10px;
	}
	.proBox .pro_date {
		text-align:left;
	}
	.proBox .pro_venue {
		text-align:left;
	}

dl.pro_person {
	margin:10px 0 40px 10px;
}
	dl.pro_person dt {
		clear:left;
		float:left;
		margin-bottom: 5px;
		padding:0 5px;
		font-size:0.9em;
		border:#999 solid 0.5px;
	}
	dl.pro_person dd {
		margin-left:6em;
		margin-bottom: 5px;
		display: table;
		padding:1px 0;
	}
	dl.pro_person dd.dd_left {
		margin-left:0;
	}
	dl.pro_person dd span {
		display: table-cell;
	}
	dl.pro_person dd span.td_name {
		min-width: 7em;
		white-space: nowrap;
	}
		dl.pro_person dd span.td_name2 {
			width: 15em;
		}
	
	dl.pro_person dd span.td_syozoku {
		text-indent: -1em;
		padding-left: 1em;
	}
	
	
.ul_btn_pro {
	margin: 5px auto;
	text-align: center;
}
	.ul_btn_pro li {
		font-size: 1.0em;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 5px;
	}
		.ul_btn_pro li a {
			display: inline-block;
			width: 250px;
			padding: 5px;
			color: #060;
			border:#060 solid 1px;
			text-decoration: none;
			background:#fff;
			-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_pro li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}

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

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

.txt_access01 {
	margin:20px auto;
	padding:20px;
	background:#eee;
	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.1em;
	font-weight:bold;
	color:#cc0000;
	border-bottom:1px solid #cc0000;
	padding:8px 0 2px;
	margin-bottom:5px;
}





/*
ワークショップリーダーの方へ
--------------------------*/

.dl_ws {

}
	.dl_ws dt {
	clear:left;
	float:left;
	width: 6em;
	text-align: center;
	font-weight:normal;
	color:#009C93;
	font-weight:bold;
	}
	.dl_ws dd {
		padding-left:7em;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px solid #ccc;
	}



	
