@charset "UTF-8";

@import "sub.css";

/*** 会社概要 ***/

section#Left h1.title{
	margin-bottom:12px;
}

section#Left table.profile{
	border-collapse:collapse;
}
section#Left table.profile th,
section#Left table.profile td{
	border-collapse:collapse;
	border-bottom:#CCC dotted 1px;
	vertical-align:top;
	padding:9px 12px;
}

section#Left table.profile th{
	border-right:#CCC dotted 1px;
	font-weight:normal;
	text-align:left;
}

section#Left table.profile tr:last-child th,
section#Left table.profile tr:last-child td{
	border-bottom:none;
}
