@charset "utf-8";
#contents_wrap {
	height: 800px;
	background: url(top_pc.png) center top no-repeat;
	background-size: 1500px 800px;
	position: relative;
}
#contents p#catch {
	position: absolute;
	top: 10%;
	left: 5%;
	font-size: 18px;
	color: #CFAE4E;
}
#news_wrap {
	width: 1500px;
        margin: 10px auto;
	font-size: 80%;
}
#news_wrap ul#news {
	width: 100%;
}
#news_wrap ul#news li {
	width: 100%;
	margin-bottom: 5px;
}
#news_wrap ul#news li span {
	display: inline-block;
}
#news_wrap ul#news li span.new {
	color: #fff;
	padding:  0 5px;
	background-color: #f00;
        margin: 0 10px;
}
#news_wrap ul#news li span.date {
	color: #000;
        margin-right: 10px;
}
#news_wrap ul#news li span.article {
        margin-right: 10px;
}
#news_wrap ul#news li span.article a {
        color: #000;
	text-decoration: underline;
}
#news_wrap ul#news li span.article a:hover {
        cursor: pointer;
	opacity: 0.7;
}

@media screen and ( max-width:1499px) {
#contents_wrap {
	height: auto;
	padding-bottom: 53.333%;
	background-size: 100% auto;
}
#contents p#catch {
	font-size: 1.3vw;
}
#news_wrap {
	width: 100%;
}

}