@charset "utf-8";
/* CSS Document */
.box_other {
	clear: both;
}
.box_other2 {
	width: 20%;
	float: left;
}
.box_other2 p {
	text-align: right;
	letter-spacing: 0.1em;
}
.box_other3 {
	width: 70%;
	float: right;
	padding-left: 5%;
	border-left: 1px solid #e6e6e6;
	margin-bottom: 70px;

}
.box_other3 dt{
	font-weight: bold;
	line-height: 1.5em;
	margin: 15px 0;
}
.box_other3 dd {
	font-size: 75%;
	line-height: 1.7em;
}

