@charset "utf-8";
/* CSS Document */
.boxTable th, .boxTable td {
	vertical-align: middle;
}
.boxTable td {
	text-align: center;
}
.boxTable td.alignL {
	text-align: left!important;
}

@media print, screen and (min-width: 751px) {
	th.area01 {
		width: 25%;
	}
	th.area02 {
		width: 19%;
	}
	th.area03 {
		width: 37%;
	}
}


@media only screen and (max-width: 750px) {
	th.area01 {
		width: 25%;
	}
	th.area02 {
		width: 20%;
	}
	th.area03 {
		width: 35%;
	}
}