@charset "utf-8";
#left-container h3 {
	margin-bottom: 25px;
}
.content-box {
	margin-right: 30px;
	color: #333333;
	margin-bottom: 60px;
}
.content-box dl {
	margin-bottom: 30px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1782C3;
}
.content-box dt {
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-left: 15px;
}
.content-box dd {
	margin-left: 15px;
	padding-bottom: 3px;
}
.content-box ul {
	margin-top: 20px;
}
.content-box p {
	margin-bottom: 25px;
}

