@charset "UTF-8";

.spec_table .band table tr td:nth-child(1){
	width:8em;
}
.spec_table .band table tr td:nth-child(2){
	width:auto;
}
@media screen and (max-width: 640px) {
	.spec_table .band table tr td:nth-child(2) {
		
	}
}