@charset "utf-8";
/* CSS Document */

.news_list {
	width: 1080px;
}
.news_list li, .type_e, .type_s, .type_o {
	display: flex;
	align-items: center;
}
.news_list li {
	height: 30px;
}
.type_e, .type_s, .type_o {
	justify-content: center;
	width: 78px;
	height: 20px;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
}
.type_e {
	background-color: #FF003D;
}
.type_s {
	background-color: #FF8C00;
}
.type_o {
	background-color: #666666;
}
.date {
	width: 75px;
	font-size: 1.25rem;
	margin-left: 15px;
}
.news_list a {
	font-size: 1.5rem;
	text-decoration: underline;
	transition: 0.2s ease-out;
}
.news_list a:hover {
	color: #888888;
	text-decoration: none;
}
