/*
    使用プログラム
    JUCHU120Search.php     出荷訂正入力画面
*/
/*  両画面共通
***************************************************************************************************/

/*----- 各ラベル設定 -----*/

/*****************************
 *ヘッダエリア定義(登録画面)
 ****************************/
/*--- 各ラベル幅指定 ----------*/
/* 担当者名 */
.JUCHU120-lbl-hdr_tanto_nm {
    width: 150px;
}
/* 配送コース */
.JUCHU120-lbl-hdr_haiso_nm {
    width: 260px;
}
/* 得意先名 */
.JUCHU120-lbl-hdr_toku_nm {
    width: 270px;
}

/*****************************
 *明細エリア定義(登録画面)
 ****************************/
.JUCHU120-txt-suryo {
    width: 100px;
}
.JUCHU120-txt-tanka {
    width: 100px;
}
/* 摘要 */
.JUCHU120-txt-biko1 {
    width: 144px;
}
/* 一覧テーブル定義 */
.JUCHU120-div-dtl_title {
    width: 1403px;
    margin-top: 5px;
}
.JUCHU120-div-dtl_data {
    width: 1492px;
    height: 1362px;
    overflow-y: auto;
    margin-top: 0px;
}
/* 按分方法区分:1(全引当)の場合のテーブル定義*/
.JUCHU120-tbl-dtl1 {
    width: 1403px;
    margin: 0px;
}
/* -1行目 ----------*/
/* 行No */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(1),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(1) {
    width: 30px;
    max-width: 30px;
}
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(1) {
    text-align: right;
}

/* 配送担当者 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(2),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(2) {
    width: 60px;
    max-width: 60px;
}
/* 出荷指示番号 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(3),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(3) {
    width: 70px;
    max-width: 70px;
}
/* 受注番号	 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(4),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(4) {
    width: 70px;
    max-width: 70px;
}
/* 得意先コード */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(5),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(5) {
    width: 60px;
    max-width: 60px;
}
/* 得意先名称 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(6),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(6) {
    width: 280px;
    max-width: 280px;
}
/* 商品コード */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(7),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(7) {
    width: 100px;
    max-width: 100px;
}
/* 規格 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(8),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(8) {
    width: 140px;
    max-width: 140px;
}
/* 入数 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(9),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(9) {
    width: 80px;
    max-width: 80px;
}
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(9) {
    text-align: right;
}
/* 単位 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(10),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(10) {
    width: 40px;
    max-width: 40px;
}
/* 受注数量 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(11),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(11) {
    width: 110px;
    max-width: 110px;
}
/* ロット引当(ボタン) */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(12),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(12) {
    width: 60px;
    max-width: 60px;
}
/* 行摘要 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(1) th:nth-of-type(13),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(1) td:nth-of-type(13) {
    width: 154px;
    max-width: 154px;
}

/* -2行目 ----------*/
/* 配送コース */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(2) th:nth-of-type(1),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(2) td:nth-of-type(1) {
    width: 60px;
    max-width: 60px;
}
/* 行 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(2) th:nth-of-type(2),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(2) td:nth-of-type(2) {
    width: 70px;
    max-width: 70px;
}
/* 受注行番号 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(2) th:nth-of-type(3),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(2) td:nth-of-type(3) {
    width: 70px;
    max-width: 70px;
}
/* 納入先コード */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(2) th:nth-of-type(4),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(2) td:nth-of-type(4) {
    width: 60px;
    max-width: 60px;
}
/* 納入先名称 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(2) th:nth-of-type(5),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(2) td:nth-of-type(5) {
    width: 280px;
    max-width: 280px;
}

/* 商品名称 (colspan=2)*/
/*
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(2) th:nth-of-type(5),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(2) td:nth-of-type(5) {
    width: 448px;
    max-width: 448px;
}
*/
/* 引当数量 */
.JUCHU120-tbl-dtl1 thead tr:nth-of-type(2) th:nth-of-type(7),
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(2) td:nth-of-type(7) {
    width: 110px;
    max-width: 110px;
}
/* ロット引当(状態) */
.JUCHU120-tbl-dtl1 tbody tr:nth-of-type(2) td:nth-of-type(8) {
    width: 60px;
    max-width: 60px;
    text-align: center;
}

/* 明明細表示テーブル縞対応 */
.JUCHU120-tbl-dtl1 tbody:nth-child(odd) tr {
  /* 縞装飾 */
  background-color: #f4f6f6;
}
.JUCHU120-tbl-dtl1 tbody:nth-child(even) tr {
  background-color: #ffffff;
}
/* 按分方法区分:2(按分引当)の場合のテーブル定義*/
.JUCHU120-tbl-dtl2 {
    width: 1473px;
    margin: 0px;
}
/* -1行目 ----------*/
/* 行No */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(1),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(1) {
    width: 30px;
    max-width: 30px;
}
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(1) {
    text-align: right;
}

