<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.cart-button {
    display: inline-block;
    font-size: 24px;
	color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding: 14px 0px;
    margin-top: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
    position: relative;
    background-color: #f5504b;
    border: 1px solid #ab3834;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    line-height: 1.33;
    letter-spacing: 0.1em;
    *display: inline;
    *margin-left: .3em;
    *border: 0;
    *background-color: #f5504b;
}
.cart-button:hover {
  	color: #5e5e5e;
    text-decoration: none;
}
.cart-button:active {
	top: 3px;
	box-shadow: none;
  	color: #5e5e5e;
}
.btn_pis_width,
.btn_revies_width {
  width: 100%;
}
.product_area {
  padding-bottom: 40px;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}
.product_img {
  margin-bottom: 60px;
}
.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
}
.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 40px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0 10px 60px;
  }
} 
@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
   
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(https://img17.shop-pro.jp/PA01170/277/etc/blank.png?cmsp_timestamp=20160418210419);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(https://img17.shop-pro.jp/PA01170/277/etc/ajax-loader.gif?cmsp_timestamp=20160418210320);
    width:32px;
    height:32px;
}

.zoom { 
    position: relative; 
} 
img.plus_cursor { 
    position: absolute; 
    top: 40px; 
    right: 30px; 
}

.table-wide th,
.table-wide td {
  padding: 12px 12px;
}

.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0px 20px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #ccc;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #f5504b;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}</pre></body></html>