@charset "utf-8";

#footer table {
    border-collapse: collapse;
    margin: 0 auto;
}
#footer table th {
    padding-right: 10px;
}
#footer table td {
    text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.v_top {
	vertical-align: top;
}

.v_middle {
	vertical-align: middle;
}

table.tbl00,
table.tbl00a,
table.tbl00b {
	margin: 0;
	border-collapse: collapse;
}
table.tbl00 th {
	margin: 0;
	padding: 0;
}
table.tbl00 td,
table.tbl00a td {
	margin: 0;
	padding: 0;
}
table.tbl00a td {
	vertical-align: top;
}

table.tbl00a td:first-of-type {
	white-space: nowrap;
}

table.tbl00b tr.tbl00b_top {
	border-top: 1px dashed #CCC;
}
table.tbl00b tr {
	border-bottom: 1px dashed #CCC;
}
table.tbl00b th {
	font-weight: normal;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
table.tbl00b td {
	margin: 0;
	padding: 0.2em 0 0.2em 0.5em;
	vertical-align: top;
}

/* 開催概要　a：プログラム*/
table.tbl01,
table.tbl01a {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	border-top: 1px solid #083190;
	border-left: 3px solid #083190;
}
table.tbl01a {
	margin-bottom: 1.5em;
}
table.tbl01 th,
table.tbl01a th {
	padding: 10px;
	font-weight: bold;
	border-right: 1px solid #083190;
	border-bottom: 1px solid #083190;
	background: #E0E9F3;
	text-align: center;
	white-space: nowrap;
}
table.tbl01 th {
	width: 150px;
	padding: 15px;
}
table.tbl01a th {
	width: 150px;
}

table.tbl01 td,
table.tbl01a td {
	padding: 15px;
	vertical-align: top;
	background: #FFF;
	border-right: 1px solid #083190;
	border-bottom: 1px solid #083190;
}

table.tbl01a td.td01 {
	font-weight: bold;
	font-size: 1.8rem;
}
table.tbl01a td.td01 span {
	font-size: 1.6rem;
	font-weight: bold;
}

table.tbl02,
table.tbl02a,
table.tbl02b {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #B2C8E1;
	border-left: 1px solid #B2C8E1;
}
table.tbl02b {
	width: 100%;
}

table.tbl02 th,
table.tbl02a th,
table.tbl02b th {
	padding: 10px 15px;
	font-weight: 500;
	border-right: 1px solid #B2C8E1;
	border-bottom: 1px solid #B2C8E1;
	background: #083190;
	color: #FFF;
	text-align: center;
}
table.tbl02 th,
table.tbl02a th {
	white-space: nowrap;
}
table.tbl02 td,
table.tbl02a td,
table.tbl02b td {
	padding: 5px 15px;
	background: #FFF;
	border-right: 1px solid #B2C8E1;
	border-bottom: 1px solid #B2C8E1;
}

table.tbl02a th,
table.tbl02a td {
	padding: 5px;
	font-size: 1.4rem;
}

table.tbl02b th,
table.tbl02b td {
	padding: 5px;
}

table.tbl02 td.td01,
table.tbl02a td.td01,
table.tbl02b td.td01 {
	background: #DEEFE5;
}
table.tbl02b td.td02 {
	background: #EBF5EF;
}

/* 演題募集　*/
table.tbl03,
table.tbl03b,
table.tbl03c {
	margin: 0.5em 0;
	border-collapse: collapse;
	border: 1px solid #65BDEB;
}
table.tbl03b {
	width: 100%;
}
table.tbl03 th,
table.tbl03b th,
table.tbl03c th,
table.tbl03 td,
table.tbl03b td,
table.tbl03c td {
	border-right: 1px solid #65BDEB;
	border-bottom: 1px solid #65BDEB;
	padding: 5px 10px;
}

table.tbl03 th,
table.tbl03b th,
table.tbl03c th {
	white-space: nowrap;
	background: #ABDBF6;
	font-weight: bold;
}

table.tbl03 th {
	text-align: center;
	padding: 5px 20px;
}

table.tbl03c th {
	text-align: left;
}

.td_b01 {
	background: #F3F8ED;
}
.td_b02 {
	background: #E2F2FB;
}
.w-10 {
	width: 10%;
}
.w-20 {
	width: 20%;
}
.w-30 {
	width: 30%;
}

/* 表示領域が991.98px以下の場合に適用するスタイル
---------------------------------------------------------------------------*/
@media screen and (max-width:991.98px){
	.tbl_scroll {
		overflow-x: auto;
	}
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
table.tblsp th,
	table.tblsp td {
	width: 100%;
	padding: 10px;
	white-space: normal;
	display: block;
	}
	table.tbl01.tblsp {
		border-left: 1px solid #083190;
	}

}