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

.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;
	}
	.h3heading span.l_on {
		border:none;
		margin-left:2em;
        padding: 3px 7px;
        background: #6A02B9;
        border-radius: 4px;
        color: #fff;
        font-size: 0.8em;
	}
    .h3heading span.on {
		border:none;
		margin-left:2em;
        padding: 3px 7px;
        background: #378C0F;
        border-radius: 4px;
        color: #fff;
        font-size: 0.8em;
	}
.h3heading02 {
	font-size:1.2em;
	font-weight:bold;
	color:#006BB3;
	border:1px solid #3CF;
	padding:5px;
	margin:10px 0;
}
.h3heading03 {
	width:680px;
	background:  rgba(143, 24, 24, 0.6);
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	padding:5px;
	margin:10px 0;
}
.h3heading03 span {
	padding-left:10px;
}
	.h3heading2 span.on {
	border:none;
	margin-left:2em;
	padding: 3px 7px;
	background: #378C0F;
	border-radius: 4px;
	color: #fff;
	font-size: 0.8em;
}


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

.singleBtnBox2 {
	margin:20px auto;
}
	.singleBtnBox2 a {
		display: inline-block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size: 16px;
		padding: 15px 20px;
		
		background: #671629; 
		-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;	
	}
	.singleBtnBox2 a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}


#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%);
}

