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

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

#main-contents #declaration {
	display: block;
	max-width: 600px;
	margin: 0 auto 60px;
}

#main-contents #declaration img {
	width: 100%;
	vertical-align: bottom;
}

#main-contents #declaration hr {
	min-width: 0;
	max-width: none;
	margin: 40px 0;
	padding: 20px 0;
	background: url(../images/cord.png) center center no-repeat;
	background-size: cover;
	transform: scale(0.6);
}

#main-contents #declaration p {
	width: 90%;
	max-width: 600px;
	margin: auto;
}


@media screen and (min-width: 768px) {
	.PageBody {
		margin-top: 60px;
	}
	
	#main-contents #declaration hr {
		transform: scale(1.0);
	}

	#main-contents #declaration p {
		width: 100%;
	}
}

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