.item_detail{
    width:100%;
    border:0px solid #ccc;
    border-spacing: 0;
    background-color: #fff
}

.item_detail th{
    color: #fff;
    background: #000;
    border:1px solid #000;
    text-align: center;
}

.item_detail td{
    color: #000;
    border:1px solid #000;
}

.point{
    width:100%;
    border:0px solid #ccc;
    border-spacing: 0;
    background-color: #fff
}

.point th{
    color: #fff;
    background: #ff6600;
    border:1px solid #000;
    text-align: center;
    font-size: xx-large;
}

.point td.first{
    color: #666;
    border:1px solid #000;
    text-align: center
}

.point td.second{
    color: #666;
    border:1px solid #000;
}

.point a{
    color: navy;
}

.point a:hover{
    color: red;
}