@charset "utf-8";

/* ----------------------------------------
	about.html
---------------------------------------- */

#container {
	width: 100%;
	line-height: 2;
}

h2 {
	margin-bottom: 30px;
	padding-top: 20px;
	font-size: 50px;
	text-align: center;
}

h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.text {
	width: 1024px;
	margin: 30px auto 80px;
}
.text:last-child {
	margin-bottom: 0;
}
.text div {
	float: left;
	width: 500px;
}

.text .jp {
	float: right;
}

.photo {
	overflow: hidden;
	position: relative;
	height: 450px;
}
.photo img {
	position: absolute;
	left: 50%;
	margin-left: -1000px;
}
