@charset "utf-8";
/* CSS Document */

.table01 thead th {
	background: #40aeeb;
	color: #fff;
	text-align: center;
}
.table01 tbody th {
	font-weight: 400;
}
.table01 tbody td {
	text-align: center;
	width: 20%;
}
.Committee_list ul li {
	margin-bottom: 5px;
}
.table02 tbody th,
.table02 tbody td {
	padding: 5px;
}
.table03 {
	width: 70%;
}
.table03 tbody th {
	background: #EBF8FF;
	font-weight: 700;
	text-align: center;
}
.table03 tbody td {
	width: 35%;
}
@media screen and (max-width: 1200px) {
	.table03 {
		width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.table01 {
		font-size: .9rem;
	}
}