@charset "utf-8";
.spec table tr td:first-child {
		width: 24%;
}
.spec table tr td:nth-child(2), .spec table tr td:nth-child(3) {
		width: 38%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.spec table tr td:first-child {
				width: 28%;
		}
		.spec table tr td:nth-child(2), .spec table tr td:nth-child(3) {
				width: 36%;
		}
}