
tr.deleted {
    background: gray;
}

/* URLの改行 */
td.url {
    word-break: break-all;
}


/* 結果系の画面のMultiSelectで使用するStyle */
/*
.multiselect {
    width: 200px;
}
*/
.multiselect .selectBox {
    position: relative;
}
.multiselect .selectBox select {
    width: 100%;
    /*font-weight: bold;*/
}
.multiselect .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.multiselect .checkboxes {
    display: none;
    border: 1px #dadada solid;
}
.multiselect .checkboxes label {
    display: block;
}
.multiselect .checkboxes label:hover {
    background-color: lightgray;
}

