@charset "utf-8";

.photos {
	width: 300px;
	float: left;
}

.photos img {
	display: block;
	margin-bottom: 20px;
}

.main {
	width: 620px;
	float: right;
	text-align: left;
}

.main h2,
.main dt {
	font-size: 24px;
	margin-bottom: 13px;
	line-height: 1;
}

.main dl {
	margin-top: 40px;
}

.main dl.first {
	margin-top: 50px;
}

.main p,
.main dd {
	line-height: 1.6;
}