@charset "utf-8";

.mt-0 {
	margin-top: 0;
}
.attention {
	color: #e62a2a;
}
.small-text-right {
	text-align: right;
}
.pricelist .mv .img {
	top: 0;
}
.pricelist .mv .img > img {
	max-width: 100%;
}
.pricelist .price-list table thead th {
	background-color: #ffe8c5;
	white-space: nowrap;
}
.pricelist .price-list table thead th:nth-of-type(4) {
	background-color: #e7292b;
	color: #ffffff;
}
.pricelist .price-list table tbody tr td:nth-of-type(3) {
	background-color: #ffd1d1;
}

@media screen and (max-width: 39.9375em){
	.pricelist .mv {
		background-image: none;
		margin-bottom: 0!important;
	}
	.pricelist .table-scroll table {
	    min-width: 800px;
	}
}