@charset "utf-8";

@media only screen and (min-width: 1024px) {
	#newsBody .th2 {
		width: 30%;
	}
	#newsBody td {
		text-align: left!important;
	}
}
@media only screen and (max-width: 1023px) {
	#newsBody .th2 {
		width: 30%;
	}
	#newsBody td {
		text-align: left!important;
	}
}
