@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#main h2 {
	margin-bottom: 10px;
	padding: 0;
}

#main table th,
#main table td {
	padding: 8px;
	
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
	
	border-bottom: 2px solid #00a795;
	vertical-align: top;
}

#main table th {
	color: #00a795;
	background-color: #fffdeb;
}