﻿@charset "utf-8";

#contentsArea {
	float: left;
	margin: 50px 0;
}

.contentsBox {
	float: left;
	padding: 10px 50px;
}

.image {
	float: left;
	width: 250px;
	padding-top: 32px;
}

h2 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #B4B4B4;
}

h3 {
	font-size: 16px;
	font-weight: 400;
	width: 160px;
	text-align: center;
}

.yell {
	color: #FFFF00;
}

.sentence {
	float: right;
	width: 644px;
	padding-top: 30px;
	border-top: 2px solid #B4B4B4;
}

.sentenceParagraph {
	margin-bottom: 20px;
}

.sentenceParagraph p {
    text-align: justify;
    text-justify: distribute;
}
