h1 {
  background: url(/common/img/bg_headeline.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0px 0px 10px 10px;
}
h1 span {
  display: block;
  font-size: 18px;
  color: #224f78;
}

#detail {
  margin-top: 2em;
}

.mainImg {
  border: 5px #efefef solid;
  text-align: center;
  height: 327px;
}
.mainImg.zoom-small-image img {
  max-width: 317px;
  max-height: 317px;
}

#detail .leftBox {
  width: 327px;
}
#detail .rightBox {
  width: 370px;
  color: #555;
}
#detail .original {
  padding: 10px 0;
}
#detail .text-right {
  text-align: right;
  margin-top: 2em;
}
#detail .one {
  display: inline-block;
  line-height: 38px;
}

.auction .mainImg {
  width: 240px;
  height: 240px;
}
.auction .mainImg img {
  max-width: 230px;
  max-height: 230px;
}
.auction .gray {
  background-color: #f0f0f0;
  margin-top: 15px;
  padding: 1em;
}
.auction .gray .row {
  border-bottom: 1px #dfdfdf solid;
  padding: 10px 0;
  height: 60px;
}
.auction .gray .row .col1 {
  width: 60%;
  float: left;
}
.auction .gray .row .col2 {
  width: 40%;
  float: left;
}
.auction .gray label {
  cursor: pointer;
}
.auction .box-center {
  text-align: center;
}
.auction .gray input[type=text] {
  width: 80px;
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px #ccc solid;
  margin-right: 5px;
  text-align: right;
}
.auction .gray input[type=text]:-moz-read-only {
  background-color: #ddd;
}
.auction .gray input[type=text]:read-only {
  background-color: #ddd;
}

#side .person {
  margin-top: 1em;
  border: 1px #ccc solid;
  padding: 15px;
  margin-bottom: 3em;
}
#side .person h3 {
  background-color: transparent;
  background-image: url(/common/img/icon_person.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  color: #1f4e74;
  padding: 0;
  padding-left: 28px;
  margin-bottom: 10px;
  border-bottom: 0;
}
#side .person .row {
  margin-bottom: 5px;
}
#side .person a {
  color: #1f4e74;
  display: block;
  margin-top: 1em;
}
#side .person span.good {
  display: inline-block;
  background-image: url(/common/img/icon_good.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-left: 23px;
  margin-right: 10px;
}
#side .person span.bad {
  display: inline-block;
  background-image: url(/common/img/icon_bad.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-left: 23px;
}
#side .person span.normal {
  display: inline-block;
  background-image: url(/common/img/icon_normal.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-left: 23px;
  padding-right: 10px;
}
#side .person .col.label {
  font-weight: bold;
}
#side #same_seller_form {
  text-align: center;
}
#side #same_seller_form button {
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.49);
  border: none;
  padding: 3px 8px;
  margin: 20px 0 10px;
  font-size: 12px;
  color: #fff;
  background-image: linear-gradient(to top, #4184ba, #60b9ff);
}

#detail.auction .leftBox {
  width: 250px;
}
#detail.auction .rightBox {
  width: 450px;
  color: #555;
}

div#item {
  color: #333;
}

#detail.auction .leftBox p.note {
  font-size: 11px;
}

table {
  width: 100%;
}
table th {
  text-align: left;
  padding: 8px 0;
  vertical-align: top;
}
table td {
  padding: 8px 0;
  vertical-align: top;
}
table tr {
  background-image: url(/img/detail/dot.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
}

span.price {
  color: #db4945;
  font-size: 22px;
  display: inline-block;
  padding-right: 10px;
}
span.time {
  font-size: 22px;
}
span.rate {
  line-height: 100%;
  font-size: 12px;
  color: #999;
  display: block;
}
span#exchange_rate_0, span#exchange_rate_1 {
  font-size: 12px;
}

dl dd input[type=text] {
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 3px;
  width: 100px;
  text-align: right;
  margin-bottom: 0;
}

.thumbnail {
  margin-top: 15px;
}
.thumbnail li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 75px;
  height: 75px;
  border: 1px #efefef solid;
  text-align: center;
}
.thumbnail li:nth-child(4n) {
  margin-right: 0;
}
.thumbnail li img {
  max-width: 73px;
  max-height: 73px;
}
.thumbnail li:hover {
  border: 1px solid #4d90fe;
}

p.note {
  text-align: center;
  font-size: 13px;
}

.button {
  text-align: center;
}

#shop {
  border: 1px #1f4e74 solid;
  padding: 1em;
}
#shop h2 {
  background-image: url(/common/img/bar_line.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: 26px;
  padding: 0px 5px 8px 5px;
  margin-bottom: 0.5em;
}
#shop h2 span {
  color: #1f4e74;
  background-image: url(/img/detail/icon_shop.gif);
  background-repeat: no-repeat;
  background-size: 26px auto;
  display: block;
  padding-bottom: 5px;
  padding-left: 30px;
}
#shop p.label {
  font-weight: bold;
}
#shop p.shopName {
  font-size: 16px;
  padding: 0;
  margin-bottom: 0.5em;
}
#shop a {
  color: #1f4e74;
  font-size: 13px;
}

