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

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

.PageBody {
	margin-top: 0;
}

#main-contents section {
	margin-bottom: 0 !important;
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#main-contents p span {
	font-weight: bold;
	color: #F05C9E;
}

.result {
	margin-bottom: 1em;
}

.result .disc-list {
	padding: 30px 20px !important;
	border: 1px solid rgba(0,0,0,0.2);
}

.result .disc-list a {
	text-decoration: underline;
}

.result .disc-list 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) {

}