@charset "utf-8";

@media (max-width: 800px) {
	.wrapper {
		display: none;
	}

	.main {
		display: none;
	}

	.sub {
		display: none;
	}

	.main-content {
		width: 100%;
		overflow: hidden;
	}

	.front-top_story-copy span {
		font-size: 19px;
	}
}

@media (max-width: 600px) {
	.front-top_story-copy span {
		font-size: 17px;
	}
}

@media (max-width: 500px) {
	.front-top_story-copy span {
		font-size: 15px;
	}

	.story-body p {
		font-size: 13px;
	}

	#header-logo {
		width: 350px;
	}
}
