@charset "utf-8";
@import url(../left_menu/none_left.css);

.news-day {
	font-size: 3rem;
}

.test {}
/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

}
/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	.news-day {
		font-size: inherit;
	}

}
