/* ************************************************ 
*	商品詳細　レイアウト
* ************************************************ */

.footstamp {
  width: 744px;
  height: 35px;
  background-color: #202020;

  color:#FFFFFF ;
  margin-bottom:15px;
  font-size:16px;
  border-radius:5px 5px 5px 5px;
}

.footstamp a {
  color:#FFFFFF ;
}

.footstamp a:link {
  color:#FFFFFF ;
  text-decoration:none;
}

.footstamp a:visited {
  color:#FFFFFF ;
  text-decoration:none;
}

.footstamp a:active {
  color:#FFFFFF ;
  text-decoration:none;
}

.footstamp a:hover {
  color:#FFFFFF ;
  text-decoration:underline;
}

.txt-f10 {
  font-size: 10px;
}

.footstamp img, .product_title img {
  vertical-align: middle;
}

.footstamp td {
  padding: 015px;
}

.product_title {
  width: 717px;
  height: 50px;
  margin-left: 28px;
  padding-top: 10px;
  margin-bottom: 15px;
}

.product_title h1 {
  color: #000000;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.product_title hr {
  height: 1px;
  border-color: #9999;
  border-style: solid;
  width: 100%;
}

.product_title td {
  padding: 2px 0px 0px 28px;

}

.product_title td img {
  vertical-align: middle;
}

#detail .price_table {
  margin: 20px auto 30px;
}

#detail {
  text-align: center;

  color:#333333 ;
  position: relative;
  overflow: hidden;
}

#detail .expl {
  /*line-height:150%;行の高さ*/
  text-align: left;
  margin: 10px 10px 5px 10px;
}

/* ************************************************ 
*	商品説明文
* ************************************************ */

/* 説明文全体 */
.expls {
  padding: 0px 0px 0px 0px;
  /*line-height:150%;行の高さ*/
  margin: 0 auto;
}

.expls table {
  width: 630px;
  margin: 0 auto;
}

/* 商品タイトル */
.ex_cell_1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  /*行の高さ*/
  padding: 0px 0px 10px 0px;
}

/* 商品詳細 */
.ex_cell_2 {
  font-size: 16px;
  line-height: 150%;
  /*行の高さ*/
  padding: 10px 60px 0px 30px;
}

.ex_cell_2_5 {
  font-size: 16px;
  line-height: 150%;
  /*行の高さ*/
  padding: 10px 60px 0px 60px;
  text-align: center;
}

/* 商品補足 */
.ex_cell_3 {
  font-size: 16px;
  line-height: 150%;
  /*行の高さ*/
  padding: 10px 0px 5px 40px;
}

/* 商品注意 */
.ex_cell_4 {
  font-size: 16px;
  line-height: 150%;
  /*行の高さ*/
  padding: 10px 0px 10px 40px;
}

.LH {
  line-height: 2em;
}


/* ************************************************ 
*	商品画像
* ************************************************ */

#detail .img_box_0 {
  width: 100%;
}

#detail .img_box_1 {
  float: left;
  width: 595px;
  margin: 20px 0px;
}

#detail .img_box_2 {
  float: right;
  width: 150px;
  margin: 20px 0px;
}

#detail .main_img {
  overflow:hidden;
  width:408px;
  min-height:300px;
  max-width:800px;
  outline: outset 1px #d1d1d1d1;
  border: solid 4px white;
  margin: 0 auto;
  -ms-interpolation-mode: bicubic;
}

#detail .main_img img{
  max-width: 400px;
  margin: 0 auto;
}

#detail .main_img img{
  display:block;
  transition:0.3s ease-out;
  transform-origin: 50% 50%;
}

/*#detail .main_img img:hover{
transform:scale(1.5);
transition:0.3s;
transform-origin: 50% 50%;
}*/

#detail .sub0 {
  padding: 8px 15px 8px 0px;
  width: 150px;
}

#detail .sub0 img {
  padding: 4px;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
  width: 70%;
  margin: 0px 20px 0px 0px;
  -ms-interpolation-mode: bicubic;
}

#detail .sub1 {
  padding: 8px 15px 8px 0px;
  width: 150px;
}

#detail .sub1 img {
  padding: 4px;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
  width: 70%;
  margin: 0px 15px 0px 0px;
  -ms-interpolation-mode: bicubic;

}

#detail .sub2 {
  padding: 8px 15px 8px 0px;
  width: 150px;
}

