@charset "utf-8";
#newsBody .table-box th.noBorder,
#newsBody .table-box td.noBorder {
	border-bottom: none;
}
#newsBody .table-box th.borderPlus,
#newsBody .table-box td.borderPlus {
	border-top: 1px solid #666666;
}
#newsBody ul.disc {
	list-style-type: disc;
	margin-left: 1em;
}

@media only screen and (min-width: 1024px) {
	#newsBody .note2 {
		text-indent: -5.9em;
		margin-left: 5.9em;
		list-style-type: none;
	}
	#newsBody .note3 {
		text-indent: -8.5em;
		margin-left: 8.5em;
		list-style-type: none;

	}
	#newsBody .table-box th.area01 {
		width: 20%;
	}
	#newsBody .table-box th.area02 {
		width: 15%;
	}
	#newsBody .table-box th.area03 {
		width: 15%;
	}
	#newsBody .table-box th.area04 {
		width: 20%;
	}
}


