@charset "UTF-8";
.prd_opt_src {
  display: none !important;
}

@font-face {
	font-family:"YuGothic Bold";
	src:url("https://takakuwa.jp/course/myfont/Yu Gothic Bold.eot");
	src:url("https://takakuwa.jp/course/myfont/Yu Gothic Bold.eot?#iefix") format('embedded-opentype'),
url("https://takakuwa.jp/course/myfont/Yu Gothic Bold.ttf") format('truetype'),
url("https://takakuwa.jp/course/myfont/Yu Gothic Bold.woff") format('woff');
}

@font-face {
	font-family:"YuGothic Medium";
	src:url("https://takakuwa.jp/course/myfont/Yu Gothic Medium.eot");
	src:url("https://takakuwa.jp/course/myfont/Yu Gothic Medium.eot?#iefix") format('embedded-opentype'),
url("https://takakuwa.jp/course/myfont/Yu Gothic Medium.ttf") format('truetype'),
url("https://takakuwa.jp/course/myfont/Yu Gothic Medium.woff") format('woff');	
	
}

.c_b{
	clear:both;
}

/*------------------------------
商品画像
-------------------------------*/
.product_image {
	float: left;
  margin-bottom: 0;
}
.product_image_main {
  width: 490px;
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

/*------------------------------
商品詳細
-------------------------------*/
.product_image_thumb {
	margin-top: 30px;
	width: 330px;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 6.521%;
  width: 43.478%;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_exp {
  float: right;
  line-height: 1.6;
	width: 400px;
}

.product_info_block {
	margin-top: 5px;
	margin-bottom: 20px;
}
  .product_spec_block {
    float: left;
    width: 50%;
	  margin-top: 50px;
    margin-bottom: 3em;
  }
    .product_spec_block table {
      width: 100%;
    }
  
.product_spec_table{
	display: none;
}

/*------
.product_spec_table {
        border-top: 1px solid #888;
      }
      .product_spec_table th {
        padding: 1em .5em 1em 1em;
        border-right: 1px solid #888;
        border-bottom: 1px solid #888;
      }
      .product_spec_table td {
        overflow: hidden;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        border-bottom: 1px solid #888;
      }
        .product_spec_table th {  
          width: 33.333%;
        }
        .product_spec_table td {
          width: 66.666%;
        }
          .product_spec_table select {
            width: 90%;
          }

---------*/

          .product_order_form input {
            float: left;
            margin-right: .3em;
            padding: .3em;
            width: 3em;
            text-align: right;
          }
          .product_order_form .text-titles-list__detail-text {
            width: 85%;
            text-align: left;
          }
          .product_unit {
            padding: .3em;
            float: left;
          }
          .product_init {
            display: none;
          }
          .product_option_table td div {
            margin-bottom: .5em;
          }
  .product_info_lst {
    float: right;
    width: 40%;
	margin-top: 50px;
    margin-bottom: 2em;
  }
    .product_info_lst .icon {
      margin-bottom: .7em;
    }
    .product_info_lst a {
      color: #000000;
      text-decoration: none;font-size: 16px;
    }
    .product_info_lst a:hover {
      text-decoration: underline;
    }
  .product_review {
    margin-bottom: 1.5em;
  }
    .product_review a {
      font-weight: bold;
    }
.social_share {
  margin-top: 1.5em;
}
  .social_share li {
    margin-bottom: .5em;
  }

.product_cart_btn {
  display: block;
  margin-top: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}
  .product_addcart_btn {
    float: left;
    width: 55%;
    padding: 1.2em 0;
    border: none;
    border-radius: 0;
    background-color: #df7676;
    cursor: pointer;
    -webkit-appearance:none;
  }
  .product_quick_order_btn {
    float: right;
    width: 40%;
    padding: .8em 0;
    background-color: #c67f7f;
    text-decoration: none;
  }
  .product_member_sale_msg {
    color: #df7676;
  }

.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;

}

.trackback_block {
  clear: both;
}
  .trackback_url {
    padding: .5em;
    width: 60%;
  }
.together_block {
  clear: both;
}

/*------------------------------
商品コピー
-------------------------------*/

.introduction{
	font-size: 20px;
	line-height: 170%;
	letter-spacing:1px;
	font-weight:bolder;
	font-family: "YuGothic Bold";
}


.details{
	margin:30px 0 20px;
}


.frame-g {
    padding: 0px 10px;
	height: 30px;
    margin: 1px 0 10px;  
    background: #888888;
	display:inline-block; 
	font-size: 18px;
}
.frame-g p{
	color: #ffffff;
	line-height: 160%;
}


.tableitem{
	vertical-align: text-top;
	font-size: 18px;
	line-height: 145%;
}
.tableitem td{
	padding: 10px;
}