@charset "utf-8";
body fieldset {
    border: 1px solid #D8D8D8;
    padding: 5px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.td-line td, .td-line th {
    border: 1px solid #cccccc;
}
.table-list td {
    padding: 2px 2px;
    height: 30px;
    word-break: break-all; 
    word-wrap:break-word;
}
.table-list th {
    height: 30px;
    background: #dedede;
    /*color: #626262;*/
    font-weight:normal;
    zoom: 1;
}
.table-list td, .table-list {
    border-bottom: #cccccc 1px solid;
}
.table-list tr:hover, .table-list tr:hover {
    background: none;
}
.nohover tr:hover, .nohover tr:hover td {
    background: none;
}
.table-list tr:hover {
    /*background:#F0F0F0;*/
}
.table-list td a {
    text-decoration: none;
}
.table-list td a:hover {
    text-decoration: none;
}
