@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：プログラム*/
table.tbl01,
table.tbl01a {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	border-top: 1px solid #F6EBAD;
	border-left: 1px solid #F6EBAD;
}
table.tbl01a {
	margin-bottom: 1.5em;
}
table.tbl01 th,
table.tbl01a th {
	padding: 10px;
	font-weight: bold;
	color: #344582;
	border-right: 1px solid #F6EBAD;
	border-bottom: 1px solid #F6EBAD;
	background: #F4CC65;
	text-align: center;
	white-space: nowrap;
}
table.tbl01 th {
	width: 100px;
}
table.tbl01a th {
	width: 150px;
}
table.tbl01 td,
table.tbl01a td {
	padding: 10px;
	vertical-align: top;
	background: #FFF;
	border-right: 1px solid #F6EBAD;
	border-bottom: 1px solid #F6EBAD;
}

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 #F8F1C8;
	white-space: nowrap;
}

/* 演題募集、参加登録　*/
table.tbl03,
table.tbl03b,
table.tbl03c,
table.tbl03d {
	margin: 0.5em 0;
	border-collapse: collapse;
	border: 1px solid #F4CC65;
}
table.tbl03d {
    width: 100%;
}
table.tbl03 th,
table.tbl03b th,
table.tbl03c th,
table.tbl03d th,
table.tbl03 td,
table.tbl03b td,
table.tbl03c td,
table.tbl03d td {
	border-right: 1px solid #F4CC65;
	border-bottom: 1px solid #F4CC65;
	padding: 10px 10px;
}

table.tbl03 th,
table.tbl03c th,
table.tbl03d th {
	white-space: nowrap;
	background: #F6EBAD;
	font-weight: bold;
}
table.tbl03b th {
	background: #F6EBAD;
	font-weight: bold;
}
table.tbl03b th,
table.tbl03c th,
table.tbl03d th {
	text-align: center;
}
table.tbl03c td:first-child {
	text-align: center;
	white-space: nowrap;
	background: #F8F1C8;
	font-weight: bold;
}
table.tbl03b td:first-child {
	text-align: center;
	background: #F8F1C8;
	font-weight: bold;
}

table.tbl03b td:nth-child(2) {
	text-align: left;
	white-space: nowrap;
	min-width: 5em;
}

table.tbl03c td:not(first-child) {
	width: 100%;
	text-align: left;
	white-space: nowrap;
	min-width: 5em;
}

table.tbl03d td:nth-child(2),
table.tbl03d td:nth-child(3),
table.tbl03d td:nth-child(4) {
	text-align: center;
}
table.tbl03d td:nth-child(4) {
	white-space: nowrap;
}

.td_b01 {
	background: #F8F1C8;
}

.td_w01 {
	width: 47%;
}
.td_w02 {
	width: 28%;
}
.td_w03 {
	width: 25%;
}
.td_w04 {
	width: 60px;
}
.td_w05 {
	width: 20%;
}

/* 表示領域が575.98px以下の場合に適用するスタイル */
@media screen and (max-width:575.98px) {
	table.tbl01 th {
		font-size: 1.2rem;
	}
	table.tbl03 th.br {
		font-size: 1.4rem;
		font-weight:  bold;
	}
}
