@charset "utf-8";
/* CSS Document */

a[class^="rakutenLimitedId_ImageMain"] img {
    width: 120px;
    height: 120px;
    float: left;
    margin: 5px;
}
a[class^="rakutenLimitedId_ImageMain"]:first-child img {
    width:380px;
    height:auto !important;
}
a[class^="rakutenLimitedId_ImageMain"] + br {
    display: none;
}

/* カテゴリリスト
-----------*/
table table table table td[width="1%"] span.subcategory_list{
display:none;
}
table table table table td[width="33%"] a.subcategory_list {
    color: #333333!important;
    font-size: 12px!important;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 8px 10px 8px 5px;
    border-radius: 8px;
    width: 88%;
    word-break: break-all;
    display: block;
    transition: all 0.2s ease 0s;
    margin: 0 0 10px;
    text-align: center;
    position: relative;
    background: #FFF;
}
table table table table td[width="33%"] a.subcategory_list:after{
content:">";
font-size:12px;
display:block;
position:absolute;
right:5px;
top:20%;
}
table table table table td[width="33%"] a.subcategory_list:hover{
background:#555;
color:#FFF!important;
border-color:#555;
}

/* 商品ページ『パンくず』
-----------*/
td.sdtext {
    color: #333;
    font-size: 11px;
    text-align: left;
}

td.sdtext a {
    color: inherit;
    display: inline-block;
    padding: 3px 6px;
    /* color: #FFF; */
    background-color: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin: 0 3px 5px 3px;
    text-decoration: none;
}

td.sdtext a:hover {
    opacity: 0.75;
    /* 25％ほど透明にする */
}

/*価格
-----------*/
span.price1 {
    color: #d90000;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

span.price2 {
    color: #d90000;
    margin-left: .125em;
    font-size: 30px;
    font-weight: bold;
}

/*送料
-----------*/
#rakutenLimitedId_cart span.tax_postage {
    font-size: 17px;
    font-weight: bold;
}

span.item_number_title {
    background-color: #0092b1;
    padding: 6px 5px 5px 6px;
    color: #ffffff;
}

.dsf-fixed-block {
    width: 410px;
    padding-bottom: 10px !important;
    border-top: solid 1px #ccc !important;
    border-bottom: solid 1px #ccc !important;
    border-left: none !important;
    border-right: none !important;
}

/*楽天カード
-----------*/
.rCardPriceDisplay {
    padding: 10px 0!important;
    left: 40px;
}

/*あす楽
-----------*/
.asuraku-available-icon {
    padding: 4px 0 20px 50px;
    border-bottom: solid 1px #ccc !important;
}

/*ソーシャル
-----------*/
div.susumeruWidget div.susumeruParts ul li.iconRakutenblog div.susumeruServiceButton {
    display: block;
    width: 30px !important;
    height: 30px !important;
    white-space: nowrap;
    background: url(https://brand.itembox.design/item/images/brand-shot/gold/brand-shot/link_image/icon_social_02.png) 0 -90px no-repeat!important;
}

div.susumeruWidget div.susumeruParts ul li.iconTwitter div.susumeruServiceButton {
    display: block;
    width: 30px !important;
    height: 30px !important;
    white-space: nowrap;
    background: url(https://brand.itembox.design/item/images/brand-shot/gold/brand-shot/link_image/icon_social_02.png) 0 -30px !important;
    background-size: 30px auto;
}

div.susumeruWidget div.susumeruParts ul li.iconFacebook_feed div.susumeruServiceButton {
    display: block;
    width: 30px !important;
    height: 30px !important;
    white-space: nowrap;
    background: url(https://brand.itembox.design/item/images/brand-shot/gold/brand-shot/link_image/icon_social_02.png) 0 0 !important;
    background-size: 30px auto;
}

div.susumeruWidget div.susumeruParts ul li.iconMixi_check div.susumeruServiceButton {
    display: block;
    width: 30px !important;
    height: 30px !important;
    white-space: nowrap;
    background: url(https://brand.itembox.design/item/images/brand-shot/gold/brand-shot/link_image/icon_social_02.png) 0 -60px !important;
    background-size: 30px auto;
}

div.susumeruWidget div.susumeruParts ul li {
    margin-right: 5px!important;
}


/* 商品情報
-----------*/
.iteminfo_heading {
     width: 90%;
    margin: 30px auto 0;
    padding: 3px 0 4px 15px;
    color: #333;
    border-bottom: 1px solid #808080;
    border-left: 5px solid #0092b1;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.iteminfo {
    width: 94%;
    margin: 30px auto 0;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 13px;
}
 
.iteminfo td {
    padding: 5px 15px 5px 15px;
}
 
.iteminfo th {
    padding: 5px 20px 5px 0;
    border-right: #eaeaea solid 1px;
    vertical-align: top;
    width: 120px;
    text-align: right;
}

p.model_name {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    color: #333;
}

table.item_model {
    width: 92%;
    margin: 0 auto 25px;
    padding: 10px 15px;
    border: #eaeaea solid 2px;
    text-align: left;
    font-size: 13px;
}

div.thumbnail {
    width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    list-style: none;
}


div.thumbnail img {
    width: 354px;
    margin: 12px;
    padding: 8px;
    float: left;
    border: #EFEFEF solid 2px;
    }

p.rank {
    width: 100%;
    text-align:  center;
    margin-top: 30px;
}

/*悪質サイトに注意
-----------*/
td.topT_sdtext a {
    background: url(https://brand.itembox.design/item/images/brand-shot/gold/brand-shot/link_image/attention.png) no-repeat left top;
    background-size: 22px 22px;
    padding: 4px 0 4px 28px;
    text-decoration: none;
}

td.topT_sdtext a:hover {text-decoration: underline;}

td.topT_sdtext {
    color: #000000;
    font-size: 14px !important;
    width: 800px !important;
    padding: 10px !important;
    text-align: center !important;
}


/*カテゴリページ
-----------*/

#risFil table a {
    color: #333;
    padding: 10px 15px;
}

span.category_itemprice, span.category_itemtaxpostage {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    color: #bf0000;
    padding: 10px 0 0 0;
}

#risFil {
    height: auto;
    margin: 0 0 50px 2px;
    padding: 79px 0 0 0;
}

#risFil tr td a.category_itemnamelink {
    height: 5em;
    font-size: 11px;
    line-height: 1.5em;
    display: block;
    text-align: left;
    overflow: hidden;
     width: 230px;
}

#risFil table tbody tr td span.category_itemprice {
    font-size: 12px;
}

#risFil table tbody tr td br {
    display: none;
}

#risFil .risfFootWrap {
    margin: 50px 0 0 0;
    clear: both;
}

/*おすすめ、ランキング
-----------*/

#allShopsRecommendWidget {
    width: 780px !important;
    margin-left: 20px !important;
    padding-left: 20px !important;
}

#rnkInShopRankBox {
    padding: 0px 30px !important;
    height: 250px !important;
}

.r-slideshow {
    height: 280px !important;
}

.r-slideshow .r-slideshow-item a {
    width: 130px;
}

.r-slideshow .r-slideshow-item {
    height: 250px !important;
}

#rnkInShopPartsArea {
    width: 780px !important;
    margin-left: 20px !important;
    padding-left: 20px !important;
}

.rnkInShopRank {
    width: 120px !important;
}

.rnkInShopItemImg {
    width: 120px !important;
    height: 105px !important;
}

.rnkInShopItemName a {
    font-size: 12px !important;
}

.rnkInShopItemName {
    min-height: 30px !important;
}

