@charset "utf-8";
/* CSS Document */

table.table-01{
	margin-bottom: 10px;
	}
table.table-01 th,
table.table-01 .bg-pink {
	text-align: center;
	}
ul li.green {
	color: #FF6600;
}
ul li.blue {
	color: #66CC00;
}
ul li.purple {
	color: #660099;
}
ul li.red {
	color: #cc0000;
}
