#vulnerability table{
    border-collapse:  collapse; /* セルの線を重ねる */
}

#vulnerability th,td {
    border: none 0px;           /* 枠線指定 */
}

#vulnerability th {
    width      : 335px;         /* 幅指定   */
    height     : 25px;          /* 高さ指定 */
    text-align : left;
}

#vulnerability td {
    width:  500px;              /* 幅指定   */
}