@CHARSET "UTF-8";
/** ショップトップ */

li.slick-cloned {
    opacity: 0;
}

#checkItemList .matrix-body  {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: wrap;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.checkItemGoodsImg{
	width:150px;
}

div[id^="checkItemListRow_"] {
	padding: 5px;
}

div[id^="checkItemPriceSuffixLabel_"] {
	text-decoration:line-through;
}

div[id^="checkItemSalesGoodsPrice_"] {
	color: #cc0000;
}

div[id^="checkItemSalesGoodsName_"] {
	width:200px;
}

#recommendItemList .matrix-body  {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: wrap;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.recommendItemGoodsImg{
	width:200px;
}

div[id^="recommendItemListRow_"] {
	padding: 5px;
}

div[id^="recommendItemPrice_"] {
	text-decoration:line-through;
}

div[id^="recommendItemPriceSuffixLabel_"] {
	text-decoration:line-through;
}

div[id^="recommendItemSalesGoodsName_"] {
	width:200px;
}

#newItemList .matrix-body  {
	display: block;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: wrap;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.newItemGoodsImg{
	width:200px;
}

div[id^="newItemListRow_"] {
	padding: 5px;
}

div[id^="newItemPrice_"] {
	text-decoration:line-through;
}

div[id^="newItemPriceSuffixLabel_"] {
	text-decoration:line-through;
}

div[id^="newItemSalesGoodsName_"] {
	width:200px;
}

div[id^="newItemSalesGoodsPrice_"] {
	color: #cc0000;
}

#rankingItemList .matrix-body  {
	display: block;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: wrap;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}

.rankingItemGoodsImg{
	width:200px;
}

div[id^="rankingItemListRow_"] {
	padding: 5px;
}

div[id^="rankingItemPrice_"] {
	text-decoration:line-through;
}

div[id^="rankingItemPriceSuffixLabel_"] {
	text-decoration:line-through;
}

div[id^="rankingItemSalesGoodsName_"] {
	width:200px;
}

#newsResults{
	line-height:20px;
	margin-bottom:10px;
}
#newsResults td{
	border: none;
	padding: 0px;
}
#newsResults .displayPeriodStart{
	width: 100px;
}

#newsResults .newsTypeName{
    width: 85px;
    min-width: 86px;
    color: white;
    font-size: 12px;
    text-align:center;
    border-radius: 2px;
}
#newsResults .newsTitle{
    margin-left:20px;
}
@media screen and (max-width: 900px) {
	#newsResults .newsTitle{
	    margin-left: 0;
	}
	#newsResults td:last-child {
    	padding: 0;
    	width: 100%;
    	font-size: 13px;
	}
	.table td.displayPeriodStart, .table td.newsTypeName {
		display: block;
	}
}
.slick-cloned .rankingItemSalesGoodsPriceItemWrap ,
.slick-cloned .rankingItemLoginPriceMessageItemWrap {
	display: none;
}
#checkItemList .slick-slide {
	margin-bottom: 10px;
}

/* フッターカテゴリ表示 */
.category_inner {
  padding: 30px 0 10px;
}
.footer-category {
    margin: 0 auto;
    max-width: 1240px;
}
#footer_categoryList {
    background-color: #f7f7f7;
    border-top: 1px solid #dbdbdb;
    border-bottom: none;
    padding: 30px 0;
    font-size: 13px;
}
.footer-group li+li {
    border-left: 1px solid #e0e0e0;
}
.footer-group>li {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 10px;
}
footer {
    margin-top: 0px;
}
@media screen and (max-width: 768px) {
	#footer_categoryList {
		display: none !important;
	}
}
