﻿@charset "UTF-8";

div.quickorder_ table td.exclude_price_ {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

/* お届け先（クイックオーダー） */
div.quickorder_clear_ {
  clear: both;
  height: 5px;
}

div.quickorder_left_ {
  float: left;
}

div.quickorder_right_ {
  float: right;
}

tr.quickorder_listdetail_ {
  display: none;
  border-top-width: 0;
}

/* --------------------------------------------------------------------
  クイックオーダー
-------------------------------------------------------------------- */
div.quickorder_ {
  padding: 10px;
}

div.quickorder_ div.add_order_block_ {
  margin-top: 4px;
  padding: 2px 0;
  text-align: center;
  color: #404040;
  background-color: #eef8f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div.quickorder_ ul.quickorder_list_ li {
  padding: 4px 0 10px;
  border-bottom: 1px dashed #cbcbcb;
}

div.quickorder_ ul.quickorder_list_ li:first-child {
  border-top: 1px dashed #cbcbcb;
}

div.quickorder_ ul.quickorder_list_ li:nth-child(odd) {
  background-color: #fff;
}

div.quickorder_ table {
  width: 100%;
}

div.quickorder_ table th {
  text-align: left;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 12px;
}

div.quickorder_ table td {
  text-align: left;
  vertical-align: middle;
}

div.quickorder_ table .del_ {
  text-align: right;
  width: 18.4vw;
}

div.quickorder_ table div.gname_ {
  padding: 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 18px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.3;
}

div.quickorder_ table .qty_ {
  width: 75px;
  white-space: nowrap;
}

div.quickorder_ table td.amt_ {
  width: 75px;
}

div.quickorder_ table .qty_ input {
  width: 40px;
  text-align: right;
}

div.quickorder_ table .price_,
div.quickorder_ table .amt_ {
  width: 60px;
  color: #404040;
  width: 70px;
}

div.quickorder_ table td.price_,
div.quickorder_ table td.amt_ {
  color: #e61d50;
  font-weight: bold;
  text-align: right;
}

div.quickorder_ table .msg_ {
  font-size: 13px;
  padding: 0 2px;
}

div.quickorder_ .onProcess_ {
  background-image: url(../../img/usr/sp/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

div.quickorder_ .selected {
  color: #0d0;
  background-color: #fff;
}

div.quickorder_ span.unit_ {
  margin: 5px;
}

#suggestArea {
  background-color: white;
  border: 1px solid black;
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10pt;
  position: absolute;
  top: 50px;
  left: 5px;
  color: black;
}

.itemNotFound {
  text-align: center;
  color: #777;
  font-size: 13px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
}

.itemLine {
  margin: 0 5px 0 5px;
  list-style: none;
  white-space: nowrap;
}

.itemLine:not(:first-child) {
  border-top: 1px solid #ccc;
}

.itemLine .itemGoods,
.itemLine .itemCode,
.itemLine .itemCode2,
.itemLine .itemCode3 {
  font-weight: bold;
  margin-right: 5px;
}

#quickorder_form input.btn_cart_ {
  width: auto;
}
