@charset "utf-8";

#foot { background: #80c246; }



@media screen and (min-width: 768px) {

#contents .pagewrap { width: 100%; }

#foot .foot-inner {
	background: url(/english/img/bg_foot.gif) no-repeat 100% 50%;
	width: 900px;
	margin: 0px auto;
	padding: 50px 0px 70px;
}
#foot p {
	font-size: 300%;
	color: #fff;
	padding-right: 200px;
}

}


@media screen and (max-width: 767px) {

#foot { padding: 25px 10px 15px; }
#foot .foot-inner {
	background: url(/english/img/bg_foot_sp.gif) no-repeat 100% 100%;
	padding: 0px 0px 65px;
}
#foot p {
	font-size: 133.3%;
	color: #fff;
}

}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {

#foot .foot-inner {
	background-image: url(/english/img/bg_foot.gif);
	background-size: 93px 76px;
}

}

/* japanese/top/css/style.css overwrite */
.page-wrap {
	margin: 0 auto;
}
.contents-area {
	margin-top: 0;
	border-top: none;
}
.pagetop {
	padding-top: 20px;
}



