.guide_product{
		width:90%;
		margin:0 auto;
    padding: 3% 3% 2% 3%;
}

.product__main-image img {
  display: block;
  margin: 0 auto;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.product__name {
  text-align: center;
	margin:1em 0 0 0;
}

.product__price {
  font-size: 1.5em;
  letter-spacing: .05em;
  text-align: center;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  font-size: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 2em 0 0 0;
}

.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: .8em;
}

.product__order{
	margin:0 20% 0 25%;
}

.btn--addcart {
  padding: 1em 0;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}

/* 商品説明文内 */
.product__info {
/*  background: #f5f5f5; */
  padding: 0em 0;
  margin: 0;
	font-size:1em;
	line-height:1.7em;
}

.product__info h2{
	font-size:2.5em;
	margin:0.5em auto;
}

.product__info h2 span{
	display:block;
	background:none;
	font-size:0.7em;
}

.product__info h4{
  font-size:1.3em;
	line-height:1.7em;
}

.product__info h4 span{
  background:#E7E7E7;
  padding:0.5em 1.5em;
	display:inline;
}


dl.product{
  font-size:1.1em;
}

dl.product dt{
	padding-bottom:0.5em;
}

dl.product dd{
	margin-bottom:1em;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .9em;
  line-height: 1.8;
  margin: .5em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}

.text-titles {
  margin: 0 auto 2em;
}
.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}

@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
		margin:1em 0 0 0;
  }

  .product__info {
    padding: 0;
    margin:  0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  /* ~480px */

  .product__info h2{
    font-size:1.7em;
		margin: 0 0 0.5em 0;
  }
  .product__info h2 span{
    line-height:1.6em;
		padding:0;
  }
  .section__title-h3{
    font-size:1.2em;
		padding-top:0;
  }
	.section__block p{
		font-size:1em;
	}

}
