
/* 実績テーブルのスタイル */

#table-pst {
	width: 685px;
	float: right;
}

table {
	border: 0px;
	background-color: #ada;
	width: 680px;
}
.rabel {
	text-align: center;
	background-color: #390;
	color: #fff;
	font-style: bold;
}
.koji {
	text-align: left;
	padding-left: 5px;
	background-color: #fff;
	color: #555;
	font-size: 12px;
}
.date {
	text-align: center;
	background-color: #efe;
	color: #555;
	font-size: 12px;
}
