@charset "utf-8";
table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
}
.td-line td, .td-line th {
    border: 1px solid #d5dfe8;
}
.table-list td {
    padding: 2px 5px;
    height: 35px;
    word-break: break-all; 
    word-wrap:break-word;
}
.table-list th {
    height: 35px;
    background: #E7F1F9;
    color: #626262;
    font-weight: bold;
    zoom: 1;
}
.table-list td, .table-list {
	border-bottom: #d5dfe8 1px solid;
}
.table-list tr:hover, .table-list tr:hover {
    background: none;
}
.nohover tr:hover, .nohover tr:hover td {
    background: none;
}
.table-list td a {
    text-decoration: none;
}
.table-list td a:hover {
    text-decoration: none;
}