<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.itemDetail_txt{
  padding:0 10px;
  clear:both;
}
.itemDetail_txt:last-child{
  padding:0 10px 10px 10px;
}
.itemDetail_txt input[type="text"]{
  width:100%;
}
.itemDetail_txt span{
  font-weight:normal;
}
.itemDetail_txt .ami{
    background:url(../../commonfiles/images/line_h2.gif);
    padding:10px;
    color:#af0000;
}
.itemDetail_txt .amiToggle{
  background:url(../../commonfiles/images/line_h2.gif);
  padding:10px;
}
.itemDetail_txt .amiNoImg{
    background:url(../../commonfiles/images/line_h2.gif);
    padding:10px;
    color:#af0000;
}
.itemDetail_txt .ami span,
.itemDetail_txt .amiToggle span{
  padding-left:40px;
  min-height:24px;
  display:inline-block;
}
.itemDetail_txt .amiNoImg span{
    min-height:24px;
    display:inline-block;
}

.itemDetail_txt .amiToggle .bg_matome{
  background:url(../../commonfiles/images/icon_matome.gif) no-repeat left top;
}
.itemDetail_txt .amiToggle .bg_cam{
  background:url(../../commonfiles/images/icon_sale.gif) no-repeat left top;
}
.detail_arrow{
  border-top:1px solid #cccccc;
  height:11px;
  width:100%;
  position:relative;
}
.detail_arrow img{
  position:absolute;
  top:-1px;
  left:50%;
}
.itemDetail_txt table tr th{
  width:30%;
}
.itemDetail_txt table tr td{
  padding:3px;
}
.itemDetail_txt table b{
  font-size:16px;
}
.itemMain{
  border:1px solid #cccccc;
  text-align:center;
  vertical-align:middle;
}
.itemMain img,
.item_thum img{
  max-height:100%;
  position: relative !important;
}
.item_thum a{
  display:inline-block;
  border:1px solid #cccccc;
  width:103px;
  height:103px;
  margin-right:4px;
  margin-top:5px;
  text-align:center;
  vertical-align:middle;
}
.item_thum img.last_r{
  margin-right:0;
}
.attribute_list{
  border-top:1px solid #cccccc;
  border-right:1px solid #cccccc;
  border-left:1px solid #cccccc;
  width:100%;
}
.attribute_list th,
.attribute_list td{
  padding:10px 20px;
  border-bottom:1px solid #cccccc;
}
.attribute_list th{
  background:#eeeeee;
  width:30%;
  border-right:1px solid #cccccc;
}

.item_set_thum{
  width:20%;
  vertical-align:top;
}
.item_set_thum img{
  max-width:76px;
  max-height:86px;
  text-align:center;
}
.item_set_name{
  font-weight:bold;
}

.mainNoPhotoImg{
    width:100%;
    height:100%;
}

.btn_off {
    background-color: #eeeeee;
    border: medium none;
    color: #ffffff;
    text-align: center;
    padding: 6px 12px;
}

#purchasingConfirmedChk{
  cursor: pointer;
}

</pre></body></html>