@charset "utf-8";
/* CSS Document */
#company h2 {
	border-bottom:3px solid #ff9c00;
	background-image: url(../images/h2.png);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:0 0 0 65px;
}
#company table {
	margin:20px auto 50px;
	width:100%;
	background-color:#eeeeee;
}
#company table th {
	font-weight: normal;
	width:80px;
}
#company table th,td {
	padding:14px 0 14px 15px;
	border-bottom:1px dotted #cccccc;
}
#company table tr:last-child th {
	border-bottom:none !important;
}
#company table tr:last-child td{
	border-bottom:none !important;
}