@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 750px) {
th.column8 {
	width: 13%;
}
th.column6 {
	width: 17%;
}
th.column4 {
	width: 28%;
}
th {
	white-space: nowrap;
}
td {
	text-align: right;
	white-space: nowrap;
}
td.alignC {
	text-align: center;
}
.boxTable th.noBorder {
	border-bottom: none;
}
.boxTable th.borderPlus {
	border-top: 1px solid #C0C0C0;
}
.titleL {
	border: none;
	box-shadow: none;
}
}