@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：幅指定なし、th折り返しあり　c：幅100%の横表 */
table.tbl01,
table.tbl01a,
table.tbl01b,
table.tbl01c,
table.tbl01pro {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #FCD1A6;
	border-left: 1px solid #FCD1A6;
}
table.tbl01,
table.tbl01a,
table.tbl01c,
table.tbl01pro {
	width: 100%;
}
table.tbl01a {
	margin-bottom: 1.5em;
}

table.tbl01 th,
table.tbl01a th,
table.tbl01b th,
table.tbl01c th,
table.tbl01pro th {
	padding: 10px;
	font-weight: bold;
	border-right: 1px solid #FCD1A6;
	border-bottom: 1px solid #FCD1A6;
	background: #F89D71;
	text-align: center;
	color: #FFF;
}
table.tbl01 th,
table.tbl01a th,
table.tbl01b th {
	white-space: nowrap;
}
table.tbl01 th {
	width: 100px;
	vertical-align: top;
}
table.tbl01a th {
	width: 50px;
}
table.tbl01c th {
	line-height: 1.4em;
}

table.tbl01pro th {
	line-height: 1.4em;
	width: 150px;
	font-size: 90%;
}

table.tbl01 td,
table.tbl01a td,
table.tbl01b td,
table.tbl01c td,
table.tbl01pro td {
	padding: 10px;
	background: #FFF;
	border-right: 1px solid #FCD1A6;
	border-bottom: 1px solid #FCD1A6;
}
table.tbl01 td {
	vertical-align: top;
}
table.tbl01a td {
	width: 45%;
}
table.tbl01c td.td_b02 {
	background: #FDF7E3;
}

table.tbl01pro td {
	display: flex;
	font-size: 94%;
	padding: 10px 5px;
	align-items: center;
}
table.tbl01pro td div:first-of-type {
	width: 6.5em;
	text-align:justify;
	text-align-last:justify;
}
table.tbl01pro td div:last-of-type {
	width: calc(100% - 7em);
	text-indent: -1em;
  padding-left: 1em;
}
table.tbl01pro td.ex {
	min-height: 4.1em;
}
/* 表示領域が565.98px以下の場合に適用するスタイル */
@media print, screen and (max-width: 565.98px) {
	table.tbl01pro td {
		flex-direction: column;
		align-items:flex-start;
	}
	table.tbl01pro 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.tbl03b,
table.tbl03c {
	margin: 0.5em 0;
	border-collapse: collapse;
	border: 1px solid #E37B49;
}
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 #E37B49;
	border-bottom: 1px solid #E37B49;
	padding: 5px 10px;
}

table.tbl03 th,
table.tbl03b th,
table.tbl03c th {
	white-space: nowrap;
	background: #F3C8B3;
	font-weight: bold;
}
table.tbl03c th {
	text-align: left;
}

table.tbl_od01 {
	margin: 0.5em 0;
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	line-height: 1.5em;
}
table.tbl_od01 th {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
table.tbl_od01 th,
table.tbl_od01 td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
}
table.tbl_od01 th:first-of-type {
	width: 4em; 
}
table.tbl_od01 th:last-of-type {
	width: 6em; 
}
table.tbl_od01 td:nth-of-type(2) div {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	font-weight: 700;
}
table.tbl_od04 td:nth-of-type(2) div {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	margin-left: 1em;
}

table.tbl_od02 th {
	background: #76B04F;
}
table.tbl_od03 th {
	background: #009FCA;
}

.td_b01 {
	background: #E37B49;
}

.td_w01 {
	width: 47%;
}
.td_w02 {
	width: 28%;
}
.td_w03 {
	width: 25%;
}
.td_w04 {
	width: 60px;
}
.td_w05 {
	width: 20%;
}
.td_w06 {
	width: 40%;
}