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

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

.PageBody {
	margin-top: 0;
}

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

#lower-contents #main-contents .order-list li + li {
	margin-top: 0;
}

#main-contents p {
	margin: 1em 0;
}

#main-contents .attension {
	font-size: 1.2rem;
}

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

#main-contents #contact-box p {
	margin-top: 0;
}


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

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

}