@charset "utf-8";
/* ==================================================
  Related Instruments
================================================== */
.introtxt { max-width: none;}
.scrollbox-x + .scrollbox-x {
	margin-top: 20px;
}
.table thead th { width: 30%;}
.table thead th:last-child { width: 10%;}
.table .is-aroma { background-color: #f1efea; }
.table .is-flavor { background-color: #fef3f3; }
.table .is-texture { background-color: #f1f8fc; }


.table .is-aroma a {
	font-weight: 700;
	color: #432e03;
	text-decoration: underline;
}
.table .is-flavor a {
	font-weight: 700;
	color: #9e0303;
	text-decoration: underline;
}
.table .is-texture a {
	font-weight: 700;
	color: #024f81;
	text-decoration: underline;
}
.table .is-aroma a:hover,
.table .is-flavor a:hover,
.table .is-texture a:hover {
	text-decoration: none;
}

.table .list {
	width: fit-content;
	margin: 0 auto;
	text-align: left;
}

@media all and (width < 750px) {
	.table { max-width: 160%;}
}
@media all and (width >= 750px) {
	.scrollBox-x + .scrollBox-x {
		margin-top: 35px;
	}
}