/***********************************/
/*              Main               */
/***********************************/

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.tojitu {
  color: #c00;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.product {
  margin-bottom: 20px;
}

.product_area {
  border-bottom: 1px solid #eee;
}

.product_area_left {
  float: left;
  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 AREA           */
/***********************************/

.product_price_area {
  margin-bottom: 30px;
  width:100%;
}

/***********************************/
/*        PANKUZU BRAND            */
/***********************************/

.pankuzu {
  margin-bottom: 5px;
}

.pankuzu_list {
  font-size: 11px;
}

/***********************************/
/*            PRODUCT              */
/***********************************/

.model_txt {
  margin-bottom: 30px;
  font-size: 11px;
}

.product_name {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: nomal;
}

.nomal_praice {
  font-size: 20px;
}

.sale_praice {
  font-size: 20px;
  color: #c00;
}

.slae_nomal_praice {
  font-size: 12px;
}


/***********************************/
/*           CART AREA             */
/***********************************/

.product_cart_area {
  background-color: #f6f6f6;
  margin: 30px 0;
  padding: 10px 20px 20px;
  font-size: 12px;
}

.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}

.product_cart_table_box label {
  font-size: 12px;
}

.product_cart_select_box {
  margin: 5px 0;
}

.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}

.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}

.product_cart_order {
  margin: 5px 0;
}

.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}

.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}

.product_cart_init {
  display: none;
}

/***********************************/
/*       オススメ同時購入          */
/***********************************/

.polaroid {
  position: relative;
  width: 220px;
  margin: 20px;
}


.polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-left:10px;
  bottom: 0px;
  font: 400 12px;
  color: #888;
}

.polaroid img {
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;
  -moz-box-shadow: 0 4px 10px #333; /* 影を落とす */
  -webkit-box-shadow: 0 4px 10px #333;

}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.btn-addcart,
.btn-reviews {
  border: none;
  margin-top: 10px;
  padding: 18px 0;
  background-color: #6699FF;
  font-size: 18px;
  color: #fff;
  *background-color: #6699FF;
  letter-spacing: 0.1em;
}

.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #b9dcff;
  color: #fff;
  *background-color: #b9dcff;
}

.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}

.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}

.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

/***********************************/
/*       SNS 商品問い合わせ        */
/***********************************/

.product_social {

}

.product_related {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_related i {
  vertical-align: -40%;
}

/***********************************/
/*        商品説明画像             */
/***********************************/
.product_explain,
.product_img_sub {
  line-height: 1.8;
  margin-top: 40px;
}
.product_tabs {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.product_tab {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #efefef;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #666;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image {
  text-align: center;
}
.product_img_sub li {
  text-align: center;
  padding-bottom: 20px;
}
/***********************************/
/*           画面下                */
/***********************************/

.under {
}

.syou{
	font-size:12px;
	color: #666;
	line-height: 28px;
	letter-spacing: 2px;
	width:650;
	border-collapse:collapse;
}

.syou td.left{
	text-align:center;
	width: 100px;
	padding:10px;
	background-color: #fff;
	border: 1px solid #999;
}

.syou td.right{
	text-align:left;
	width: 550px;
	padding:10px;
	background-color: #fff;
	border: 1px solid #999;
}

/***********************************/
/*         画面サイズ別            */
/***********************************/

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

@media (min-width: 768px) {

  .product_img_sub,
  .product_explain {
    padding: 0 1%;
  }
 
  .product_tab a {
    font-size: 12px;
  }
}

@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 {
  border: none;
  margin-bottom: 30px;
}

.product_img {
  margin-bottom: 20px;
}

.product_explain {
    font-size: 12px;
    margin: 0 10px 0 10px;
}

.syou {
  margin-bottom: 20px;
}

 
.product_name {
  margin: 20px 10px 5px 10px;
  font-size: 13px;
  font-weight: bold;
}

.product_price_area ul {
    margin: 10px 10px 10px 10px;
  }

.product_price_txt {
    margin: 0px 10px 20px 10px;
  }

}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}