@charset "UTF-8";

.article_main_image {
	display: block;
	height: calc(480px * (960 / 1280));
	margin: 0 auto 30px auto;
	width: 960px;
}
