@charset "UTF-8";

table {
	font-size: 12px;
}

section {
	margin-top: 15px;
}

#slider {
	max-width: var(--max-width);
	height: 460px !important;
	margin: auto;
}

#main {
	display:flex;
	margin-bottom:5px;
}

.main_part {
	width: 33%;
}

#main_part1 > img, #main_part3 > img {
	width: 100%;
}
#main_part2 {
	margin: 0 5px;
}

.more {
	font-size: 12px;
}

.directLink {
	height: 80px;
	display: flex;
	justify-content: center;
	padding: 0px 15px;
	overflow: hidden;
}

.directLink ul.direct {
	display: flex;
	justify-content: space-evenly;
	width: 390px;
}

.directLink img {
	width: 50px;
}

a {
	text-decoration: none;
	color: var(--link-a-color);
}
a:hover {
	text-decoration: none;
	color: var(--color);
	font-weight: 700;
}
