@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../images/main_image.jpg) center top;
	background-size: cover;
}

#main-contents .archive li {
	font-size: 1.4rem;
	padding: 10px 0;
	border-top: 1px solid rgba(0,0,0,0.1);
}

#main-contents .archive li:last-child {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#main-contents a {
	text-decoration: underline;
}

#main-contents a[href$=".pdf"]:after {
	content: "PDF";
	display: inline-block;
	background: rgb(241, 103, 135);
	border-radius: 0 5px 0 0;
	color: #fff;
	margin-left: 0.5em;
	font-size: 0.7em;
	padding: 0 0.25em;
	line-height: 1.4;
}



@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1280px) {
}