@charset "UTF-8";

.parts_spec_table th {
	width: 25%;
}

.parts_spec_table tr td:last-child {
	padding: 0.5%;
	line-height:1.3;
}

@media screen and (max-width: 1309px)  {
	.parts_spec_table tr th:first-child {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.parts_spec_table th {
		width: 20%;
	}
	.parts_spec_table tr th:first-child {
		width: 40%;
	}
}