@charset "utf-8";
@import "../common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 9/8
*/
/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/
#conts p {
	margin-left: 10px;
	margin-right: 10px;
}

#conts table {
	margin: 0 0 30px;
}

#conts th,
#conts td {
	padding: 8px 15px 6px;
	border: 1px solid #ccc;

	line-height: 1.5;
}

#conts th {
	padding-right: 50px;
	background: #f2f2f2;

	font-weight: bold;
}

#conts td {
	width: 100%;
}

#conts td .more {
	padding: 0 0 0 18px;
	background: url(/img/icon/01.gif) no-repeat;
}
