@charset "utf-8";
/* CSS Document */

/* ------------------------------------------
  商品ページの販売説明コンテンツ用
------------------------------------------ */

/** PC用販売説明文 **/

#item-cont-re {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100.01%;
  line-height: 1em;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  padding: 12px;
  background: #f4f3f1;
}
#item-cont-re > * {
  width: 100%;
  box-sizing: border-box;
}
#item-cont-re span.sub-caption {
  background: #bf0000;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 1em;
  padding: 8px 16px;
  position: relative;
}
#item-cont-re span.sub-caption:before {
  content: "\025bc";
  color: #bf0000;
  font-size: 16px;
  position: absolute;
  bottom: -8px;
  right: 45%;
}
#item-cont-re .title-box {
  margin: 16px 0;
}
#item-cont-re .title-box h2 {
  font-size: 12px;
  font-weight: normal;
  color: #333;
  margin: 0 0 16px 0;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #ccc;
}
#item-cont-re .title-box p {
  line-height: 140%;
  font-size: 12px;
  color: #333;
  margin: 0;
  padding: 16px 0 0;
}
#item-cont-re .img-box {
  margin: 0 auto;
  text-align: center;
}
#item-cont-re .img-box img {
  width: initial;
  /**width: 728px;**/
  max-width: 100%;
}
#item-cont-re .img-box a img:hover {
  opacity: 0.8;
}
#item-cont-re .img1, #item-cont-re .img2 {
  overflow: hidden;
  padding: 8px;
  background: #fff;
}
#item-cont-re .img3 {
  width: 100%;
  background: #fff;
  padding: 8px;
  text-align: center;
  margin-bottom: 16px;
}
#item-cont-re .img3 li {
  list-style: none;
}
#item-cont-re .item-caption {
  text-align: left;
  padding: 16px;
  margin: 16px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#item-cont-re .item-caption h3 {
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0 0 8px;
}
#item-cont-re .item-caption p {
  font-size: 12px;
  color: #333;
  line-height: 1.4em;
  padding: 8px 0 0;
}
#item-cont-re .message-box {
  margin: 16px 0;
}
#item-cont-re .message-box p {
  line-height: 1.4em;
  font-size: 12px;
  color: #444;
  margin: 0;
  padding: 16px 0 0;
}
#item-cont-re .deadline-box {
  font-size: 12px;
  padding: 16px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
}
#item-cont-re .deadline-box span {
  color: #bf0000;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  line-height: 1em;
}
#item-cont-re .deadline-box p {
  margin: 0;
}
#item-cont-re table.spec {
  font-size: 12px;
  color: #333;
  line-height: 1.4em;
  min-width: 350px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}
#item-cont-re table.spec th {
  color: #333;
  border: 1px solid #ccc;
  background: #f4f3f1;
  padding: 8px;
  font-weight: bold;
  text-align: center;
}
#item-cont-re table.spec td {
  width: 70%;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  background: #fff;
}




/** PC用販売説明文2 **/

#item-cont-re2 {
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100.01%;
  width: 728px;
  max-width: 728px;
  margin: 0 auto;
  background: #fff;
}

#item-cont-re2 > * {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#item-cont-re2 .title-box {
  border-bottom: 3px double #eee;
  margin: 16px 0 32px;
  padding: 0 0 8px;
}

#item-cont-re2 .title-box h2 {
  font-size: 12px;
  font-weight: normal;
  color: #D17578;
  margin: 0;
  padding: 0;
}

#item-cont-re2 .title-box p {
  line-height: 140%;
  font-size: 12px;
  color: #aaa;
  margin: 0;
  padding: 0;
}

#item-cont-re2 .img-box {
  margin: 0 auto;
  text-align: center;
}

#item-cont-re2 .img-box img {
  width: initial;
  max-width: 100%;
}

#item-cont-re2 .img-box a img:hover {
  opacity: 0.8;
}

#item-cont-re2 .img1 {
  border: 1px solid #D17578;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#item-cont-re2 .img2 {
  border: 1px solid #f5e3e4;
  background: #f5e3e4;
  margin-bottom: 0;
}

#item-cont-re2 .img3 {
  width: 728px;
  background: #f5e3e4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fcf6f6), color-stop(0.00, #f5e3e4));
  background: -webkit-linear-gradient(top, #f5e3e4 0%, #fcf6f6 88%);
  background: -moz-linear-gradient(top, #f5e3e4 0%, #fcf6f6 88%);
  background: -o-linear-gradient(top, #f5e3e4 0%, #fcf6f6 88%);
  background: -ms-linear-gradient(top, #f5e3e4 0%, #fcf6f6 88%);
  background: linear-gradient(to bottom, #f5e3e4 0%, #fcf6f6 88%);
  padding: 16px;
  margin-top: 0;
  margin-left: 0;
}

#item-cont-re2 .img3 li {
  list-style: none;
}

#item-cont-re2 .img3 li:after {
  content: " ";
  display: table;
  clear: both;
}

#item-cont-re2 .img3 img {
  display: block;
  max-width: 80%;
  margin-bottom: 32px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#item-cont-re2 .img3 li:nth-child(2n) img {
  float: right;
}

#item-cont-re2 .item-caption {
  width: initial;
  text-align: left;
  padding: 8px;
  margin: 16px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#item-cont-re2 .item-caption h3 {
  font-size: 14px;
  color: #777;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0 0 8px;
}