#item h2 {
  background-image: url(/common/img/bar_line.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  line-height: 26px;
  padding: 10px 5px 8px 5px;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
#item h2 span {
  color: #1f4e74;
  background-image: url(/img/detail/icon_item.gif);
  background-repeat: no-repeat;
  background-size: 26px auto;
  display: block;
  padding-bottom: 5px;
  padding-left: 30px;
}
#item .itemInfo .row {
  background: url(/img/detail/dot.gif) repeat-x left bottom;
  padding: 10px 0 12px 0;
}
#item .itemInfo .row .col {
  width: 50%;
  float: left;
}
#item .itemInfo .row span.label {
  font-weight: bold;
  display: inline-block;
  width: 130px;
}

#google_translate_element {
  position: absolute;
  right: 20px;
  top: 10px;
}

#iframeWrap {
  border: 1px #ccc solid;
  margin-top: 3em;
}

#iframe {
  padding: 20px;
}
#iframe h2 {
  background-image: url(/common/img/bar_line.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 1em;
}
#iframe h2 span {
  display: block;
  padding-left: 30px;
  background-image: url(/img/detail/icon_box.gif);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: #1f4e74;
}
#iframe p {
  padding: 0 10px;
}

#cart {
  background-color: #efefef;
  margin-top: 1em;
  padding: 15px;
  text-align: center;
  margin-bottom: 2em;
}
#cart p {
  font-weight: bold;
  padding: 0 20px 0 150px;
  line-height: 48px;
}
#cart li {
  display: table-cell;
  vertical-align: bottom;
  line-height: 100%;
}
#cart input[type=text] {
  width: 80px;
  padding: 14px 10px;
  border-radius: 5px;
  border: 1px #ccc solid;
  margin-right: 20px;
  text-align: right;
}
#cart button.btnCart {
  width: 100%;
  padding: 5px;
  margin-top: 0;
}

.itemInfo dt {
  float: left;
  clear: both;
  width: 150px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.itemInfo dd {
  padding-left: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(/img/detail/dot.gif) repeat-x left bottom;
  font-size: 12px;
}

.coution {
  text-align: center;
  padding: 20px 0 10px 0;
}
.coution a {
  font-weight: bold;
  color: #db4945;
}

p.shopName img {
  width: 25px;
}

.auction .gray .row:last-child {
  border: none;
}

.row {
  margin: 0 !important;
}

/* zoom */
#triggers {
  margin-top: 10px;
}
#triggers > a {
  display: block;
}
#triggers > a img {
  width: 100%;
}
#triggers div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#triggers div > a {
  position: relative;
  width: 32%;
  padding: 3px;
  padding-top: calc(32% + 3px);
  border: 1px solid #ccc;
  margin-bottom: 2%;
}
#triggers div > a:nth-of-type(3n-1) {
  margin-right: 2%;
  margin-left: 2%;
}
#triggers div > a img {
  position: absolute;
  top: 2px;
  right: 2px;
  -o-object-fit: contain;
     object-fit: contain;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

img.xx {
  max-width: 700px;
  height: auto;
  max-height: 545px;
  display: table-cell;
  margin: auto auto;
  vertical-align: middle;
}

.bg_img {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .thumbnail li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 22%;
    height: auto;
  }
  .thumbnail li img {
    width: 100%;
    height: auto;
  }
  #detail .rightBox {
    width: 100%;
    margin-top: 1em;
  }
  #shop h2, #iframe {
    margin-top: 1em;
  }
  #cart li {
    display: block;
  }
  #cart li:first-child, #cart li:nth-child(2) {
    display: inline-block;
  }
  #cart p {
    padding-left: 10px;
  }
  #cart button.btnCart {
    margin-top: 1em;
  }
  #detail {
    margin-top: 1em;
  }
  #detail.auction .leftBox, #detail.auction .rightBox {
    width: 100%;
  }
  .auction .mainImg, .auction .gray .row .col {
    width: 100%;
  }
  button.btnBid, button.btnBuyitnow {
    width: 100%;
    margin-top: 10px;
  }
  .auction .gray .row .col {
    margin-bottom: 10px;
  }
  .auction .thumbnail li {
    width: 29%;
  }
  .auction .thumbnail li:last-child {
    margin-right: 0;
  }
  .auction .thumbnail li img {
    width: 100%;
  }
  #item .itemInfo .row .col, button.btnWatch {
    width: 100%;
  }
  #item .itemInfo .row span {
    display: inline-block;
  }
  .itemInfo dt {
    float: none;
    padding-bottom: 5px;
  }
  .itemInfo dd {
    float: none;
    padding-left: 0px;
    padding-top: 0;
  }
  .auction .gray .row {
    height: auto;
  }
  button.btnBid {
    margin: 0 auto;
  }
  .apple_overlay .close {
    width: 100%;
    height: 87%;
  }
}
@media only screen and (max-width: 450px) {
  .auction .gray .row .col1, .auction .gray .row .col2 {
    display: block;
    width: 100%;
  }
  #item .itemInfo .row span.label {
    width: 100px;
  }
}
.btnCart, .btnBid, .btnWatch {
  cursor: pointer;
}

.ui-widget-overlay {
  opacity: 0.3;
}

@media (max-width: 768px) {
  #main .description .clearfix .col:first-child {
    background: url(/img/detail/dot.gif) repeat-x left bottom;
    padding-bottom: 12px;
  }
  #main .description .clearfix .col:last-child {
    padding-top: 10px;
  }
}
.nego-btn-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.nego-btn-wrap #nego_btn {
  background: #bbb;
  white-space: nowrap;
  margin-bottom: 0;
}
.nego-btn-wrap span {
  display: block;
  font-size: 0.85rem;
  color: #888;
  margin-left: 10px;
}

/*# sourceMappingURL=detail.css.map*/