@charset "UTF-8";

.colorTable	{
	width:98%;
	margin:0 1%;
}

.colorTable th,
.colorTable td	{
	border:solid 2px #fff;
	padding:3px 5px;
}
.colorTable .num	{
	width:70px;
	text-align:right;
}
.trKasei td,
.trKasei th	{
	background-color:#FFD697;
}
.trJido td,
.trJido th	{
	background-color:#FFCEDB;
}
.trDesign td,
.trDesign th	{
	background-color:#E8FFA2;
}
/********************************************/
.contList dl	{
	display:inline-block;
}
.contList dl:after	{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}

