    body {
        margin: 0;
    }

    .candy-reco {
        overflow: hidden;
        display: block;
/*        border-top: 1px solid #D5D5D5;*/
/*        border: 1px solid #D5D5D5;*/
        -webkit-border-radius: 0;
        box-shadow: none;
        direction: ltr;
        text-align: left;
        font-size: 12px;
        width: calc( 100% - 2px);
        height:248px;
        margin: 0 auto;
        background-color: #fff;
        position: relative;
        cursor: pointer;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .candy-section {
        height: 248px;
    }

    .candy-header{
        display:block;
        position: absolute;
        text-align: left;
        overflow: hidden;
        top:5px;
        right:10px;
        background-color:#fff;
        padding-left: 5px;
        opacity: 0.5;
/*        border-color:#444;
        border-width:3px;
        border-style:solid;
        border-radius:12px;*/
    }

    .candy-header2{
/*        display:none;*/
        position: absolute;
        text-align: left;
        overflow: hidden;
        top:5px;
        left:5px;
        color:#bbb;
        background-color:#222;
        border-color:#444;
        border-width:3px;
        border-style:solid;
        border-radius:12px;
        font-family:'MS Serif', 'serif';
        font-size:16px;
        padding-left:3px;
        padding-right:3px;
    }



    .candy-header-title{
        display:inline-block;
        text-align: right;
        font-size: 10px;
        line-height: 22px;
        color: rgb(51, 51, 51);
    }
    .candy-header-title img{
        max-height: 18px;
        max-width: 250px;
    }
    .candy-header-title-pickup-items {
        max-height: 15px!important;
    }
    .candy-header-title-pr {
        color: #b8babc;
        font-size: 12px;
    }
    .candy-header-title-top10 {
        font-size: 16px;
        color: #e60012;
    }
    .candy-reco-items {
        display: block;
        text-align: center;
        box-sizing: border-box;
        background: #fff;
        color: #000;
        height: 248px;
        width:100%;
        padding-right: 2px;
    }

    .candy-reco-item {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        overflow: hidden;
        width: 100%;
        position: relative;
        background-color:#fff;
/*        padding-top: 4px;
        border-bottom: solid 4px rgba(0, 0, 0, 0);*/
    }
    .candy-reco-item3 {
        height: 70px !important;
        width: 100%;
    }
    .candy-reco-item3 .candy-reco-image {
        width: 73px;
        height: 73px !important;
    }

    .candy-reco-item-lower:before {
        content: "";
        position: absolute;
        left: 4%;
        top: 0;
        width: 97%;
        border-bottom: 1px solid rgb(217, 217, 217);
        z-index: 10000;
    }

    .candy-reco-link{
        text-decoration: none;
    }

    .candy-reco-text {
        display:none;
        text-decoration: none;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 1.2em;
        height: 48px;
        color: rgb(51, 51, 51);
        margin: 0;
        position: relative;
        font-weight: 700;
        margin-top: 5px
        margin-bottom: 5px;
        width:90%;
        margin:auto;
/*        margin-top: 10px;
        margin-bottom: 0px;
        margin-left:auto;
        margin-right:auto;
        width:80%;*/
    }

    .candy-reco-site {
        text-decoration: none;
        text-align: left;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 1.4em;
        color: #888;
        background-color:#fff;
        margin: 5px 0;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -moz-line-clamp: 1;
        display: -moz-box;
        -ms-box-orient: vertical;
        -ms-line-clamp: 1;
        -o-box-orient: vertical;
        -o-line-clamp: 1;
        display: -o-box;
        box-orient: vertical;
        line-clamp: 1;
        display: box;
        width:90%;
/*        position:absolute;
        bottom:0px;*/
        margin:auto;
    }
    .candy-reco-item3 .candy-reco-site {
        margin: 0;
    }

    .candy-reco-price {
        text-decoration: none;
        text-align: left;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 1.3em;
        height: 1.3em;
        color: #e60012;
        margin-bottom: -2px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -moz-line-clamp:1;
        display: -moz-box;
        -ms-box-orient: vertical;
        -ms-line-clamp: 1;
        -o-box-orient: vertical;
        -o-line-clamp: 1;
        display: -o-box;
        box-orient: vertical;
        line-clamp: 1;
        width:90%;
        margin:auto;
    }
    .candy-reco-item3 .candy-reco-price {
        margin: 9px 0 3px;
    }
    .candy-reco-image {
        display: inline-block;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        background: transparent;
        height: 100%;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
        table-layout: fixed;
        vertical-align: top;
        text-align: left;
        float: left;
    }

    .candy-reco-panel {
        display: none;
        width: 100%;
        height: 80px;
        float: left;
        position:absolute;
        bottom:0;
        left:0;
        background-color:#fff;
        padding-top:2px;
    }
    .candy-reco-item3 .candy-reco-panel {
        width: calc(100% - 85px);
        height: 75px;
    }

    .candy-image-center{
        top: 50%;
        display:block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }
    .candy-image-topright{
        top:0;
        right: 0;
    }

    .candy-img-vert {
/*        height: 120%;*/
/*        width: auto;*/
        width: 100%;
        max-width: none;
        max-height:none;
    }

    .candy-img-hori {
        width: 100%;
/*        height: auto;*/
/*        height: 100%;*/
        max-width: none;
        max-height:none;
    }

    .candy_ellipsis{

        width: 100%;
        overflow: hidden;
        word-break: break-all;
        white-space: normal;
        text-overflow: ellipsis;
        word-wrap: break-word;

    }
    .candy-reco .ie-ellipsis{/* white-space: nowrap; */}
    .candy-reco .ellipsisor{
        position:absolute;right:0;bottom:0;background: #fff;;
    }
    .candy_ellipsis_wraper {
        position: relative;
    }

    .candy-footer {
        display: block;
        font-size: 12px;
        text-align: left;
        color: #4c4b4b;
        height: 23px;
        float: right;
        position: absolute;
        top: -3px;
        right: 10px;
    }

    .candy-reco-logo{
    	height:18px;
    	width:18px;
/*      padding-left:5px;*/
      display:inline-block;
    }
    .candy-reco-logo img{
        max-height: 15px;
        max-width: 250px;
        transform: translateY(4px);
    }
    .candy-swiper-slide{
        width: 100%;
        height: 100%;
/*        padding-left:4px;
        padding-right:4px;*/
/*        border-right: dashed 1px #888;*/
    }

    .candy-section .flickity-prev-next-button{
        display: none;
    }

    .candy-reco a:hover {
        opacity: 0.4;
        display: block;
        filter: alpha(opacity = 40); / For IE8 and earlier /
    }
    .candy-link-box {
        position: relative;
    }

    .candy-link-box a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .candy-clear-fix:after {
        display:block;
        clear:both;
        height:0;
        visibility:hidden;
        content:".";
    }

    .candy-clear-fix{
        min-height: 1px; /*IE6、7対策*/
    }
    .candy-reco-content {
        text-decoration: none;
        text-align: left;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 1.4em;
        color: rgb(64,64,64);
        margin: 7px 0;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -moz-line-clamp: 3;
        display: -moz-box;
        -ms-box-orient: vertical;
        -ms-line-clamp: 3;
        -o-box-orient: vertical;
        -o-line-clamp: 3;
        display: -o-box;
        box-orient: vertical;
        line-clamp: 3;
        display: none;
    }
    .candy-reco-text-index {
        color: #e60012 !important;
        font-size: 15px;
        display:none
    }

    .candy-reco-1line-text {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -moz-line-clamp:3;
        display: -moz-box;
        -ms-box-orient: vertical;
        -ms-line-clamp: 3;
        -o-box-orient: vertical;
        -o-line-clamp: 3;
        display: -o-box; 
        box-orient: vertical;
        line-clamp: 3;
        display: box;
    }

   .candy_title{
     height:70px;
   }

    .candy-reco-2line-text {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -moz-box-orient: vertical;
        -moz-line-clamp:2;
        display: -moz-box;
        -ms-box-orient: vertical;
        -ms-line-clamp: 2;
        -o-box-orient: vertical;
        -o-line-clamp: 2;
        display: -o-box;
        box-orient: vertical;
        line-clamp: 2;
        display: box;
        height: 40px;
        margin: 0;
    }

