﻿/* ■[ADD] 2026.1.20 [osugi] 未発送別注品一覧作成 */
@charset "UTF-8";

/* --------------------------------------------------------------------
  未発送別注品一覧
-------------------------------------------------------------------- */
table.unshipping_ {
  table-layout: fixed;
}

table.unshipping_ th.order_id_ {
  width: 180px !important;
}

table.unshipping_ th.purchase_order_ {
  width: 145px !important;
}

table.unshipping_ th.s_addr_ {
  width: 255px !important;
}

table.unshipping_ th.s_name_ {
  width: 160px !important;
}

table.unshipping_ th.qty_ {
  width: 35px !important;
}
table.unshipping_ th.unit_ {
  width: 90px !important;
}

table.unshipping_ th.specified_ {
  width: 130px !important;
}

table.unshipping_ th.delivery_comment_ {
  width: 145px !important;
}

table.unshipping_ td.qty_,
table.unshipping_ td.unit_ {
  text-align: right;
}