@charset "utf-8";
/* CSS Document */
.boxTable th.alignL {
	text-align: left!important;
}
.boxTable th,
.boxTable td {
	vertical-align: middle;
}
.boxTable .area01 {
    width: 6%;
}
.boxTable .area02 {
    width: 22%;
}
.boxTable .area03 {
    width: 36%;
}
.boxTable .area04 {
    width: 36%;
}
@media print, screen and (min-width: 751px) {
	.boxTable .txt {
	white-space: nowrap;
	}
}