#detail .sub2 img {
  padding: 4px;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
  width: 70%;
  margin: 0px 15px 0px 0px;
  -ms-interpolation-mode: bicubic;
}

#detail .sub3 {
  padding: 8px 15px 8px 0px;
  width: 150px;
}

#detail .sub3 img {
  padding: 4px;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
  width: 70%;
  margin: 0px 15px 0px 0px;
  -ms-interpolation-mode: bicubic;
}

#detail p {
  /*text-align:left;*/
  padding-top: 5px;
  padding-bottom: 5px;

}

#detail .price_table p {
  padding: 0;
}

#detail .price_table .cell_01 {
  width: 160px;
  color: #202020;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  font-size: 18px;
  background-color: #DDDDDD;
  text-align: Center;
  font-weight: bold;
}

#detail .price_table .cell_02 {
  width: 250px;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  overflow: hidden;
  font-size: 20px;
  background-color: #202020;

}

#detail .price_table .cell_03 {
  width: 380px;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  overflow: hidden;
  background-color: #202020;

}

#detail .price_table .cell_mar {
  padding: 10px 0px;
  margin: 0px 5px 0px 5px;
  text-align: center;
}

/* -------------------------------------
*     商品オプション プルダウン形式
* ------------------------------------- */

#detail .price_table .cell_02 select {
  font-size: 18px;
  width: 140px;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
  width: 100%;
  margin: 0 auto 0;
  font-size: 16px;
}

#option_tbl th {
  height: 0px;
}

#option_tbl td input {
  float: none;
  margin: 0 0 5px;
}

#option_tbl th,
#option_tbl td.none {
  background: #eee;
}

#option_tbl td {
  padding: 5px;
  /*text-align:center;
  border-bottom:1px solid #ccc;*/
}

.stock_zero {
  color: red;
  font-weight:bold;
  margin-left:1em;
}

#option_tbl tr:last-child td,
#option_tbl tr:last-child th {
  border-bottom: none;
}

#option_tbl .cell_1 {
  min-width: 126px;
  color: #202020;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  background-color: #DDDDDD;
  text-align: Center;
  font-weight: bold;
  padding: 0 0.5em;
  text-align: left;
}

#option_tbl .cell_2 {
  /*min-width:124px;*/
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  /*overflow:hidden;*/
  background-color: #202020;
  padding-left: 1em;
  display: inline-flex;
  flex-flow: row nowrap;
  width: 100%;
}

#option_tbl .cell_2 div {
  /*float: left;*/
  padding: 12px 10px 12px 5px;


}

#option_tbl .cell_2 div input {
  margin: 0;
}

#option_tbl .cell_2 label,
#option_tbl .cell_2 span {
  padding-top: 0.35em;
}

#option_tbl tr:first-child {
  display: none;
}

/* 会員専用価格の表示 商品詳細用 */
.regular_price_detail {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  text-decoration: line-through;
}

.price_detail {
  padding: 0px;
  margin: 0px;
  color: #FFFFFF;
}

.discount_rate_detail {
  padding: 0px 0px 5px;
  margin: 0px;
  color: #FFCC00;
}

p#sk_link_other {
  text-align: center;
  margin-top: 10px;
}

p#sk_link_other a {
  font-size: 12px;
}

/* ------------------------------------- 
*	トラックバック
* ------------------------------------- */
#trackback {
  margin: 0px 10px 20px 10px;
}

#trackback .tb_main_title {
  font-weight: bold;
  margin: 30px 0px 5px 0px;
  color: #244D7C;
}


#trackback .tb_url {
  width: 719px;
  padding: 6px 8px;
  color: #333333;
  border: 1px solid #9EB9D7;
}

#trackback .tb {
  margin: 0px 0px 5px;
}

#trackback .tb_date {
  padding: 10px 10px 10px 10px;
}

#trackback .tb_title {
  padding: 0px 10px 10px 10px;
  color: #28A76F;
}

#trackback .tb_body {
  line-height: 150%;
  padding: 10px 10px 10px 10px;
  border-top: 1px dotted #dacdb9;
  border-bottom: 1px dotted #dacdb9;
}

#trackback .tb_state {
  padding: 5px 10px 5px 10px;
}


.mmg20 {
  margin-left: 20px;
}

.mmg15 {
  margin-left: 15px;
}

p.sample1 {
  line-height: normal;
}

