@charset "UTF-8";

.wrapper  {
	width: 95%;
	max-width: 1280px;
}

main {
	position: relative;
	float: none;
	width: 100%;
	max-width: 1280px;
	height: auto;
	min-height: auto;
	border: none;
	margin: 0 auto;
	padding: 0;
}
main:after { content: ""; display: block; clear: both; }
main .mainImg {
	float: left;
	width: 65%;
	max-width: 828px;
	height: auto;
	margin-left: 4%;
}
main .mainImg img {
	vertical-align: bottom;
}
main .catch {
	position: absolute;
	float: left;
	width: 17%;
	max-width: 214px;
	right: 10%;
	bottom: 40px;
}
main .catch div {
	padding-bottom: 2em;
}
main .catch div.en {
	padding-left: 2px;
}
