@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 {
	margin: 0;
	border: none;
	border-top: solid 1px #EE86AE;
	border-bottom: solid 1px #EE86AE;
	border-collapse: collapse;
	border-spacing: 0 1px;
	width: 100%;
}
 
table.tbl00 th,
table.tbl00 td {
	padding: 0.5em;
	margin: 0;
	border: none;
	vertical-align: top;
}

table.tbl00 th {
	font-weight: normal;
	text-align: left;
	width: 9em;
	padding-left: 1em;
	white-space: nowrap;
}

table.tbl00 td:nth-of-type(1) {
	width: 7em;
	white-space: nowrap;
}

@media only screen and (max-width: 767.98px) {
	table.tbl00 tr,
	table.tbl00 th,
	table.tbl00 td {
		display: block;
		width: auto;
		}

	table.tbl00 th {
		font-weight: bold;
		padding: 1em 0 0 0;
	}

	table.tbl00 td {
		padding: 0 0.5em;
	}

	table.tbl00 td:last-child::before {
		content: '（';
	}
	table.tbl00 td:last-child::after {
		content: '）';
	}

	table.tbl00 th.emp {
		padding: 0;
		height: 0.5em;
	}
}

/* 開催概要　a：プログラム*/
table.tbl01,
table.tbl01a {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	border-top: 1px solid #00A8BA;
	border-left: 3px solid #00A8BA;
}
table.tbl01a {
	margin-bottom: 1.5em;
}
table.tbl01 th,
table.tbl01a th {
	padding: 10px;
	font-weight: bold;
	border-right: 1px solid #00A8BA;
	border-bottom: 1px solid #00A8BA;
	background: #95DAE2;
	text-align: center;
	white-space: nowrap;
}
table.tbl01 th {
	width: 100px;
	vertical-align: middle;
}
table.tbl01a th {
	width: 150px;
}

table.tbl01 td,
table.tbl01a td {
	padding: 10px;
	vertical-align: middle;
	background: #FFF;
	border-right: 1px solid #00A8BA;
	border-bottom: 1px solid #00A8BA;
}

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 #65C5D2;
	border-left: 1px solid #65C5D2;
}
table.tbl02b {
	width: 100%;
}

table.tbl02 th,
table.tbl02a th,
table.tbl02b th {
	padding: 5px 15px;
	font-weight: bold;
	border-right: 1px solid #65C5D2;
	border-bottom: 1px solid #65C5D2;
	background: #01AFBF;
	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 #65C5D2;
	border-bottom: 1px solid #65C5D2;
	text-align: center;
}

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 #00AAE8;
}
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 #00AAE8;
	border-bottom: 1px solid #00AAE8;
	padding: 5px 10px;
}

table.tbl03 th,
table.tbl03b th,
table.tbl03c th,
.tbl03-sp td:first-child {
	white-space: nowrap;
	background: #0068B7;
	font-weight: 700;
}
table.tbl03 th,
table.tbl03b th,
table.tbl03c th,
.tbl03-sp td:first-child {
	text-align: center;
	color: #FFF;
}

.tbl03-sp td {
	text-align: center;
}

table.tbl03c td:first-of-type {
	background: rgba(0,104,183,0.10);
	color: rgba(0,104,183,1.00);
	font-weight: 600;
}

table.tbl04,
table.tbl04a {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	border: 1px solid #AEDBF6;
	border-left: 3px solid #AEDBF6;
}
table.tbl04a {
	margin-bottom: 1.5em;
}
table.tbl04 th,
table.tbl04a th {
	padding: 10px;
	font-weight: bold;
	border-right: 1px solid #AEDBF6;
	border-bottom: 1px solid #AEDBF6;
	background: #DFECC1;
	text-align: center;
	white-space: nowrap;
}
table.tbl04 th {
	width: 100px;
	vertical-align: middle;
}
table.tbl04a th {
	width: 150px;
}

table.tbl04 td,
table.tbl04a td {
	padding: 10px 3px 10px 3px;
	vertical-align: middle;
	background: #FFF;
	border-right: 1px solid #AEDBF6;
	border-bottom: 1px solid #AEDBF6;
}