p.sample2 {
  text-align: center;
}

p.sample3 {
  line-height: 1.5;
}

p.sample4 {
  line-height: 200%;
}

/*================================*/

#detail .expl {
  margin: 0;
  padding: 10px 10px 5px 10px;
}

.product_txt {
  padding-bottom: 20px;
}

.product_txt h3{
  font-weight: bold;

}

.product_txt ul {
  list-style: none;
  margin: 0 25px 0;
  width: 680px;
  padding-left: 0;
}

.product_txt ul:not(:last-of-type){
  margin: 0 25px 35px;
}

.product_txt ul li {
  text-indent: 0;
}

.product_txt .book_index ol{
  list-style-type: decimal;
}

.product_txt .book_index ol li{
  margin-bottom: 0.5em;
  margin-left: 2em;
}

.product_txt dt,
.product_txt dd {
  font-size: 18px;
}
.product_txt .product_name{
  margin-bottom: 0.5em;
}
.product_txt .product_name strong ,.product_txt .product_name h2{
  font-size: 24px;
  font-weight: bold;
}

.product_txt .product_sub_title {
  margin-bottom: -10px;

}

.product_txt .product_sub_title strong {
  font-size: 20px;
  padding-left: 1em;
}

.product_txt li p.pp {
  padding: 5px 0;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: justify;
}

.product_txt p.cp {
  font-size: 14.7px;
}


.product_txt li.li_center {
  text-align: center;
}

.product_txt dl {
  padding-left: 1.5em;
  font-size: 18px;
}

.product_txt dt {
  float: left;
  clear: both;
  font-weight: bold;
  line-height: 2em;
}

.product_txt dd {
  line-height: 2em;
  font-weight: 300;
}

.product_txt .book_index dt{
  float:none;
}
.product_txt .book_index dd{
  margin-left: 1em;
}

.product_txt dl.yarn_set {
  margin-left: 1.5em;
}

.product_txt .yarn_set dt {
  float: none;
}

.product_txt .yarn_set dd {
  margin-left: 1em;
  line-height: 1.5em;
}
.product_txt strong.red{
  color: red;
}
/*--------------------------------*/
.p_expls {
  width: 630px;
  margin: 0 auto;
}

#detail .p_expls p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 0;
}

.p_expls h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p_expls .text1 {
  padding-left: 30px;
  margin-bottom: 30px;
}

.p_expls .text2 {}

.p_expls .text1 p {}

.p_expls .text1 .set_data {
  font-size: 16px;
  margin-bottom: 15px;
}

.p_expls h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.p_expls .text1 .set_data dt {}

.p_expls .text1 .set_data dd {
  padding-left: 1em;
  line-height: 1.5;
}

span.red_text {
  color: red;
}

p.asterisk {
  text-indent: -1em;
}

#option_tbl br {
  display: none;
}

#option_tbl .t_stock_num::before {
  content: "あと";
  padding-left: 1em;
}

.option_hide {
  display: none;
}


.product_dex {
  padding-left: 28px;
}

.product_dex h2 {
  font-size: 24px;
  margin-bottom: 0.5em;
}

.product_dex p {
  font-size: 18px;
  line-height: 1.5em;
  text-align: justify;
  margin: 0 0 1em;
  padding: 0;
}

.product_dex > dl {
  font-size: 18px;
  width: 600px;
  margin: 0 auto 15px;
}

.product_dex dt {
  font-weight: bold;
  padding: 0 0 10px;
}

.product_dex dd {
  padding: 0 0 15px 1em;
}

.product_dex dd.n_pb {
  padding-bottom: 0;
}

.product_dex ul.dot_list {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: disc;
}

.product_dex ul.none_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product_dex li {
  margin: 0;
  padding: 0 0 5px;
  text-indent: 0;
}

/* 同時購入おすすめ商品 */

.product_txt .reco_item{
  padding-top: 25px;
}

.product_txt .reco_item a {
  color : inherit;
  text-decoration: none;
  display: block;
  height: 110px;
  width: 450px;
}

.product_txt .reco_item dl{
  padding: 0;
}
.product_txt .reco_item dd{
  padding-left: 120px;
}

.product_txt .reco_item img {
  max-height: 110px;
  max-width: 110px;
  border-color: #D1D1D1 #989898 #989898 #D1D1D1;
  border-style: solid;
  border-width: 1px;
  padding: 4px;
  background: #FFF;

}

