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

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

#main-contents {
	margin: auto;
}


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

@media screen and (min-width: 1280px) {
	#lower-contents #main-contents .outline {
		margin-bottom: 40px;
	}
}