.btn-style02 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.btn-style02 li {
	margin-bottom: 20px;
}
.btn-style02 a {
	display:block;
		background-image: linear-gradient(-180deg, #000 0%, #511B45 100%);
		border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
		padding: 10px;
    box-shadow: 0px 3px 3px #ccc;
}
.btn-style02 a:hover {
    background-image: linear-gradient(-180deg, #511B45 0%, #000 100%);
    box-shadow: none;
}
.btn-style02.btn-sub a {
    background-image: linear-gradient(-180deg, #666666 0%, #888888 100%);
}
.btn-style02.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;
	position: relative;
}
	#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: 600px;
		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:nth-child(4n) {
			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;
	}

#btn_covid19 {
	display: block;
	position: absolute;
	right: 5px;
	top: 275px;
}




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

.presidentBox {
	width:100%;
	margin:0 auto;
	padding:10px 15px;
	position:relative;
	border-bottom:1px solid #ccc;
}
.presidentBox img {
	float: left;
	border: #ccc solid 1px;
}
.presidentBox p {
	/*float:right;*/
	width:420px;
	padding:50px 0 0 0;
	line-height:1.7;
	float: 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;
	}



/*
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:620px;
	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:9em;
		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.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;
}

.tbl_fee4 {
	width:690px;
}
.tbl_fee4 td,
.tbl_fee4 th {
	padding:5px;
	border:1px solid #ccc;
}
.tbl_fee4 th {
	background-color:#999;
	color:#fff;
	vertical-align:middle;
}
.tbl_fee4 td {
	vertical-align:middle;
}



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

.pageNavi {
	width: 100%;
	padding: 0;
}

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

	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
}
	.pageNavi li {
		margin: 0 10px 10px 0;
	}
		.pageNavi li a {
			display: block;
			padding: 5px 10px 5px 10px;
			background: #1A3068;
			color: #fff;
			border: 1px solid #1A3068;
			text-decoration: none;
			border-radius: 5px;
			font-size: 14px;
		}
		.pageNavi li a.size_s {
			width: 116px;
		}
		.pageNavi li a.size_3line {
			width: 165px;
		}
		.pageNavi li a.size_m {
			width: 265px;
		}
		.pageNavi li a.size_l {
			width: 562px;
		}
		.pageNavi li a.size_auto {
			width: auto;
		}
			.pageNavi li a:hover {
				background: #fff;
				color: #1A3068;
				border: 1px solid #1A3068;
			}
		.pageNavi li a span {
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			background: #ff0000;
			padding: 2px 6px;
			margin-left: 8px;
			border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;

		}




.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;
	text-align:right;
	margin:10px 0 10px 0px;
	color: #C27676;
	font-weight: bold;
}
.pro_title {
	font-size:1.2em;
	font-weight:bold;
	color:#006BB3;
    padding-bottom:5px;
	margin:20px 0 5px 1em;
	border-bottom: #006BB3 dotted 1px;
}
    .pro_title span.l_on {
		border:none;
		margin-left:2em;
        padding: 3px 7px;
        background: #6A02B9;
        border-radius: 4px;
        color: #fff;
        font-size: 0.8em;
	}
    .pro_title span.on {
		border:none;
		margin-left:2em;
        padding: 3px 7px;
        background: #378C0F;
        border-radius: 4px;
        color: #fff;
        font-size: 0.8em;
	}
.pro_theme {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	margin:10px 0 5px 1em;
}
.pro_theme2 {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	margin:5px 0 5px 4em;
}
.pro_theme3 {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	margin:15px 0 5px 0;
}


.proBox {
	margin-bottom:60px;
	padding-bottom: 10px;
}

dl.pro_person {
	margin: 0 0 0px 30px;
}
	dl.pro_person dt {
		clear:left;
		float:left;
		color: #6F8B9B;
		font-weight: 600;
		margin-bottom: 5px;
	}
	dl.pro_person dd {
		padding-left:4em;
		margin-bottom: 10px;
		font-weight: 600;
	}
	dl.pro_person dd span {
		margin-bottom: 5px;
		padding-left: 1em;
		font-weight: 500;
	}
	
dl.pro_person2 {
	margin: 0 0 20px 20px;
}
	dl.pro_person2 dt {
		clear:left;
		float:left;
		margin-bottom: 5px;
	}
	dl.pro_person2 dd {
		padding-left: 7em;
		margin-bottom: 5px;
	}
dl.pro_person3 {
	margin: 0 0 20px 20px;
}
	dl.pro_person3 dt {
		clear:left;
		float:left;
		margin-bottom: 5px;
	}
	dl.pro_person3 dd {
		padding-left: 5em;
		margin-bottom: 5px;
	}

	
.idlink_box {
	width: 420px;
	padding: 20px;
	margin: 20px auto;
	background-color:#FFC;
	border: #999 solid 1px;
}

.ul_idlink li a {
	width: 120px;
	height: 30px;
	float: left;
	display: block;
	padding-left: 20px;		
}
.ul_idlink2 li a {
	width: 180px;
	height: 30px;
	float: left;
	display: block;
	padding-left: 20px;		
}

.idlink_box2 {
	width: 480px;
	padding: 20px;
	margin: 20px auto;
	background-color:#FFC;
	border: #999 solid 1px;
}

.ul_idlink3 li a {
	width: 220px;
	height: 30px;
	float: left;
	display: block;
	padding-left: 20px;		
}


.tbl_pro_person {
	margin: 0 0 10px 20px;
}
	.tbl_pro_person th {
		white-space: nowrap;
	}




/* -ドロップダウンボタン------------------ */
.menuDrp {
	justify-content: space-around;
	flex-wrap: wrap;
}

.menuDrp p a {
    width: 310px;
  	display:block;
	margin-bottom: 20px;
	background-image: linear-gradient(-180deg, #000 0%, #511B45 100%);
	border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
	padding: 10px;
    box-shadow: 0px 3px 3px #ccc;
    cursor :pointer;
}

.menuDrp li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
	width: 310px;
  	display:block;
	margin-bottom: 5px;
	background-image: linear-gradient(-180deg, #000 0%, #511B45 100%);
	border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
	padding: 10px;
    box-shadow: 0px 3px 3px #ccc;
    cursor :pointer;
}
label:hover {
    background-image: linear-gradient(-180deg, #511B45 0%, #000 100%);
    box-shadow: none;
}

input {
    display: none;
}

.menuDrp ul {
	width: 310px;
    margin: 0 0 15px;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menuDrp li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li,
#menu_bar13:checked ~ #links13 li {
    height: 36px;
    opacity: 1;
}
.menuDrp li a {
	padding: 5px 10px;
	line-height: 2.0;
}
.menuDrp li a:hover {
	background: #ccc;
}



/* 企画趣旨用　表示・非表示　切替 */
.hidden_box {
    margin: 10px 0 7px;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding:5px 10px;
    background: #F7C25E;
    border-radius: 4px;
    cursor :pointer;
    transition: .5s;
	position: absolute;
	left: 305px;
}

/*アイコンを表示*/
.hidden_box label:before {
    display: inline-block;
    content: '\f078';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #F8E7C8;
}

/*アイコンを切り替え*/
.hidden_box input:checked + label:before {
     content: '\f00d';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
     color: #D50202;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
}

/*クリックで中身表示*/
.hidden_box input:checked + label + .hidden_show {
	margin: 0px 0 0 20px;
    padding:0px 10px 10px 10px;
    height: auto;
    opacity: 1;
	background: #F6F3EE;
	border: #F7C25E solid 1px;
	border-radius: 4px;
}
.hidden_show p:first-child {
	margin-top: 40px;
}


/* ---------------------------------- */




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

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


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


/*
市民公開講座
--------------------------*/
.dl_lecture {
		width:100%;
		font-size:1.0em;
		height: auto;
		padding:10px 0;	
		overflow: auto;
	}
	
		.dl_lecture dt {
			clear:left;
			float:left;			
			color: #780000;
			padding-top:8px;
			padding-left:0px;
			font-weight:500;
		}
		.dl_lecture dd {
			padding:8px 10px 8px 8em;
			margin-left:0px;			
			font-weight:500;
			border-top:#ccc solid 1px;
		}
		.dl_lecture dd a {
			color:#0000ff;
		}
/*
共催セミナー
--------------------------*/
.p_detail {
    position: relative;
    margin-bottom: 40px;
}
.p_detail .flyer {
    position: absolute;
    top: -10px;
    right: 0;
}
.h4 {
    color: #ffffff;
    font-size: 21px;
    line-height: 100%;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
        margin-top: 0px;
    padding: 15px 15px 15px 15px;
    background-color: #dc646e;
    vertical-align: middle;
}
.h5{
    border-bottom: 1px dashed #cdcdcd;
    color: #dc646e;
    font-size: 1.1em;
    padding-bottom: 7px;
    margin: 0 0 10px 0;
		margin-top: 0px;
}
.ul_sponsors {
	width: 630px;
	margin: 0 auto;
}
.ul_sponsors li{
	width: 250px;
	margin-bottom: 40px;
	text-align: center;
}
.ul_sponsors li img{
	vertical-align: bottom;
	border: none;
	display: block;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-space-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.flex-align-center {
    -webkit-align-items: center;
    align-items: center;
}
.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

/*
スマホ
------------------------*/
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
	.p_detail {
    position: relative;
    margin-bottom: 40px;
		margin-top: 160px;
}
	.flyer{
		float: left;
	}
	.flyer img{
		width:100px;
		position: absolute;
		left:-650px;
		top:-150px;
	}
}
	

/* 
Q&Aページ
------------------ */
.qaTit {
	justify-content: space-around;
	flex-wrap: wrap;
}

.qaTit p a {
    width: 97%;
  	display:block;
	margin-bottom: 20px;
	background-image: linear-gradient(-180deg, #000 0%, #511B45 100%);
	border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
	padding: 10px;
    box-shadow: 0px 3px 3px #ccc;
    cursor :pointer;
}

.qaTit li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

label {
	width: 97%;
  	display:block;
	margin-bottom: 5px;
	background-image: linear-gradient(-180deg, #000 0%, #511B45 100%);
	border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
	padding: 10px;
    box-shadow: 0px 3px 3px #ccc;
    cursor :pointer;
}
label:hover {
    background-image: linear-gradient(-180deg, #511B45 0%, #000 100%);
    box-shadow: none;
}

input {
    display: none;
}

.qaTit .qaBox dl {
	width: 97%;
    margin: 0 0 15px;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.qaTit dl {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#qa_bar01:checked ~ #qaBox01,
#qa_bar02:checked ~ #qaBox02,
#qa_bar03:checked ~ #qaBox03,
#qa_bar04:checked ~ #qaBox04,
#qa_bar05:checked ~ #qaBox05 {
    height: auto;
    opacity: 1;
}
.qaTit li a {
	padding: 5px 10px;
	line-height: 2.0;
}
.qaTit li a:hover {
	background: #ccc;
}


dl.qaCont {
	margin: 0 0 20px 10px;
}
	dl.qaCont dt {
		clear:left;
		float:left;
		color: #6F8B9B;
		font-weight: 600;
		margin-bottom: 5px;
	}
	dl.qaCont dd {
		padding-left:2em;
		margin-bottom: 10px;
		font-weight: 600;
	}
	dl.qaCont dd span {
		margin-bottom: 5px;
		padding-left: 0em;
		font-weight: 500;
	}


