@charset "UTF-8";

@media only screen and (max-width:375px) {
	.news-box {
		overflow-x: hidden;
	}
	.news-box table,
	.news-box tr,
	.news-box th,
	.news-box td{
		width: 100vw !important;
		display: block !important;
		box-sizing: border-box;
	}
	
	.News {
		padding: 0 0 10px;
	}
}
