@charset "euc-jp";
#container.container {
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
}

#container.container .row {
	max-width: 100%;
}

#container.container .row .main-section.col {
	padding: 0;
}

.inner-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 60px 0;
}

.topicpath-nav {
	background-color: #F0EEE8;
	margin-bottom: 0;
}
.topicpath-nav .inner-container {
	padding: 20px 15px 0 15px;
}
.topicpath-nav .inner-container .unstyled {
	margin-bottom: 0;
}
.topicpath-nav .inner-container .unstyled + .unstyled {
	display: none;
}
.container-section.product-area {
	background-color: #F0EEE8;
}
.container-section.product-area .inner-container {
	max-width: 860px;
}
.product-image-and-text-area {
	display: flex;
	justify-content: space-between;
}
.product-name-area,
.product-exp-area {
	float: none;
}

.prd-opt-src {
  display: none !important;
}
.product-image {
  padding-right: 20px;
}
.product-image-main img {
  display: block;
  margin: 0 auto;
  height: auto;
	width: 100%;
}
.product-image-main.col {
	float: none;
}
.product-image-thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.thumb {
  max-width: 100%;
  width: auto;
  height: auto;
  /*border: 1px solid #D7D0C1;*/
}
.thumb:hover {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.thumb-active {
  border: 1px solid <{$current_color}>;
}
.product-exp {
  clear: both;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #D7D0C1;
  border-bottom: 1px solid #D7D0C1;
  line-height: 1.6;
}
.product-spec-block {
  margin-bottom: 2em;
}
  .product-spec-block table {
    width: 100%;
  }
    .product-spec-table {
      margin-bottom: 20px;
      border-top: 1px solid #D7D0C1;
    }
    .product-spec-table th {
      padding-top: 0.5em;
      padding-right: .5em;
      padding-bottom: 0.5em;
      border-right: 1px solid #D7D0C1;
      border-bottom: 1px solid #D7D0C1;
    }
    .product-spec-table td {
      overflow: hidden;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 0.5em;
      border-bottom: 1px solid #D7D0C1;
    }
      .product-spec-table th {
        width: 33.333%;
      }
      .product-spec-table td {
        width: 66.666%;
      }
        .product-spec-table select {
          width: 90%;
        }
        .product-order-form input {
          float: left;
          margin-right: .3em;
          padding: .3em;
          width: 3em;
          text-align: right;
        }
        .product-unit {
          float: left;
          padding: .3em;
        }
        .product-init {
          display: none;
        }
        .product-option-table td div {
          margin-bottom: .5em;
        }
.product-info-lst {
  margin-bottom: 2em;
}
  .product-info-lst li {
    margin: 10px 0;
  }
  .product-info-lst a {
    color: #000;
    text-decoration: none;
  }
  .product-info-lst a:hover {
    text-decoration: underline;
    color: #666;
  }
  .product-review {
    margin-bottom: 2px;
  }
  .product-review a {
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 0.5em;
  }
.social-share {
  margin-top: 1.5em;
}
  .social-share li {
    margin-bottom: .5em;
  }
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #df7676;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}
.together-block.col {
	float: none;
	padding: 0;
}
.wrap_together .prd-lst-unit.col {
	float: none;
}
.wrap_together .prd_lst {
	display: flex;
	margin: 0;
}

.together-area {
	background-color: #F0EEE8;
}

.together-area .inner-container {
	max-width: 834px;
}

.backseries {
  margin-top: 30px;
}
.backseries li a {
  display: block;
background: #f5f5f5;
padding: 0.8em 0.5em;
border: 1px solid #ccc;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-align: center;
}
.backseries li a:hover {
text-decoration: none;
  background-color: #e6e6e6;
  color: #333;
  *background-color: #d9d9d9;
}

@media only screen and (max-width: 768px) {
	.inner-container {
		padding: 30px 15px;
	}
	
	.product-image-and-text-area {
		display: block;
	}
	
	.together-area .inner-container {
		padding: 20px 15px;
	}
}


@media only screen and (max-width: 980px) {
.product-image {
  padding-right: 1%;
}
.reviewarea {
  overflow-y: auto;
  height: auto;
}
}

.hidden-btn {
	display: none;
}

.cart-in-img:hover {
	opacity: .8;
}