@charset "utf-8";

/* 商品番号 */
div.mdItemInfoNote p:nth-last-child(1)  {
	display: block !important;
	width: 250px !important;
	margin-bottom: 10px;
	padding: 5px 6px 3px !important;
	color: #FFF;
	background: #11429b;
}

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

/* 案内文 */
#ItemInfo .mdItemInfoFavoriteButton:before {
	display: block;
	content: url(https://shopping.geocities.jp/y-endurance/contents/img/cart-info-s.jpg);
	margin: 15px 0 10px;
}