table {
    width: 1110px;
    margin: 5px auto;
    border: thin solid black;
    border-collapse: collapse;
}

#resultTab {
    margin-top: -5px;
    border-top: none;
}

td, th {
    border: thin dotted gray;
    padding: 5px;
}

th {
    background-color: #E8F2FE;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.width_first {
    width: 30px;
}
.width_second {
    width: 50px;
}
.width_third {
    width: 73px;
}
.width_fourth {
    width: 82px;
}
.width_fifth {
    width: 200px;
}

.datatable tr:hover,.datatable tr.hilite
{
    background-color: #FDFBB7; /*±³¾°Ö½»ÆÉ«*/
    color:#0000CC; /*×ÖÌåÀ¶É«*/
}
