@charset "UTF-8";
.hide,
.pageReader {
    position: absolute;
    width: 0;
    height: 0;
    text-indent: -9999px;
    font-size: 0%;
    line-height: 0;
    outline: none;
    overflow: hidden;
}
/* 金額の文字色を黒に変更 */
.cart_price_total table.cart_table td p {
    color: #333;
}

/*===============================================================
Cookie対応　下部表示枠線なくす設定
===============================================================*/
.cookie-consent {
    border: 0px;
}
