/* ロット一覧 */
#LotList thead td{
    padding-top: 1px;
    padding-bottom: 1px;
}
#LotList tbody td{
    padding-top: 2px;
    padding-bottom: 2px;
}

/* ロット編集 */
#orderData thead td{
    padding-top: 1px;
    padding-bottom: 1px;
}
#orderData tbody td{
    padding-top: 6px;
    padding-bottom: 2px;
}

/* ロット一覧 */
#importShukkaRet thead td{
    padding-top: 1px;
    padding-bottom: 1px;
}
#importShukkaRet tbody td{
    padding-top: 2px;
    padding-bottom: 2px;
}

/* エクセ編集用 */
div.DTE_Inline input {
    border: none;
    background-color: transparent;
    padding: 0 !important;
    font-size: 90%;
}
div.DTE_Inline input:focus {
    outline: none;
    background-color: transparent;
}

/* loading */
#loading {
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
}

/* 在庫一覧 */
#GenZaikoTable thead td{
    padding-top: 1px;
    padding-bottom: 1px;
}
#GenZaikoTable tbody td{
    padding-top: 2px;
    padding-bottom: 2px;
}

/* 手書一覧 */
#TegakiList thead td{
    padding-top: 1px;
    padding-bottom: 1px;
}
#TegakiList tbody td{
    padding-top: 2px;
    padding-bottom: 2px;
}