/*==============================================================================*/
/*  File name     : ofr.css                                                     */
/*  Summary       : OpenCity2 募集管理 ユニット用CSS                            */
/*==============================================================================*/

/*-----------------------------------------------------------
 * ユニット
 *----------------------------------------------------------*/
.ofr-unit {
}

table.ofr-unt-data-info {
    width: 100%;
}
table.ofr-unt-data-info td.ofr-data-info {
    text-align: left;
    border-style: none;
}
table.ofr-unt-data-info td.ofr-data-more {
    text-align: right;
    border-style: none;
}


.ofr-unit-list .item .item-note table {
    width: 100%;
    empty-cells: show;
    border-collapse: separate;
    border: solid 1px #9CA4C6;
}

.ofr-unit-list .item .item-note th {
    width: auto;
    font-weight: bold;
    text-align: center;
    background-color: #EFEFF2;
    border: solid 1px #9CA4C6;
}
.ofr-unit-list .item .item-note td {
    border-right: dotted 1px #9CA4C6;
    border-left: dotted 1px #9CA4C6;
    padding: 4px;
}
.ofr-unit-list .item-note tr.item-note-odd td {}
.ofr-unit-list .item-note tr.item-note-even td {
    background-color: #F7F7F7;
}


