@charset "UTF-8";

.pagetop {
	bottom: 0;
}

.full-width a {
	color: #00863C;
	border-bottom: 1px solid;
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

.full-width table {
	width: 100%;
}

.full-width table tr td {
	line-height: 1.5;
	vertical-align: middle;
	padding: 10px;
}

.full-width table tr img {
	width: 100%;
    height: 30px;
    max-width: 130px;
    object-fit: contain;
}

.full-width table tr:nth-of-type(n+20) img {
	height: auto;
	max-width: 200px;
}

.full-width table:nth-of-type(1) {
	margin: 0 0 30px;
}

.full-width table:nth-of-type(1) tr:nth-of-type(1) td {
	color: #fff;
    font-weight: bold;
    text-align: center;
    background: #336600;
}

.full-width table:nth-of-type(1) tr td {
	border: 1px solid #999;
}

.full-width table:nth-of-type(2) tr td {
	text-align: center;
	border: 1px solid #ccc;
}

.full-width table:nth-of-type(2) thead th {
	background-color: #043d78;
	color: #fff;
	padding: 15px 10px;
}


@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {}
