﻿div#table-container table.dataTable {
    min-width: 240em;
}

.t_command {
    min-width: 4em;
    text-align: center;
}

.t_command button {
    width: 4em;
}

.t_command input[type=checkbox] {
    width: 4em;
}

.t_zuban {
    min-width: 13em;
}

.t_date {
    width: 7em;
}

.t_time {
    width: 4em;
}


.t_hinmei {
    min-width: 21em;
}

.t_supplier_zuban {
    min-width: 13em;
}

.t_fuku_no {
    min-width: 3em;
}
.t_group_lot_no {
    min-width: 10em;
}
.t_nyuka_kanryo_date {
    min-width: 11em;
}
.t_lot_no {
    min-width: 19em;
}
.t_bumon_cd {
    min-width: 4em;
}
.t_bumon_name {
    min-width: 16em;
}
.t_plid {
    min-width: 16em;
    max-width: 26em;
}
.t_nonyu_date {
    min-width: 10em;
}
.t_shinazoroe_kubun_naiyo {
    min-width: 10em;
}
.t_hannyu_shiji_date {
    min-width: 10em;
}
.t_nonyu_basho {
    min-width: 16em;
}
.t_kumitate_no {
    min-width: 16em;
}

.t_zaiko_su {
    min-width: 6em;
    text-align: right;
}

.t_shiji_su {
    min-width: 6em;
    text-align: right;
}

.t_pl_su {
    min-width: 6em;
    text-align: right;
}

.t_iri_su {
    min-width: 6em;
    text-align: right;
}

.t_box_su {
    min-width: 4em;
}

.t_box_str {
    min-width: 4em;
    text-align: right;
}

.t_shohin {
    min-width: 16em;
}



.t_boxinput_str {
    width: 5em;
    background-color: #e4e9f3;
    text-align: center;
    font-weight: bold;
}

.t_boxinput_slash {
    width: 1em;
    text-align: center;
}

.t_boxinput_num {
    width: 10em;
    text-align: right;
}

.t_boxinput_num_input {
    width: 10em;
    background-color: #fff8dc;
}

.t_boxinput_input {
    width: 100%;
    text-align: right;
}


.header .title {
    padding: 1px;
}


input.date {
    width: 10em;
}


table.zubanTotalTable {
    width: 65em;
}

div#boxsu-table-container {
    overflow-y: auto;
    overflow-x: hidden;
}
.boxsu_table_container {
    border: 1px solid #d9d9d9;
    margin-top: 5px;
    margin-bottom: 5px;
}

table.boxsuTable {
/*    margin-top: 2px;
    margin-bottom: 2px;
*/
    width: 42em;
}

table.boxsuTable td {
    border: 1px solid #d9d9d9;
    display: table-cell;
    padding: 2px;
}

table.boxsuTable td.noLeftBorder {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: none;
    border-right: 1px solid #d9d9d9;
    padding: 2px;
}

table.boxsuTable td.noRightBorder {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: none;
    padding: 2px;
}


input[name="grpShinazoroeTaisho"] {
    width: 2em;
    text-align: right;
    vertical-align: middle;    
}
label[for*="rdo"] {
    vertical-align: middle;
    text-align: left;
}
.summary {
    margin-top: 1em;
}
input[data-field="NONYU_BASHO"] {
    min-width: 20em;
}
input[data-field="KUMITATE_NO"] {
    min-width: 30em;
}