@charset "utf-8";
@import "/css/common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 8/2
*/
/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/
#conts table {
	margin: 0 50px;
}

#conts table th,
#conts table td {
	padding: 5px 15px;
	border: 1px solid #DAD8CF;

	color: #5B2400;
	font-size: 13px;
	line-height: 1.7;
}

#conts table th {
	padding: 5px 30px;
	background: #E3E2DB;
	border: 1px solid #fff;

	text-align: center;
}

#conts table td {
	width: 100%;
}

#conts table th.top {
	border-top: 1px solid #DAD8CF;
}

#conts table th.bottom {
	border-bottom: 1px solid #DAD8CF;
}

