@charset "utf-8";

.tableType.spec table col.col01, 
.tableType.spec table col.col02 {
    width:15%;
}
.tableType.spec table col.col03 {
    width:70%;
}

.spec table, .spec table th, .spec table td {
border:none;
background:none;
font-size:16px;
padding:5px 0 5px 15px;
}

.spec table th, .spec table td {
border-bottom:1px solid #ccc;
}

.spec table th {
border-right:1px solid #ccc;
}

.spec table th.head {
background:#eee;
border-top:2px solid #ccc;
border-bottom:2px solid #ccc;
border-right:none;
font-size:20px;
text-transform:uppercase;
letter-spacing:2px;
padding:5px 15px;
color:#000;
}

