@charset "UTF-8";

/* 施工実績のCSS Document */

#sekoujisseki #wrapper #main table {
	width: 100%;
}
#sekoujisseki #wrapper #main table th {
	background-color: #FC3;
	width: 25%;
	font-weight: normal;
	padding: 10px 15px 10px 5px;
	text-align: right;
	border-bottom: 1px solid #FFF;
}
#sekoujisseki #wrapper #main table td {
	background-color: #FFC;
	padding: 10px 5px 10px 15px;
	border-bottom: 1px solid #FFF;
}
