/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
.cg_freespace_02 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 0;
	padding:0;
}
table#appeal{
width: 100%;
background-color: antiquewhite;
border: 3px ridge antiquewhite;
margin: 5px auto 20px auto;
}

/* ランキングエリア bland_top_ranking 20180624 */


/* ランキングエリア bland_top_ranking_title 20180624 */
h2.bland_top_ranking_title,
span.bland_top_ranking_title{
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
	display: block;
}

/* ランキングエリア 20170215 */
.slider {
        width: 800px;
        margin: 15px auto 40px;
    }

    .slick-slide {
      margin: 0px 5px;
    }

.oec-carouselPanel .oec-itemBox {
    width: 128px !important;
    height: 300px;
}
.oec-itemBox, .oec-itemCheckBox {
    margin-right: 10px;
    padding: 5px;
    width: 128px;
    /* border: 1px solid #cccccc; */
    float: left;
    background: #ffffff;
}
.oec-itemBox a, .oec-itemCheckBox a {
    display: block;
    text-decoration: none;
}
.oec-itemBox .oec-itemImageBlock, .oec-itemCheckBox .oec-itemImageBlock {
    margin-bottom: 5px;
    position: relative;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.oec-itemBlock .oec-rankingIco {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.oec-itemBlock .oec-rankingIco img {
    width: 33px !important;
    height: 27px;.oec-itemBlock .oec-rankingIco {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }


/* 並び順 エリア*/
/* 並び順 */
/*span.sort_list{
margin-right: 26px;
    padding: 3px 12px 2px 7px;
    border: 1px solid #ff6f95;
    font-weight: bold;
    background: #ffe8ee;
    position: relative;
    float: left;
}*/
span.sort_list::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 23px solid #ff6f95;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 100%;
    z-index: 2;
}
span.sort_list::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid #ffe8ee;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 100%;
    z-index: 2;
}
