<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /***********************************
    関連カテゴリー
    ***********************************/
    div#group-category {
    padding: 1px;
    border-top:none;
    border-bottom:solid 1px; border-color: #dbdbdb;
    font-size: 12px;
    line-height: 1.5em;
    }

.sbd-taglist p.sbd-tab-title {
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 0 10px 10px !important;
}
.sbd-taglist a {
    border: 1px solid #CECECE ;
    background: none repeat scroll 0 0 #CECECE ;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px 5px 5px 5px;
    color: #2d2d2d;
    display: inline-block;
    font-size: 12px;
    margin: 8px 5px;
    padding: 5px 10px;
    text-decoration: none;
}
.sbd-taglist a:hover{
    text-decoration: none;
    opacity: 0.7;
}


iframe {
  max-width: 100%;
}

/* カートなし商品ページの商品説明の上余白 */
.product__epxlain-pt {
  padding-top: 60px; 
}


h3 {
  font-size: 14px;
  font-weight: normal;
}



.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}</pre></body></html>