@charset "UTF-8";

/* 会社概要のCSS Document */

#kaisyagaiyou #wrapper #main table {
	width: 100%;
}
#kaisyagaiyou #wrapper #main table th {
	background-color: #FC3;
	width: 20%;
	font-weight: normal;
	padding: 10px 15px 10px 5px;
	text-align: right;
	border-bottom: 1px solid #FFF;
}
#kaisyagaiyou #wrapper #main table td.odd {
	background-color: #FFE3AC;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#kaisyagaiyou #wrapper #main table td {
	background-color: #FFC;
	padding: 10px 5px 10px 15px;
	border-bottom: 1px solid #FFF;
}
