@charset "utf-8";

/************************************************
 import css
************************************************ */

/*商品詳細 ...打ち消し */
div.listrightbloc h3 {
white-space: normal;
text-overflow: clip;
}

/*TOPページ　NEWS　非表示 */
#news_area {
    display: none;
}

/*お届け先追加・一覧　非表示 */
#mycontents_area h3{
    display: none;
}

/*お気に入りアイテム　× ...打ち消し */
#mycontents_area table.favoriteitems td:first-child a {
    width: initial;
    height: initial;
    outline: initial;
    text-indent: initial;
    z-index: initial;
    position: initial;
    display: initial;
}
#mycontents_area table.favoriteitems td:first-child a:before {
    position: initial;
    left: initial;
    top: initial;
    width: initial;
    height: initial;
    background-color: initial;
    content: initial;
    transform: initial;
}
#mycontents_area table.favoriteitems td:first-child a:after {
    position: initial;
    left: initial;
    top: initial;
    width: initial;
    height: initial;
    background-color: initial;
    content: initial;
    transform: initial;
}


/*説明を読まずに購入 ...非表示 */
ul#fixed_link li a#btn_cart {
  display:none;
}

/*商品一覧ページ下部の並び順変更　非表示 */
#page_navi_bottom .change{
    display: none;
}


/*現在のカートの中　「見積書作成へ」ボタンの背景色変更 */
input#estimate_btn {
   background-color: #90CE9C;
}

/*入力内容のご確認　「見積書作成へ」ボタンの背景色変更 */
input#next2 {
   background-color: #90CE9C;
}

/*入力内容のご確認　「見積書作成へ」ボタンの背景色変更 */
input#next2.raku2_shopping_kiyaku {
   background-color: #ffa624;
}

/*見積詳細　「お見積状況」テーブル　非表示 */
table.raku2_staff_name {
   display: none;
}

/*商品一覧　「カートの中を見る」　非表示 */
div.cartchange_btn {
   display: none;
}

/*見積依頼完了　専用窓口　フォント設定 */
div.shop_information1 {
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
}

div.shop_information1 .name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 140%;
}

/*見積依頼完了　モルテンご注文専用サイト　非表示 */
div.shop_information  {
    display: none;
}

/* 見積履歴詳細　ボタンの背景色変更 */
input.estimate2order {
   background-color: #ffa624;
}

/* 購入履歴詳細　商品代金合計　非表示 */
table#sales_total_detail {
    display: none;
}

/* 購入履歴詳細　軽減税率対応テーブル 非表示 */
table#reducedtaxrate {
    display: none;
}

/* パーツリスト　テーブルの枠線非表示 */
table.noborder {
  border: 0px none;
}
td.noborder {
  border: 0px none;
}
th.partslist {
  border: 0px none;
  background-color: var(--main-color);
  color: var(--char-color);
  font-size: 18px;
  font-weight: 400;
}
div.partslist h1 {
    background-color: var(--main-color);
    color: var(--char-color);
    padding: 8px 0 8px 30px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 70px;
    width: 450px;
}

/* div.partslist h2* {
/*  text-decoration: underline;
/*}

/* パーツリストボタンのデザイン変更 */
    .block_outer_partslist {
        border-radius: 5px;
        background-color: #65b0e6;
    }
   .block_outer_partslist .button_like li a {
        border: none;
        outline: none;
    }

/* 「取引価格」アイコンを非表示に変更 */
    .price_ttl_icon3 {
        display: none;
    }

/*MYページお届け日非表示*/
.raku2_mypage_order_list_shipping_date {
    display: none;
}

/*MYページ出荷予定日非表示*/
.raku2_mypage_order_list_hasso_date {
    display: none;
}