.bookListSection #tab2 .col_nm2 {
	width: 29.5%;
}
.bookListSection #tab2 td:nth-child(5) {
	text-align: center;
}
.bookListSection #tab2 td:nth-child(7) {
	text-align: left;
}
.bookListSection #tab3 .col_nm2 {
	width: 45%;
}
.bookListSection #tab3 td:nth-child(5) {
	text-align: center;
}
.bookListSection #tab3 td:nth-child(7) {
	text-align: left;
}
.bookListSection #tab4 .col_nm2 {
	width: 45%;
}
.bookListSection #tab4 td:nth-child(5) {
	text-align: center;
}
.bookListSection #tab4 td:nth-child(7) {
	text-align: left;
}
.bookListSection #tab5 .col_nm2 {
	width: 45%;
}
.bookListSection #tab5 td:nth-child(5) {
	text-align: center;
}
.bookListSection #tab5 td:nth-child(7) {
	text-align: left;
}
.bookListSection #tab6 .col_nm2 {
	width: 45%;
}
.bookListSection #tab6 td:nth-child(5) {
	text-align: center;
}
.bookListSection #tab6 td:nth-child(7) {
	text-align: left;
}
.bookListSection #tab7 .col_nm2 {
	width: 30%;
}
.bookListSection #tab7 td:nth-child(5) {
	text-align: center;
}
.bookListSection #tab7 td:nth-child(7) {
	text-align: left;
}
.bookListSection #tab8 .yellow {
	background: yellow;
}
.bookListSection #tab8 .cyan {
	background: #CCFFFF;
}
.bookListSection #tab8 .marker_yellow {
	background: linear-gradient(transparent 0%, yellow 0%);
}
.bookListSection #tab8 .marker_cyan {
	background: linear-gradient(transparent 0%, #CCFFFF 0%);
}
.bookListSection #tab8 .col_nm1 {
	width: 30%;
}
.pg_link .banners {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.pg_contact.committeeNavSection .menu li {
	position: relative;
	overflow: hidden;
	margin: 0 10px 20px;
	width: calc(25% - 20px);
	border: 1px solid #ddd;
	text-align: center;
}
.pg_contact.committeeNavSection .menu li:hover {
	opacity: 1;
	border-color: #ae0e16;
	color: #ae0e16;
}
.pg_contact.committeeNavSection .menu li::before {
	content: "";
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	right: 0;
	bottom: 0;
	background: #ae0e16;
	transform: translate(50%, 50%) rotate(45deg);
	transition: transform .3s ease-in-out;
}
.pg_contact.committeeNavSection .menu li:hover::before {
	transform: translate(100%, 100%) rotate(45deg);
}
.pg_contact.committeeNavSection .menu li a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	line-height: 1.4;
	text-decoration: none;
}
.pg_contact.committeeNavSection .menu li a:hover {
	opacity: 1;
	color: #ae0e16;
}
.pg_contact.committeeNavSection .menu li a:only-child {
	padding: 1.25em .25em;
}
@media print, screen and (min-width: 375px) {
	.pg_contact.committeeNavSection .menu {
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
@media print, screen and (max-width: 767px) {
	.pg_link .banners {
		display: block;
		text-align: center;
	}
	.pg_link .banners li {
		margin-bottom: 20px;
	}
	.pg_link .banners li img {
		margin: 0 auto;
	}
}