﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  クイックオーダー
-------------------------------------------------------------------- */

div.quickorder_ table {
  margin: 0;
  width: 100%;
}

table.quickorder_ th {
  text-align: center;
}

div.quickorder_ table .del_ {
  text-align: center;
}

table.formlist_.quickorder_ .msg_ {
  text-align: center;
}

table.quickorder_ .del_ {
  width: 60px;
}

table.quickorder_ th.goods_,
table.quickorder_ th.item_code_,
table.quickorder_ th.item_code2_ {
  width: 100px;
  font-size: 13px;
}

table.quickorder_ input.goods_,
table.quickorder_ .item_code_,
table.quickorder_ .item_code2_ {
  width: 100px;
}

table.quickorder_ .name_ {
  width: 420px;
  font-size: 13px;
}

table.quickorder_ .price_ {
  width: 80px;
  font-size: 13px;
  color: #404040;
}

table.quickorder_ th.qty_ {
  width: 60px;
  font-size: 13px;
}

table.quickorder_ td.qty_ {
  white-space: nowrap;
  text-align: left;
}

table.quickorder_ td.qty_ input[name="qty"] {
  text-align: right;
  font-size: 13px;
}

table.quickorder_ input.qty_ {
  text-align: right;
  font-size: 13px;
}

table.quickorder_ th.unit_ {
  width: 70px;
  font-size: 13px;
}

table.quickorder_ td.unit_ {
  text-align: left;
  width: 70px;
}

table.quickorder_ .amt_ {
  width: 80px;
  font-size: 13px;
}

table.quickorder_ .msg_ {
  width: 70px;
  font-size: 13px;
}

table.quickorder_ .line0_.msg_ {
  font-size: 13px;
}

table.quickorder_ td.price_,
table.quickorder_ td.amt_ {
  color: var(--color-red);
  font-weight: bold;
  text-align: right;
  font-size: 15px;
}

table.quickorder_ td.exclude_price_ {
  color: #333;
  font-weight: bold;
  text-align: right;
  font-size: 15px;
}

div.quickorder_ .onProcess_ {
  background-image: url(../../img/usr/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

div.quickorder_ .selected {
  color: #0d0;
  background-color: #fff;
}

div.quickorder_ .pointer_ {
  cursor: pointer;
}

div.quickorder_ .imgbox_ {
  margin-top: 1.5em;
  border: 1px solid #999;
}

div.quickorder_ span.unit_ {
  margin: 5px;
  font-size: 11px;
}

#suggestArea {
  background-color: white;
  border: 1px solid black;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 8pt;
  position: absolute;
  top: 50px;
  left: 5px;
  color: black;
}

.itemNotFound {
  text-align: center;
  color: Gray;
  font-size: 10pt;
  font-style: italic;
  padding-left: 5px;
  padding-right: 5px;
  height: 20px;
  line-height: 20px;
  width: 250px;
}

.itemLine {
  padding: 0 5px 0 5px;
  line-height: 20px;
  list-style: none;
  white-space: nowrap;
  cursor: default;
}

.itemLine:not(:first-child) {
  border-top: 1px solid #ccc;
}

.itemLine .itemGoods,
.itemLine .itemCode,
.itemLine .itemCode2,
.itemLine .itemCode3 {
  float: left;
  font-weight: bold;
  margin-right: 5px;
}

.itemLine .itemName {
  clear: both;
}

.delButton {
  cursor: pointer;
}

/* --------------------------------------------------------------------
  社内発注クイックオーダー
-------------------------------------------------------------------- */

div.quickorder_inhouse_ table {
  margin: 0;
  width: 100%;
}

table.quickorder_inhouse_ th {
  text-align: center;
}

div.quickorder_inhouse_ table .del_ {
  text-align: center;
}

table.formlist_.quickorder_inhouse_ .msg_ {
  text-align: center;
}

table.quickorder_inhouse_ .del_ {
  width: 60px;
}

table.quickorder_inhouse_ th.item_code_,
table.quickorder_inhouse_ th.item_code2_,
table.quickorder_inhouse_ th.processing_inst_no_ {
  width: 100px;
  font-size: 13px;
}

table.quickorder_inhouse_ .item_code_,
table.quickorder_inhouse_ .item_code2_,
table.quickorder_inhouse_ .processing_inst_no_ {
  width: 100px;
}

table.quickorder_inhouse_ .name_ {
  width: 400px;
  font-size: 13px;
}

table.quickorder_inhouse_ th.qty_ {
  width: 60px;
  font-size: 13px;
}

table.quickorder_inhouse_ td.qty_ {
  white-space: nowrap;
  text-align: left;
}

table.quickorder_inhouse_ td.qty_ input[name="qty"] {
  text-align: right;
  font-size: 13px;
}

table.quickorder_inhouse_ input.qty_ {
  text-align: right;
  font-size: 13px;
}

table.quickorder_inhouse_ th.unit_ {
  width: 70px;
  font-size: 13px;
}

table.quickorder_inhouse_ td.unit_ {
  text-align: left;
  width: 70px;
}
