@charset "utf-8";

.table01 td:nth-of-type(1) {
	width: 200px;
}

.table01 td:nth-of-type(2) {
	width: 150px;
}

.table01 td:nth-of-type(3) {
	width: 100px;
}
