@charset "utf-8";
/* CSS Document */

td {
	text-align: left!important;
}
@media only screen and (min-width: 1024px) {
	#newsBody .table-box th {
		width: 25%;
	}
}
@media only screen and (max-width: 1023px) {
	#newsBody .table-box th {
		width: 30%;
	}
}