@charset "UTF-8";

body {
	text-align: center;
	margin: 15px auto;
	padding: 0;
	color: #666666;
	line-height: 15pt;
}

.news a:link {
	color: #df2e59;
}

.news a:visited {
	color: #df2e59;
}

.news a:active,
.news a:link:hover,
.news a:visited:hover {
	color: #df2e59;
}

.news {
	max-width: 800px;
	margin: 0 auto;
	padding: 3% 2%;
}

.news img {
	max-width: 100%;
    height:auto;
}

.news__header {
	margin: 2% 0;
	text-align: center;
}

.news__header img {
	width: 220px;
}

.news__article time {
	display: block;
	margin-block: 30px;
	text-align: left;
}

.news__article__title {
	font-size: 1.8rem;
	text-align: center;
	color: #df2e59;
	margin-block: 30px;
}

.news__article__textBox p {
	font-size: 14px;
	text-align: left;
}

.news__article__textBox p+p {
	margin-block: 1em 0;
}

.news__footer {
	margin-block: 30px 0;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

#rn-header,
#sns,
#rn-footer {
	display: none !important;
}