@charset "utf-8";
/* CSS Document */

.table-box .scroll-table th, .table-box .scroll-table td {
	white-space: normal;
	word-break: keep-all;
	vertical-align: top;
}
.table-box .scroll-table td {
	text-align: left;
}
@media only screen and (min-width: 1024px) {
	#newsBody .table-box th.area1 {
		width: 39%;
	}
	#newsBody .table-box th.area2 {
		width: 22%;
	}
	#newsBody .table-box th.area3 {
		width: 22%;
	}
	#newsBody .table-box th.area4 {
		width: 78%;
	}
}
@media only screen and (max-width: 1023px) {
	#newsBody  .indent1 {
		margin-left: 0.7em;
	}
	#newsBody .indent2 {
		text-indent: -1.9em;
		margin-left: 1.9em;
	}
}