@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.tbl00b {
	margin: 0;
	border-collapse: collapse;
}
table.tbl00 th {
	margin: 0;
	padding: 0;
}
table.tbl00 td {
	margin: 0;
	padding: 0;
}

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：プログラム　b：組織体制*/
table.tbl01,
table.tbl01a,
table.tbl01b {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	border-top: 1px solid #8DB2CF;
	border-left: 3px solid #8DB2CF;
}
table.tbl01a {
	margin-bottom: 1.5em;
}
table.tbl01 th,
table.tbl01a th,
table.tbl01b th {
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #8DB2CF;
	border-bottom: 1px solid #8DB2CF;
	background: #6893B2;
	text-align: center;
	white-space: nowrap;
}
table.tbl01 th {
	width: 100px;
	vertical-align: top;
}
table.tbl01a th {
	width: 150px;
}
table.tbl01b th {
	width: 175px;
}

table.tbl01 td,
table.tbl01a td,
table.tbl01b td {
	padding: 10px;
	vertical-align: top;
	background: #FFF;
	border-right: 1px solid #8DB2CF;
	border-bottom: 1px solid #8DB2CF;
}

table.tbl01_en th,
table.tbl01_en td {
	vertical-align: middle !important;
}
table.tbl01_en02 th,
table.tbl01_en02 td {
	vertical-align: middle !important;
	white-space: normal !important;
	width: inherit;
}
table.tbl01a td.td01 {
	font-weight: bold;
	font-size: 1.8rem;
}
table.tbl01a td.td01 span {
	font-size: 1.6rem;
	font-weight: bold;
}

table.tbl01b th {
	font-size: 90%;
	padding: 10px 5px;
}
table.tbl01b td {
	display: flex;
	font-size: 94%;
	padding: 10px 5px;
}

table.tbl01b td div:first-of-type {
	width: 6.5em;
	text-align:justify;
	text-align-last:justify;
}
table.tbl01b td div:last-of-type {
	width: calc(100% - 7em);
	text-indent: -1em;
  padding-left: 1em;
}
/* 表示領域が767.98px以下の場合に適用するスタイル */
@media print, screen and (max-width: 767.98px) {
	table.tbl01b td {
		flex-direction: column;
	}
	table.tbl01b td div:last-of-type {
		width: 100%;
	}

}

table.tbl02 {
	margin: 0 auto 10px;
	width: 100%;
	border-spacing: 0 8px;
}
 
table.tbl02 th {
	border: 1px solid #000;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
 
table.tbl02 td {
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 1.6em;
	vertical-align: middle;
	overflow: hidden;
}

table.tbl02 td.tbl_lft {
	border-left: 3px solid #DCE3E7;
	white-space: nowrap;
}

/* 演題募集　*/
table.tbl03,
table.tbl03c,
table.tbl03_cate {
	margin: 0.5em 0;
	border-collapse: collapse;
	border: 1px solid #8DB2CF;
}
table.tbl03a,
table.tbl03b {
	margin-bottom: 30px;
	border-collapse: collapse;
	border: 1px solid #8DB2CF;
	width: 100%;
}
table.tbl03 th,
table.tbl03a th,
table.tbl03b th,
table.tbl03c th,
table.tbl03 td,
table.tbl03a td,
table.tbl03b td,
table.tbl03c td,
table.tbl03_cate th,
table.tbl03_cate td {
	border-right: 1px solid #8DB2CF;
	border-bottom: 1px solid #8DB2CF;
	padding: 5px 10px;
}

table.tbl03 th,
table.tbl03a th,
table.tbl03b th,
table.tbl03c th,
table.tbl03_cate th {
	background: #C8D7E5;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
table.tbl03 th,
table.tbl03b th,
table.tbl03c th,
table.tbl03_cate th {
	width:15%;
}

table.tbl03_cate th,
table.tbl03_cate td {
	white-space: normal;
	width: 50%;
	font-size: 90%;
}


table.tbl03c th {
	text-align: left;
}

.td_b01 {
	background: #FFFEEA;
}

.td_w01 {
	width: 47%;
}
.td_w02 {
	width: 28%;
}
.td_w03 {
	width: 25%;
}
.td_w04 {
	width: 60px;
}
.td_w05 {
	width: 20%;
}