.product__explain2 {
  padding-top: 0px;
  padding-bottom: 30px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}



hr.bdr {
width:100%;
border: none;
border-top: 1px #C0C0C0 solid;
margin-bottom: 30px;
}

p.bdr {
width:100%;
font-weight: bold;
border-bottom: 1px #C0C0C0 dashed;
margin-bottom: 10px;
}

p.notes {
font-size: 0.8em;
text-align: left;
}


.tbl {
font-size: 1em;
border: 1px solid #f5f5f5;
width: 100%;
background-color: #ffffff;
text-align: center;
}
.tbl td{
padding: 5px 10px;
width: 12.5%;
}
.tbl tr:hover {
  background-color: #f1f1f1;    /* マウスオーバー時の行の背景色 */
}
.tbl td:hover {
  background-color: #fdee21;    /* マウスオーバー時のセルの背景色 */
}

tbl-wp {
font-size: 1em;
border: none;
width: 100%;
background-color: #ffffff;
text-align: center;
}
.tr-wp{
border: none;
margin-bottom: 10px;
text-align: center;
}
.td-wp{
border: none;
text-align: center;
}

.tbl2 {
font-size: 0.8em;
border: 0px solid #ffffff;
width: 100%;
background-color: #ffffff;
text-align: left;
}
.tbl2 td {
width: 33%;
}

.iframe-content {
   position: relative;
 width: 100%;
    padding: 56.25% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}

.float{
    float: right;
    margin-left: 40px;
}
