@charset "euc-jp";

/* ==========================================================
	cstmz.css　　　　目次　　~施策一覧~　　※日付は更新日時
=============================================================

　01. PCお気に入りボタン    2020/2/14
　02. PCカゴジャンプボタン　　2020/2/17
　03. PCカテゴリランキング　　2020/10/28
　04. ヘッダーナビ下余白削除　2021/05/27
　05. 
　06. 
　07. 
　08. 
　09. 
　10. 
　11. 
　12. 

============================================================= */

/* =========================================
	01. PCお気に入りボタン
============================================ */
/* 商品お気に入り */
div.bookmarkArea div.bkm {
    width: 380px !important;
    height: 187px !important;
}
div.bookmarkArea div.bkm a.addBkm {
    width: 380px !important;
    height: 187px !important;
}
div.bookmarkArea div.bkm a.addBkm span.bkmStar {
    display: block;
    width: 380px !important;
    height: 187px !important;
}
body div.bookmarkArea div.bkm a.addBkm span.bkmStar {
    display: block;
    width: 380px !important;
    height: 187px !important;
    margin-right: 4px !important;
    background: url(https://www.rakuten.ne.jp/gold/gekkeikan/assets/img/cart_item.jpg) no-repeat !important;
    cursor: pointer !important;
}

/* ショップお気に入り */
#rakutenLimitedId_aroundCart div.shopBkm {
    padding-left: 0px !important;
}
div.shopBookmarkArea div.shopBkm {
    display: block;
    width: 380px !important;
    height: 60px !important;
}
div.shopBookmarkArea div.shopBkm a.addShopBkm {
    display: block;
    width: 380px !important;
    height: 60px !important;
}
body div.shopBookmarkArea div.shopBkm a.addShopBkm span.shopBkmStar {
    display: inline-block !important;
    width: 380px !important;
    height: 60px !important;
    margin-right: 4px !important;
    background: url(https://www.rakuten.ne.jp/gold/gekkeikan/assets/img/cart_shop.jpg) no-repeat !important;
    cursor: pointer !important;
}

/* お問い合わせ */
#rakutenLimitedId_aroundCart button.rAskBtn {
    width: 380px !important;
    height: 60px !important;
    background: url(https://www.rakuten.ne.jp/gold/gekkeikan/assets/img/cart_contact.jpg) no-repeat !important;
    overflow: hidden !important;
    border-width: 0px !important;
    cursor: pointer !important;
    display: block !important;
    text-indent: -9999px !important;
    margin: 7px 0 25px !important;
}
body div#pagebody #rakutenLimitedId_aroundCart input[value="商品についての問合わせ"] {
    width: 380px !important;
    height: 60px !important;
    background: url(https://www.rakuten.ne.jp/gold/gekkeikan/assets/img/cart_contact.jpg) no-repeat !important;
    overflow: hidden !important;
    border-width: 0px !important;
    cursor: pointer !important;
    display: block !important;
    text-indent: -9999px !important;
    margin: 7px 0 0 !important;
}

/* レビュー */
body #rakutenLimitedId_aroundCart #serviceTableSml .review {
    width: 380px !important;
    height: 150px !important;
    padding: 20px 0 0 10px !important;
    background: url(https://www.rakuten.ne.jp/gold/gekkeikan/assets/img/cart_review_bg.jpg) no-repeat !important;
}
body #rakutenLimitedId_aroundCart #serviceTableSml .review .see {
    display: inline-block !important;
    background: url(https://www.rakuten.ne.jp/gold/gekkeikan/assets/img/cart_review_btn.jpg) no-repeat !important;
    text-indent: -9999px !important;
    width: 360px !important;
    height: 44px !important;
    padding: 0 !important;
}
body #rakutenLimitedId_aroundCart #serviceTableSml .review .write {
    display: inline-block !important;
    background: url(https://www.rakuten.ne.jp/gold/gekkeikan/assets/img/cart_review_btn.jpg) no-repeat !important;
    text-indent: -9999px !important;
    width: 360px !important;
    height: 44px !important;
    padding: 0 !important;
}


body #rakutenLimitedId_aroundCart .seeReview {
    background: #ffffff url(https://image.rakuten.co.jp/com/img/rms/storefront/pc/page/btn_review.gif) no-repeat !important;
    background-position: 20% center !important;
    width: 380px;
    text-align: center !important;
    padding: 5px 0px;
}

/* =========================================
    02. PCカゴジャンプボタン
============================================ */
#scrollUp{
border:none!important;
bottom:150px;
right:0;
}
#scrollUp img{
display:none;
}
#scrollUp .nearCart{
background:url(https://www.rakuten.ne.jp/gold/gekkeikan/assets/img/custom_cart_btn.png?0) no-repeat 0 0;
}
#scrollUp,#scrollUp .nearCart{
width: 76px !important;
height: 90px !important;
}

/* =========================================
    03. PCカテゴリランキング
============================================ */
.rankTbl {
    margin-bottom: 40px;
}
.rankTbl a {
    text-decoration: none;
    color: #000;
}
.rankTbl img {
    width: 145px;
}
.rankTbl td {
    width: 20%;
    text-align: left;
}
.crankTtl {
    background: #eeeeee;
    padding: 10px;
    overflow: hidden;
    max-width: 730px;
    font-weight: bold;
}

/* =========================================
　　04.　ヘッダーナビ下余白削除
============================================ */
table[width="800"][cellspacing="0"][cellpadding="5"]>tbody>tr>td,
table[width="800"][cellspacing="0"][cellpadding="0"]>tbody>tr>td>br{
    display: none;
}