table.tbl04 td:nth-of-type(1),
table.tbl04a td:nth-of-type(1) {
	border-right: none !important;
	width: 14%;
}

table.tbl04a td.td01 {
	font-weight: bold;
	font-size: 1.8rem;
}
table.tbl04a td.td01 span {
	font-size: 1.6rem;
	font-weight: bold;
}

/* プログラム 交流集会　*/
table.tbl05,
table.tbl05a {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	width: 100%;
	border-top: 1px solid #AEDBF6;
	border-left: 3px solid #AEDBF6;
}
table.tbl05a {
	margin-bottom: 1.5em;
}
table.tbl05 th,
table.tbl05a th {
	padding: 10px;
	font-weight: bold;
	border-right: 1px solid #AEDBF6;
	border-bottom: 1px solid #FFF;
	background: #AEDBF6;
	text-align: center;
	white-space: nowrap;
}
table.tbl05 th {
	width: 20%;
	vertical-align: middle;
}
table.tbl05a th {
	width: 20%;
}

table.tbl05 td,
table.tbl05a td {
	padding: 10px;
	vertical-align: middle;
	background: #FFF;
	border-right: 1px solid #AEDBF6;
	border-bottom: 1px solid #AEDBF6;
}

table.tbl05 td.name,
table.tbl05 td div.name2 {
	display: flex;
}
table.tbl05 td div.name2 {
	margin-left: 0.5em;
}
table.tbl05 td.name div:first-of-type,
table.tbl05 td div.name2 div:first-of-type {
	width: 6.5em;
	text-align:justify;
	text-align-last:justify;
}
table.tbl05 td.name div:last-of-type,
table.tbl05 td div.name2 div:last-of-type {
	width: calc(100% - 7em);
	text-indent: -1em;
  padding-left: 1em;
}

table.tbl05 td.name div.long:first-of-type,
table.tbl05 td div.name2 div.long:first-of-type {
	width: 7.5em;
}
table.tbl05 td.name div.long:last-of-type,
table.tbl05 td div.name2 div.long:last-of-type {
	width: calc(100% - 8em);
}
table.tbl05 td.name div.long2:first-of-type,
table.tbl05 td div.name2 div.long2:first-of-type {
	width: 8.5em;
}
table.tbl05 td.name div.long2:last-of-type,
table.tbl05 td div.name2 div.long2:last-of-type {
	width: calc(100% - 9em);
}


/* 表示領域が768px以上の場合に適用するスタイル */
@media print, screen and (min-width: 768px) {
	table.tbl03c td:not(first-of-type) {
		min-width: 11em;
	}
}

/* 表示領域が565.98px以下の場合に適用するスタイル */
@media print, screen and (max-width: 565.98px) {
	table.tbl05 td.name,
	table.tbl05 td div.name2 {
		flex-direction: column;
		align-items:flex-start;
	}
	table.tbl05 td.name div:last-of-type,
	table.tbl05 td div.name2 div:last-of-type,
	table.tbl05 td.name div.long:last-of-type,
	table.tbl05 td div.name2 div.long:last-of-type
	table.tbl05 td.name div.long2:last-of-type,
	table.tbl05 td div.name2 div.long2:last-of-type {
		width: 100%;
	}
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media print, screen and (max-width: 767.98px) {

  .tbl03-sp {
    width: 100%;
  }
  .tbl03-sp .thead {
    display: none;
  }
  .tbl03-sp tr {
    width: 100%;
  }
  .tbl03-sp td {
    display: block;
    width: 100%;
		text-align: left;
		padding: 5px!important;
  }
  .tbl03-sp td:not(:first-child):before {
    content: attr(data-label);
    font-weight: bold;
		color: #377958;
		background: #F3F8ED;
		display: block;
		padding: 3px 5px;
	}
}

.td_b01 {
	background: #F3F8ED;
}

.td_w01 {
	width: 47%;
}
.td_w02 {
	width: 28%;
}
.td_w03 {
	width: 25%;
}
.td_w04 {
	width: 60px;
}
.td_w05 {
	width: 20%;
}