@charset "utf-8";
/* CSS Document */
.boxTable th, .boxTable td {
	vertical-align: middle;
}
.boxTable td {
	text-align: center;
}
.boxTable td.alignL {
	text-align: left!important;
}
.boxTable .borderRight {
	border-right: 1px solid #C0C0C0;
}
.boxTable table {
	border-right: none;
}
.boxTable  td.borderNone {
	border-bottom: none;
}