<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/************************************************
 import css
************************************************ */
/* 送り主の注文番号欄非表示 */
.sender_ec_order_id{
 display:none;
}
/* PW再発行のリンク文字色変更 */
.login_area a{
font-weight:bold;
color:red;
text-decoration:underline;
}
/* 一覧の価格非表示 */
div.pricebox.sale_price{
 display:none !important;
}</pre></body></html>