.design06 {
		font size:1;
 width: 30%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}


.design06 td:first-child {
 padding: 10px;
 background: #FF3131;
 border: solid 1px #666666;
 color: #ffffff;
}

.design06 th {
 background: #ffffff;
 padding: 10px;
 border: solid 1px #666666;
}

.design06 td {
 padding: 10px;
 border: solid 1px #666666;
}

.design06 tr:last-child {
 background: #ffffff;
 border-top: double 3px #666666;
 font-weight: bold;
 color: #FF3131;
}