.product_dex .Announce{
  text-align:center;
  font-weight: bold;
  font-size:24px;
  margin-bottom:0.5em;
}
.product_info{
  border:2px solid #222222;
  border-radius: 10px;
  padding: 1em;
  margin: 0 2em;
}
.product_info h3{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5em;
}

.product_info p{
  font-size:18px;
  margin: 0 0 0.5em;
  padding: 0;
  line-height: 1.5em;
}

/* 関連商品 2020/12/03 */

.product_variation h3{
  border-bottom: 2px solid #515151;
  font-weight: bolder;
  margin: 30px auto 20px auto;
  padding-bottom: 5px;
  text-align: center;
  color: #515151;
  display: block;
  width: 20em;
}
.product_variation ul{
  display:flex;
  justify-content: center;
  margin: 0;
}
.product_variation li{
  width: 200px;
  padding: 0 25px;
  text-indent:0;
}
.product_variation a{
  display: block;
  width: 100%;
  text-align: center;
}
.product_variation img{
  max-width: 150px;
  max-height: 150px;
  border-color: #D1D1D1 #989898 #989898 #D1D1D1;
  border-style: solid;
  border-width: 1px;
  padding: 4px;
  margin-bottom: 3px;
}
#detail .product_variation p{
  margin:0;
  padding:0;
}

/* 商品付加画像 位置調整 2021/03/13 */

img.new_mark_img2{
  padding-left:0.5em!important;
}

/* 2段説明 2021/04/29 */
.product_txt dt.stratum{
  padding-top:0.5em;
  float:none;
}
.product_txt dt.stratum dl{
  margin-left:1em;
}



/* オプション 2x2 2021/08 */

/*オプション格納BOX*/
#option_tbl_2x2,#option_tbl_single{
  background-color: #DDDDDD;
  color: #202020;
  font-size: 16px;
}
#option_tbl_2x2 dl:first-child{
  border-bottom: solid 2px #ffffff;    
}
/*オプション名*/
.option_name1{
  font-weight: bold;
  padding-top: 0.5em;
}

#option_tbl_single dl{
  display: flex;
  flex-wrap: wrap;

}

#option_tbl_single dl dt{
  width: 40%;
  color: #202020;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  background-color: #DDDDDD;
  font-weight: bold;
  padding: 0 0.5em;
  text-align: left;
  height: 50px;
  line-height: 49px;

}

#option_tbl_single dl dt:last-of-type{
  border-bottom: 0;
}

#option_tbl_single dl dd{
  width: 60%;
  padding: 5px;

}

/*選択項目BOX*/
ul.option_box2{
  display: flex;
  justify-content: center;
  margin: 0;
}

ul.option_box2 li{
  flex: 1;
  text-indent:0;
}
ul.option_box2 input,#option_tbl_single input{
  display: none;
}

ul.option_box2 label {
  display: block;
  background-color: #202020;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 5px 0 5px 0;
  margin: 5px;
  font-weight: bold;
}

#option_tbl_single dl dd label{
  height: 40px;
  line-height: 40px;
  display: block;
  background-color: #202020;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;

}

ul.option_box2 label.option_soldout{
  background-color: #606060;
  color: #EEEEEE;
}

#option_tbl_single dl dd label.option_soldout{
  background-color: #e82929;
  color: #EEEEEE;
}

ul.option_box2 label:hover,#option_tbl_single dl dd label:hover
{
  background-color: #39e99d;
}

ul.option_box2 label.option_soldout:hover,#option_tbl_single dl dd label.option_soldout:hover{
  background-color: #606060;
  color: #EEEEEE;
}

#option_tbl_single dl dd label.option_soldout:hover{
  background-color:#e82929;
  color: #EEEEEE;
}

ul.option_box2 input[type="radio"]:checked + label, #option_tbl_single dl dd input[type="radio"]:checked + label{
  background-color: #33d18d;
}

.option2x2_price{
  background-color: #202020;
  color: #FFFFFF;
  padding: 5px;
  border-top: 2px solid #FFFFFF;

}
.option2x2_price{
  border-right: 2px solid #ffffff;
}
ul.option_box2 li:last-child .option2x2_price{
  border-right: 0;
}

.option2x2_stock{
  padding-bottom: 5px;
}

.option2x2_stock .stock_zero{
  margin: 0;
}