@charset "utf-8";
/* CSS Document */
.box_about {
	clear: both;
}
.box_about0 {
	width: 70%;
	margin: 0 auto 120px;
	font-size: 75%;
	line-height: 2em;
	letter-spacing: 0.25em;
	font-weight: bold;
}
.box_about_l {
	width: 20%;
	float: left;
}
.box_about_l p {
	text-align: right;
	letter-spacing: 0.1em;
}
.box_about_r {
	width: 70%;
	float: right;
	padding-left: 5%;
	border-left: 1px solid #e6e6e6;
	margin-bottom: 70px;
}
.box_about_in1 dl {
	clear: both;
	margin-bottom: 30px;
}
.box_about_in1 dl:last-child {
	margin-bottom: 0px;
}
.box_about_in1 dt {
	width: 15%;
	float: left;
	font-weight: bold;
	margin-right: 5%;
}
.box_about_in1 dd {
	width: 70%;
	font-size: 75%;
}
.box_about_in2 {
	clear: both;
	padding-top: 40px;
	line-height: 1.05em;
}
.box_about_r .box_about_in2:first-child {
	padding-top: 0px;
}
.box_about_in2 p {
	width: 25%;
	float: left;
}
.box_about_in2 dl {
	float: right;
	width: 71%;
}
.box_about_in2 dt{
	width: 100%;
	font-weight: bold;
	margin-bottom: 15px;
}
.box_about_in2 dd {
	width: 100%;
	font-size: 75%;
}