#item-cont-re2 .item-caption p {
  font-size: 12px;
  color: #333;
  line-height: 1.4em;
  padding: 8px 0 0;
}

#item-cont-re2 .message-box {
  border: 3px double #eee;
  padding: 32px;
  margin: 24px auto;
}

#item-cont-re2 .message-box p {
  line-height: 1.4em;
  font-size: 12px;
  color: #666;
  margin: 0;
  padding: 0;
}

#item-cont-re2 .deadline-box {
  border: 2px solid #f5e3e4;
  background: #f8f8f8;
  font-size: 12px;
  color: #333;
  padding: 8px 16px;
}

#item-cont-re2 .deadline-box p {
  margin: 0;
}

#item-cont-re2 .deadline-box p:before {
  content: "お届けについて　：　";
  color: #cb6264;
  font-weight: bold;
}

#item-cont-re2 table.spec {
  font-size: 13px;
  color: #333;
  line-height: 1.4em;
  min-width: 350px;
  width: 100%;
  border: 1px solid #D17578;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

#item-cont-re2 table.spec th {
  border: 1px solid #D17578;
  background: #eee;
  padding: 8px;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f5e3e4), color-stop(0.00, #fcf6f6));
  background: -webkit-linear-gradient(top, #fcf6f6 0%, #f5e3e4 88%);
  background: -moz-linear-gradient(top, #fcf6f6 0%, #f5e3e4 88%);
  background: -o-linear-gradient(top, #fcf6f6 0%, #f5e3e4 88%);
  background: -ms-linear-gradient(top, #fcf6f6 0%, #f5e3e4 88%);
  background: linear-gradient(to bottom, #fcf6f6 0%, #f5e3e4 88%);
  }

#item-cont-re2 table.spec td {
  width: 70%;
  padding: 10px;
  border: 1px solid #D17578;
  text-align: left;
  background: #fff;
}




/** PC用販売説明文3 **/
#item-cont-re3 {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 100.01%;
    width: 728px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}
#item-cont-re3 .img-box {
    width: 728px;
    padding: 0;
    margin: 0 auto 16px;
    text-align: center;
}
#item-cont-re3 .img-box img {
    max-width: 100%;
    min-width: 500px;
}
#item-cont-re3 .img-box a img:hover {
    opacity: 0.8;
}
#item-cont-re3 .title-box {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}
#item-cont-re3 .title-box h2 {
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5em;
}
#item-cont-re3 .title-box p {
    font-size: 16px;
    color: #666;
    margin: 16px auto;
    padding: 0;
}
#item-cont-re3 .item-caption {
    width: 500px;
    margin: 0 auto;
}
#item-cont-re3 .item-caption p {
    font-size: 14px;
    color: #555;
    line-height: 1.8em;
    text-align: left;
    display: inline-block;
}
#item-cont-re3 table.spec {
    font-size: 13px;
    color: #333;
    line-height: 1.4em;
    min-width: 350px;
    border: 1px solid #c1c1c1;
    border-collapse: collapse;
    margin: 0 0 20px 0;
}
#item-cont-re3 table.spec th {
    border: 1px solid #c1c1c1;
    background: #eee;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(248,248,248,1)));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0 );
}
#item-cont-re3 table.spec td {
    width: 70%;
    padding: 10px;
    border: 1px solid #c1c1c1;
    text-align: left;
    background: #fff;
}


















/** PC用商品説明文 **/

.product-table td {
    font-size: 0.9em;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 1.1em;
    padding-right: 0px;
}
.product-table th {
    width: 20%;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 1.1em 0;
}
.item_name {
    font-size: 1.5em;
}
span.catch_copy {
    display: flex;
    font-size: 1em;
}
span.item_name {
    font-size: 1.5em;
}

/*
#pagebody span.sale_desc img {
    max-width: 800px;
}
*/
/*目玉商品-商品名*/
td.lossleader_item_name {
    font-size: 0.7em;
    line-height: 16px;
    font-weight: normal;
    text-decoration: none;
    padding-top: 10px;
}
td.lossleader_item_name a {
    color: #333 !important;
    text-decoration: none;
}
/*目玉商品-価格*/
span.lossleader_price1 {
    color: #CC0000;
}
span.lossleader_price2 {
    color: #CC0000;
}








