﻿@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_ {
  width: 110px;
  font-size: 13px;
}

table.quickorder_ input.goods_,
table.quickorder_ .item_code_ {
  width: 100px;
}

table.quickorder_ .name_ {
  width: 150px;
  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_ .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: #e61d50;
  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;
}
