@charset "utf-8";
@import "../../common/css/0-import.css";

/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/
#conts .box {
	background: url(../img/index/box_bottom.png) no-repeat center bottom;
	margin-bottom: 25px;
}

#conts .box p {
	padding: 15px;
	color: #666;
	line-height: 1.7;
}

#conts table {
	width: 573px;
	margin: 0 0 50px 20px;
	color: #666;
}

#conts th {
	width: 120px;
	border-bottom: 3px solid #dfdfdf;
	text-align: left;
	vertical-align: middle;
	padding: 7px 5px;
}

#conts td {
	border-bottom: 3px solid #dfdfdf;
	padding: 7px 5px;
}

#conts dt {
	float: left;
	clear: left;
	margin-right: 55px;
}

#conts dt.mr35 {
	margin-right: 30px;
}

