@charset "sjis";

/******* この商品のタグ *******/
#footer_item_tag{
	margin:0 15px 40px;
}

#footer_item_tag_list{
	display:flex;
	flex-wrap:wrap;
}

#footer_item_tag_list > li{
	margin:0 14px 14px 0;
}

#footer_item_tag_list a{
	color:#333;
	font-size:20px;
	line-height:40px;
	padding:0 15px;
	white-space:nowrap;
	background:#f0f0f0;
	border:solid #e6e6e6 1px;
	border-radius:20px;
	display:inline-block;
}

#footer_item_tag_list a::before{
	content:"\FF03";
}
/******* /この商品のタグ *******/

/******* 
	最近チェックしたアイテム
	このアイテムを見た人はこちらのアイテムも見ています
*******/
.footer_contents_headline{
	color:#333;
	font-size:18px;
	line-height:40px;
	text-indent:10px;
	font-weight:normal;
	text-align:left;
	padding:0;
	border-bottom:solid #333 1px;
	margin-bottom:15px;
}

.footer_item_list{
	margin-bottom:80px;
}

.footer_item_list ul::after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.footer_item_list ul li{
    width: 14.66666%;
    height: auto;
    padding: 0;
    margin: 10px 1% 20px;
    display: block;
    float: left;
    font-size: 100%;
    line-height: 1.5;
	text-align:left;
}

.footer_item_list ul li:nth-of-type(6n){
	margin-right:0 !important;
}

.footer_item_list ul li:nth-last-of-type(1), 
.footer_item_list ul li:nth-last-of-type(2), 
.footer_item_list ul li:nth-last-of-type(3), 
.footer_item_list ul li:nth-last-of-type(4), 
.footer_item_list ul li:nth-last-of-type(5), 
.footer_item_list ul li:nth-last-of-type(6){
	margin-bottom:0 !important;
}

.footer_item_list ul img{
	width:100% !important;
}

.footer_item_list ul a{
	color:#000 !important;
    font-size: 13px;
    line-height: 20px;
	font-weight:normal !important;
    margin-bottom: 5px;
	display:block;
}

.footer_item_list ul .itemPrice{
	font-size:20px;
	line-height:24px;
}

.footer_item_list ul .itemPrice::after{
	content:"\5186";
	font-size:18px;
}

.footer_item_list ul .FS2_itemPrice_addition{
	display:none;
}
/******* 
	/最近チェックしたアイテム
	/このアイテムを見た人はこちらのアイテムも見ています
*******/

/******* リアルタイム注文状況 *******/
#footer_order_list{
	margin:0 15px 80px;
}

#footer_order_list_carousel .slick-slide{
	margin:0 10px;
}

#footer_order_list_carousel .slick-slide > div{
	width:100%;
	margin-bottom:20px;
	text-align:left;
}

#footer_order_list_carousel .slick-slide > div:last-child{
	margin-bottom:0;
}

#footer_order_list_carousel .slick-dots{
	margin-top:20px;
}

.footer_order_list_carousel_order_time{
	font-size:13px;
	line-height:20px;
	margin-bottom:5px;
}

.footer_order_list_carousel_anchor{
	width:100%;
	margin-bottom:5px;
	display:block;
}

.footer_order_list_carousel_anchor > img{
	width:100%;
}

.footer_order_list_carousel_product_name{
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	margin-bottom:5px;
}

.footer_order_list_carousel_price{
	font-size:20px;
	line-height:24px;
}

.footer_order_list_carousel_price::after{
	content:"\5186";
	font-size:18px;
}
/******* /リアルタイム注文状況 *******/

/******* ランキング *******/
#footer_ranking{
	margin:0 15px 80px;
}

#footer_ranking_product_list{
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	text-align:left;
}

#footer_ranking_product_list > li{
	width:18%;
	margin:0 2.5% 20px 0;
}

#footer_ranking_product_list > li:nth-of-type(5n){
	margin-right:0;
}

#footer_ranking_product_list > li:nth-last-of-type(1), 
#footer_ranking_product_list > li:nth-last-of-type(2), 
#footer_ranking_product_list > li:nth-last-of-type(3), 
#footer_ranking_product_list > li:nth-last-of-type(4), 
#footer_ranking_product_list > li:nth-last-of-type(5){
	margin-bottom:0;
}

.footer_ranking_no_parent{
	color:#FFF;
	text-align:center;
	width:80px;
	height:36px;
	background:#000;
	margin:0 auto 10px 0;
	display:flex;
	justify-content:center;
	align-items:center;
}

.footer_ranking_no_parent > img{
	width:auto !important;
	height:18px;
	margin:0 4px 0 auto;
}

.footer_ranking_no{
	font-size:22px;
	line-height:26px;
	margin-right:2px;
}

.footer_ranking_no_unit{
	font-size:17px;
	margin-right:auto;
}

.footer_ranking_product_list_anchor{
	width:100%;
	margin-bottom:8px;
	display:block;
}

.footer_ranking_product_list_anchor > img{
	width:100%;
}

.footer_ranking_product_list_product_name{
	font-size:13px;
	line-height:20px;
	margin-bottom:5px;
}

.footer_ranking_product_list_price{
	font-size:20px;
	line-height:24px;
}

.footer_ranking_product_list_price::after{
	content:"\5186";
	font-size:18px;
}
/******* /ランキング *******/