@charset "utf-8";
/* CSS Document */

/* 商品ページのフォント */
span.item_name, 
span.item_desc, 
span.item_number_title, 
span.item_number, 
#rakutenLimitedId_aroundCart td.floating-cart-sku-table {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

/* 商品番号 */
span.item_number_title {
	display: block;
	float: left;
	margin-bottom: 10px;
	padding: 4px 6px 3px;
	color: #FFF;
	background: #11429b;	
}
span.item_number {
	display: block;
	margin-bottom: 10px;
	margin-left: -0.5em;
	padding: 5px 8px 4px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #11429b;
	border: 1px solid #11429b;
}

/* 価格 */
span.double_price_title {
	color: #333 !important;
}
span.double_price {
	color: #333 !important;
	font-size: 100% !important;
}
span.price2 {
	font-weight: bold;
	font-size: 28px;
}

/* 案内文 */
#offerNotificationCart:after {
	display: block;
	content: url(https://www.rakuten.ne.jp/gold/endurance/img/custom-cart-info.jpg);
	margin: 15px 0 10px;
}


/* お気に入り商品 */
#rakutenLimitedId_aroundCart div.bookmarkArea div.bkm a.addBkm {
	width: 300px !important;
	height: 100px !important;
}
div#rakutenLimitedId_aroundCart div.bookmarkArea div.bkm a.addBkm span.bkmStar {
	display: inline-block !important;
	width: 300px !important;
	height: 100px !important;
	background: url(https://www.rakuten.ne.jp/gold/endurance/img/custom/add-item.jpg) no-repeat 0 0 !important;
}

/* お気に入りショップ */
#rakutenLimitedId_aroundCart div.shopBookmarkArea div.shopBkm {
	width: 300px !important;
	height: 50px !important;
}
#rakutenLimitedId_aroundCart div.shopBookmarkArea div.shopBkm a.addShopBkm span.shopBkmStar {
	display: inline-block !important;
	width: 300px !important;
	height: 50px !important;
	background: url(https://www.rakuten.ne.jp/gold/endurance/img/custom/add-shop.jpg) no-repeat 0 0 !important;
}

/* 項目選択肢 */
#rakutenLimitedId_aroundCart td.inventory_choice_name {
	font-size: 11px !important;
	padding: 5px 10px !important;
	background: #f5f5f5 !important;
}
#rakutenLimitedId_aroundCart td.inventory {
	padding: 5px 10px !important;
}
#rakutenLimitedId_aroundCart td.floating-cart-sku-table font[size="3"] {
	font-size: 12px !important;
}

/* パンくず */
td.sdtext {
    font-family: メイリオ;
    font-size: 11px;
    background: #f4f4f4;
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #eee;
}
td.sdtext a {
    text-decoration: underline;
    color: #444;
    display: inline-block;
    margin: 0 8px;
}
td.sdtext a:hover {
    text-decoration: none;










