@charset "utf-8";

/************************************************
 import css
************************************************ */

@import url(style.css);

/************************************************
ネットショップ支援室追記項目
************************************************ */
/* MYページ購入履歴の配送状況非表示 */
p.raku2_deliv_status_1002{
 display:none;
}
/* かごの中「初回価格」アイコン非表示 */
div.price_ttl_area{
display:none !important;
}
/* MYページ商品変更時初回価格非表示 */
div[id*="first_price"]{
display:none !important;
}
/* 商品ページ価格等非表示 */
dl.sale_price{
display:none !important;
}
div.sale_limit{
display:none !important;
}
div.cart_area_col01{
display:none !important;
}
/* MYページ商品変更時絞込パネル非表示 */
table.form{
display:none !important;
}
div.btn.margin_b_50{
display:none !important;
}
/* 会員登録画面DM送付欄非表示 */
tr.reg_area.maildm_regist_area{
 display:none !important;
}
