.product__main-image img {
  display: block;
  margin: 0 auto;
  max-height: 600px;
}

.product__thumbs {
	padding-top: 2px;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 0;
	margin-left: -1px;
}

.product__thumb__unit {
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	width: auto;
}
.product__thumb__unit img {
	cursor: pointer;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.product__name {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #333;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	line-height: 1.5em;
	height: auto;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}


.product__price {
  font-size: 1.5em;
  letter-spacing: .02em;
}



.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: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: right;
	width: 15px;
	border: 1px solid #CCC;
	display: inline-block;
	height: 15px;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
	list-style-type: none;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	text-align: center;
	width: 100%;
}


.product__order__btn {
  margin-bottom: 1em;
}
.product__order__btn i {
  margin-right: .8em;
}

.btn--addcart {
	height: auto;
	width: auto;
	padding: 0em;
}

.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 {
	padding: 2em 0;
	margin: 3em 0;
	background-color: #DFDFDF;
	text-align: left;
}

.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;
}

em {
  color: #cc0000;
  font-style:normal;
  font-size: 13px;
}

@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */
  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
  }

  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}


.product-txt {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 30px;
}

.spec {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.usual__price {
	font-size: 0.8em;
	margin: 5px;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.new_mark_img1 {
	margin-right: 3px;
	height: auto;
	width: auto;
	vertical-align: middle;
}

.dl-vertical-list__content select {
	margin-bottom: 0;
	padding-left: 45px;
	background-color: #eeeeee;
	background-image: url(https://img05.shop-pro.jp/PA01315/724/etc/arrow_option.png?cmsp_timestamp=20160727164100);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.dl-vertical-list__content select option {
	list-style-type: disc;
}

em {
  color: #cc0000;
  font-style:normal;
  font-size: 13px;
}