@charset 'utf-8';

body {
	font-family: "メイリオ",arial,helvetica,sans-serif;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.8px;
	background: #292f33;
}

.news article{
	padding: 20px;
	border-bottom: 1px dotted #777;
}
.news .day{
	font-size: 13px;
}
.news h3{
	margin-bottom: 20px;
	margin-top: 10px !important;
	font-size:20px;
	color: #de1d22;
}
.news p{
	margin:0;
	font-size:14px;
}
.news a{
	color: #de1d22;
}