/* カスタム CSS をここに入力してください */

/*太字*/
.huto {
     font-weight: bold;
}
/*赤い太字*/
.hutoaka {
     font-weight: bold;
color:#ff0000;
}

/*青い太字*/
.hutoao {
     font-weight: bold;
color:#0000ff;
}

/*蛍光アンダーライン*/
.marker {
background: linear-gradient(transparent 60%, #ff9999 60%);
}


/* 商品リンクタイトル色変更 */
div.yyi-rinker-title a {
  color: #4682b4!important;
}


/*テーブルの横スクロールのためのCSSはここから*/
 table{ 
    width:100%;
}
.scroll{
    overflow: auto;
    white-space:nowrap;
}
.scroll::-webkit-scrollbar{
    height: 15px;
}
.scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb{
    background: #bbb;
}
 /*テーブルの横スクロールのためのCSSはここまで*/


