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

#title-area {
	background: url(../images/main_image.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	height: auto;
	min-height: 400px;
}

#contents-area #contents-menu section {
	margin-bottom: 35px;
	padding: 0;
	border: none;
}

#contents-area #contents-menu section:last-child {
	margin-bottom: 0;
}


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

}

@media screen and (min-width: 1280px) {
	#contents-area #contents-menu section {
		margin-bottom: 80px;
	}
}