/* 配送担当者 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(2),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(2) {
    width: 60px;
    max-width: 60px;
}
/* 出荷指示番号 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(3),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(3) {
    width: 70px;
    max-width: 70px;
}
/* 得意先コード */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(4),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(4) {
    width: 60px;
    max-width: 60px;
}
/* 得意先名称 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(5),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(5) {
    width: 280px;
    max-width: 280px;
}
/* 商品コード */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(6),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(6) {
    width: 100px;
    max-width: 100px;
}
/* 規格 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(7),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(7) {
    width: 140px;
    max-width: 140px;
}
/* 入数 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(8),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(8) {
    width: 80px;
    max-width: 80px;
}
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(8) {
    text-align: right;
}
/* 単位 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(9),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(9) {
    width: 40px;
    max-width: 40px;
}
/* 受注数量 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(10),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(10) {
    width: 110px;
    max-width: 110px;
}
/* ロット引当(ボタン) */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(11),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(11) {
    width: 60px;
    max-width: 60px;
}
/* 行摘要 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(1) th:nth-of-type(12),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(1) td:nth-of-type(12) {
    width: 154px;
    max-width: 154px;
}

/* -2行目 ----------*/
/* 配送コース */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(2) th:nth-of-type(1),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(2) td:nth-of-type(1) {
    width: 60px;
    max-width: 60px;
}
/* 行 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(2) th:nth-of-type(2),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(2) td:nth-of-type(2) {
    width: 70px;
    max-width: 70px;
}
/* 納入先コード */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(2) th:nth-of-type(3),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(2) td:nth-of-type(3) {
    width: 60px;
    max-width: 60px;
}
/* 納入先名称 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(2) th:nth-of-type(4),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(2) td:nth-of-type(4) {
    width: 280px;
    max-width: 280px;
}

/* 商品名称 (colspan=2)*/
/*
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(2) th:nth-of-type(5),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(2) td:nth-of-type(5) {
    width: 448px;
    max-width: 448px;
}
*/
/* 引当数量 */
.JUCHU120-tbl-dtl2 thead tr:nth-of-type(2) th:nth-of-type(6),
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(2) td:nth-of-type(6) {
    width: 110px;
    max-width: 110px;
}
/* ロット引当(状態) */
.JUCHU120-tbl-dtl2 tbody tr:nth-of-type(2) td:nth-of-type(7) {
    width: 60px;
    max-width: 60px;
    text-align: center;
}

/* 明明細表示テーブル縞対応 */
.JUCHU120-tbl-dtl2 tbody:nth-child(odd) tr {
  /* 縞装飾 */
  background-color: #f4f6f6;
}
.JUCHU120-tbl-dtl2 tbody:nth-child(even) tr {
  background-color: #ffffff;
}
/* ロット引当ボタン */
.JUCHU120-btn-lot_hikiate {
   width: 57px;
   height: 23px;
   margin: 0;
   font-weight: bold;
   background: #192f60;
   border: 2px solid #000;
   color: white;
}

/* ロット内訳状態（文字色-赤）*/
.JUCHU120-lbl-sts_red {
    color: red;
}
/* ロット内訳状態（文字色-青）*/
.JUCHU120-lbl-sts_blue {
    color: blue;
}

/*フッター余白調整*/
.footpdg {
    padding: 27px;
}

/*  ロット引当ダイアログ画面
***************************************************************************************************/
/**************************************
 *ヘッダエリア定義(ロット引当ダイアログ画面)
 *************************************/
/* 倉庫名称 */
.JUCHU120-lbl-hdr_soko_nm {
    width: 180px;
}
/* ロット管理方法区分 */
.JUCHU120-lbl-hdr_lot_kanri_hoho_kbn {
    width: 20px;
}
/* ロット種別名称 */
.JUCHU120-lbl-hdr_lot_kanri_hoho_kbn_nm {
    width: 180px;
}
/* 商品コード */
.JUCHU120-lbl-hdr_shohin_cd {
    width:120px;
}
/* 商品名称 */
.JUCHU120-lbl-hdr_shohin_nm {
    width: 392px;
}
/* 商品規格 */
.JUCHU120-lbl-hdr_shohin_kikaku_nm {
    width: 140px;
}

/**************************************
 *明細エリア定義(ロット引当ダイアログ画面)
 *************************************/
/* 引当合計一覧-------------------- */
.JUCHU120-tbl-hikiate_total tbody tr th {
    width: 60px;
}
.JUCHU120-tbl-hikiate_total tbody tr td {
    width: 110px;
}

/* ロット明細一覧------------------ */
/*ロット明細一覧*/
.JUCHU120-tbl-lot {
    margin-top: 0;
    overflow-y: auto;
    display: block;
    width: 653px;
    margin: 0px 0;

}
/* ロット明細一覧（スクロール部） */
.JUCHU120-tbl-lot_scroll {
    overflow-y: auto;
    height: 272px;
    width: 668px;
}
/*No.*/
.JUCHU120-tbl-lot_col1{
    width: 50px;
    max-width: 50px;
}
.JUCHU120-tbl-lot tbody td:nth-of-type(1) {
    text-align: center;
}
/*ロット*/
.JUCHU120-tbl-lot_col2{
    width: 150px;
    max-width: 150px;
}
/*有効在庫数*/
.JUCHU120-tbl-lot_col3{
    width: 150px;
    max-width: 150px;
}
/*引当数*/
.JUCHU120-tbl-lot_col4{
    width: 150px;
    max-width: 150px;
}
/*差引数*/
.JUCHU120-tbl-lot_col5{
    width: 150px;
    max-width: 150px;
}

