/*
    使用プログラム
    ZAIKO090Search.php     棚卸開始画面
*/


/********************両画面使用********************/
.ZAIKO090-div-search-header-btn-area {
    width: 765px;
}

.ZAIKO090-flex-tbl-th {
    margin-top: 5px;
}

.ZAIKO090-flex-tbl-tbody {
    margin-top: -1px;
}

.ZAIKO090-lbl-soko_nm {
    width: 400px;
}

/****一覧定義（発行対象）****/
/* 一覧 */
.ZAIKO090-tbl-search {
    margin-top: 20px;
}

.ZAIKO090-tbl-search:not(.not-hover) tbody:hover tr {
    background-color: #a0d8ef;
    cursor: pointer;
}

/*1列目(対象)*/
.ZAIKO090-tbl-search tbody tr td:nth-of-type(1) {
    width: 30px;
    text-align: center;
}

/*2列目(棚卸処理日)*/
.ZAIKO090-tbl-search tbody tr td:nth-of-type(2) {
    width: 80px;
    text-align: left;
}

/*3列目(倉庫名)*/
.ZAIKO090-tbl-search tbody tr td:nth-of-type(3) {
    width: 180px;
    text-align: left;
}

/*4列目(棚卸No.)*/
.ZAIKO090-tbl-search tbody tr td:nth-of-type(4) {
    width: 80px;
    text-align: left;
}

/*5列目(在庫区分)*/
.ZAIKO090-tbl-search tbody tr td:nth-of-type(5) {
    width: 70px;
    text-align: left;
}

/*6列目(開始棚)*/
.ZAIKO090-tbl-search tbody tr td:nth-of-type(6) {
    width: 50px;
    text-align: left;
}

/*7列目(終了棚)*/
.ZAIKO090-tbl-search tbody tr td:nth-of-type(7) {
    width: 50px;
    text-align: left;
}

/*8列目(作成日時)*/
.ZAIKO090-tbl-search tbody tr td:nth-of-type(8) {
    width: 100px;
    text-align: left;
}

/*9列目(作成者)*/
.ZAIKO090-tbl-search tbody tr td:nth-of-type(9) {
    width: 100px;
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.ZAIKO090-div-input-header-btn-area {
    width: 1190px;
}


.ZAIKO090-search_area {
    margin-top: 50px;
}
