.inner_table {
    width: 100%;
    overflow: auto;
}

/** テーブル装飾. */
table.devio {
    background-color:black !important;
    width: 1800px;
}

table.input-field {
    background-color:black !important;
    width: 100%;
}

table.rwquest-api {
    background-color:black !important;
    width: 100%;
}

table th {
    background-color:#ffc699 !important;
    border-collapse: collapse !important;
    border:1px solid #333 !important;
    padding: 3px 8px;
    margin: 3px 8px;
    font-weight: bold;
    min-width: 120px;
    font-size: 80%;
}

table th.no {
    min-width: 50px !important;
}

table td {
    background-color:#ffffff !important;
    border-collapse: collapse !important;
    border:1px solid #333 !important;
    padding: 3px 8px;
    margin: 3px 8px;
    vertical-align: middle !important;
    font-size: 80%;
}

table th.comment {
    min-width: 300px !important;
}

table th.role {
    min-width: 120px !important;
}

table th.role_cd {
    min-width: 80px !important;
}

table th.role_field {
    min-width: 300px !important;
}

table td.mark {
    font-size: 120%;
    color: #ff0000;
}

/*td:first-child:before {*/
/*    display: block;*/
/*    float: left;*/
/*    height: 50px; !* この値は適宜書き換える *!*/
/*    content: "";*/
/*}*/


