.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
/* 画像 */
.product-image li {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-image li {
    margin-bottom: 5px;
  }
}
img.product-image-thumb {
  max-width: 100px;
  width: 100%;
  cursor: pointer;
  opacity: .4;
  /* lte IE8 */
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  zoom:1;
}
img.thumb-active {
  opacity: 1;
  /* lte IE8 */
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  zoom:1;
}
@media (max-width: 768px) {
   .product-image li {
     float: left;
     max-width: 20%;
     padding: 10px 1% 0;
   }
}
.bx-wrapper {
  max-width: 500px!important;
  margin: 0 auto!important;
}
.bx-wrapper, .bx-viewport {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border: none!important;
}
.bx-viewport {
  position: static!important;
}
.bx-pager a.active img {
  opacity: 1;
  zoom: 1;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 0!important;
}
.bxslider li {
  text-align: center;
}
.bxslider li:nth-child(n + 2) {
  display: none;
}
.bx-viewport li {
  display: block!important;
}
.product-image li {
  float: left;
  max-width: 20%;
  padding: 10px 2.2%;
}
/* 商品説明 */
.product-order-exp table, .product-order-exp hr {
  width: 100%;
}
.product-order-exp hr {
  /* lte IE7 */
  *border: none;
}
.product-box .table th, .product-box .table td {
  border: none;
}
.product-box .table th {
  width: 30%;
  font-weight: normal;
}
.product-box .sales {
  font-size: 2em;
  color: #000;
}
/* カートに入れる */
.product-order button {
  font-weight: bold;
  color: #666;
  /*text-shadow: 1px 2px 1px #fff;*/
}
.product-order .btn-addcart {
  background-color: #2196f3;
  background-image: -webkit-linear-gradient(to bottom, #2196f3, #1d84dd);
  background-image: linear-gradient(to bottom, #2196f3, #1d84dd);
  color: #fff;
}
.product-order .btn-addcart:hover {
  background-color: #1d84dd;
  background-image: -webkit-linear-gradient(to bottom, #1d84dd, #1a71c7);
  background-image: linear-gradient(to bottom, #1d84dd, #1a71c7);
}
/* SNS btn位置調整 */
iframe#twitter-widget-0 {
  vertical-align: 8%;
}
/* ブログリンク */
.blog-link {
  display: inline-block;
  padding: 10px;
}
/* セール用 */
#sale-switch {
  background-image: url(https://img08.shop-pro.jp/PA01036/400/etc/sale_mini60.png?20720840);
  background-position: 90%;
  background-repeat: no-repeat;
  line-height: 1em;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  #sale-switch {
    background-image: url(https://img08.shop-pro.jp/PA01036/400/etc/sale_mini120.png?20720900);
    background-size: 60px;
  }
}
#sale-switch i, #sale-switch s {
  font-size: .6em;
  color: #464e54;
}
/* 割引率 */
.rate {
  color: #fff;
  background-color: #db3838;
  padding: 0 0.6em;
  margin-left: 1em;
}
/* 画像 追加 サイドメニュー（contentsのカラムを共通で変えてます） */
.no-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* サイドメニュー用 */
#wrapper {
  position: relative;
}
@media (min-width: 769px) {
  #side {
    position: absolute;
    margin-top: 50px;
    background-color: rgba(255,255,255,.8);
    -webkit-transform: translateX(-150%);
    -webkit-transition: -webkit-transform 500ms;
    transform: translateX(-150%);
    transition: transform 500ms;
  }
  #side.movemenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #contents .topicpath-nav {
    margin-left: 30px;
  }
}
@media (min-width: 1367px) {
  #side {
    -webkit-transform: translateX(-250%);
    transform: translateX(-250%);
  }
}
/* ==IE8== */
#side {
  position: absolute\9;
  margin-top: 50px\9;
  background-color: #fff\9;
  left: -35%\9;
}
#side.movemenu {
  left: 0\9;
}
#contents .topicpath-nav {
  margin-left: 30px\9;
}
/* ==IE8== */
#bergermenu {
	outline: none;
	position: absolute;
	z-index: 300;
	display: block;
	width: 35px;
	height: 25px;
	padding: 10px 5px;
	border-radius: 5px;
	box-shadow:  1px 1px 1px rgba(0,0,0,.2),  0px 0px 0px rgba(0,0,0,.2);
}
#bergermenu span, #bergermenu span:before, #bergermenu span:after {
	display: block;
	content: '';
	position: relative;
	top: 10px;
	width: 35px;
	height: 2px;
	background-color: #000;
	-webkit-transition: -webkit-transform 500ms, width 500ms;
	transition: transform 500ms, width 500ms;
}
#bergermenu span:before {
	top: -10px;
}
#bergermenu span:after {
	top: 8px;
}
#bergermenu.berger-active {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.2), inset 0px 0px 0px rgba(0,0,0,.2);
}
#bergermenu.berger-active span {
	width: 0;
}
#bergermenu.berger-active span:before {
	-webkit-transform: translateY(10px) rotate(225deg);
	transform: translateY(10px) rotate(225deg);
}
#bergermenu.berger-active span:after {
	-webkit-transform: translateY(-10px) rotate(-225deg);
	transform: translateY(-10px) rotate(-225deg);
}
