@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : S.Takahashi
	Update : 8/22
*/
/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/
#conts table {
	margin: 17px 0 30px 10px;
	width: 570px;
	border: solid 1px #E6D7C4;
}

#conts th, #conts td {
	padding: 8px 10px;
	border: solid 1px #E6D7C4;
	
	line-height: 1.4;
	vertical-align: top;
	text-align: left;
}

#conts th {
	width: 120px;
	background: #F6F2E6;
}

#conts td a {
	padding: 0 0 0 18px;
	background: url(/img/dish/icon.gif) no-repeat left 4px;
	
	font-size: 110%;
	font-weight: bold;
}

#conts td span a {
	margin-top: 7px;
	display: block;
}

#conts td span a.top {
	margin-top: 0;
	display: block;
}

#conts #last {
	margin-bottom: 0;
}
