@charset "utf-8";
/*============================

商品詳細ぺージ用css

============================*/
/*--販売サイト--*/
#itemdtl_salessite_2 {
    display:none;
}
#itemdtl_salessite_2_2 .itemdtl_inner {
    padding: 40px 45px;
    background: rgba(255,255,255,.9);
    box-shadow: 0px 3px 8px rgb(0 0 0 / 36%);
}
#itemdtl_salessite_2_2 .itemdtl_salessite_contents{
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
#itemdtl_salessite_2_2 .itemdtl_salessite_contents:last-of-type{
    margin-bottom: 0;
}
#itemdtl_salessite_2_2 .itemdtl_shoutenbnr img {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 36%);
}


/*注意書き
=======================*/
.attention_txt{
 display:block;
 margin:0 auto;
 width:98%;
}
.attention_txt p{
 font-size:0.9em;
 text-align:center;
}
.attention_txt p._fsmx {
    font-size: 16px;
}
.attention_txt2{
 display:block;
 margin:5px auto;
 width:98%;
 line-height: 1.6;
}
.attention_txt2 p{
 font-size:1.0em;
 text-align:center;
 font-weight:bold;
}
.attention_txt2 a {
    text-decoration: underline;
}
.attention_txt2 a:hover {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.txt_red {
    color: #f00;
}

/*余白打ち消し
=======================*/
.mt-minus90 {
    margin-top: -90px;
}
.mt-minus110 {
    margin-top: -110px;
}


/*フリスペに画像1枚貼る
=======================*/
.mv_dx_item {
    width: 1000px;
    margin: 100px auto;
}
.mv_dx_item img {
    width: 100%;
}

/*フリスペにYouTube貼る
=======================*/
.yt_dx_item {
    text-align: center;
    width: 1000px;
    margin: 100px auto;
}
.yt_dx_item iframe {
    width: 992px;
    height: 558px;
}