﻿@charset "utf-8";

#contentsArea {
	float: left;
	margin: 50px 0;
}

h2 {
	font-size: 13px;
	font-weight: 400;
	margin: 20px 0;
}

#contentsAreaLeft {
	width: 500px;
	float: left;
}

#contentsAreaLeft #sentence {
	padding-right: 50px;
}

.box {
	margin-bottom: 20px;
}

.box p {
    text-align: justify;
    text-justify: distribute;
}

#contentsAreaRight {
	width: 500px;
	float: right;
}

#contentsAreaRight #sentence {
	padding-left: 50px;
}
