
#news h1 {
	font-size: 1.6rem;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #EFECD9 50%, #EFECD9 100%);
    width: auto;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 3rem;
    margin-top: 6rem;
    box-sizing: border-box;
    margin-left: 1rem;
}

#newsList {
	width: 95%;
	margin: 0 auto 2rem;
	border-top: 1px solid #aaa;
}
#newsList article {
	width: 100%;
	box-sizing: border-box;
	padding: 0.8rem;
	border-bottom: 1px solid #aaa;
}
#newsList article .wrapper {
	position: relative;
}
#newsList article .wrapper a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
}
#newsList article .wrapper .date {
	font-size: 0.9rem;
	font-weight: 200;
}

.pager {
	margin-bottom: 4rem;
	text-align: center;
}
.pager a {
	display: inline-block;
	margin-right: 1.5rem;
	color: #000000;
	font-size: 1.1rem;
}

#detail img {
	width: 100%;
}
#contents {
	margin: 6rem auto;
	width: 95%;
	
}
#contents .article h2 {
	font-size: 1.2rem;
}
#contents .article #up_ymd {
	margin-bottom: 2rem;
	color: #666666;
}

a.button {
	display: block;
	margin: 3rem auto;
	width: 50%;
	padding: 1rem;
	box-sizing: border-box;
	background-color: #000000;
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}

