@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 751px) {
	th.column8 {
		width: 12.5%;
	}
	th.column6 {
		width: 17%;
	}
	th.column4 {
		width: 28%;
	}
	th.area0 {
		width: 15%;
	}
	th.area1 {
		width: 11%;
	}
	th.area2 {
		width: 11%;
	}
	th.area3 {
		width: 13%;
	}
	th.area4 {
		width: 13%;
	}
	th.area5 {
		width: 11%;
	}
	th.area6 {
		width: 15%;
	}
	th.area7 {
		width: 11%;
	}
	td {
		text-align: right;
	}
	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;
	}
	.indent {
		background-position: -5em;
		text-indent: -5em;
		margin-left: 5em;
	}
}


@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;
	}

}