/* CSS Document */
@charset "utf-8";

/*==================================
    Main slider
==================================*/
.autoplay{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
}

    .autoplay li{
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
    }

        .autoplay li a img{
            margin-bottom: 0.5em;
            margin-bottom: 0.5em;
            width: 100%;
            height: 80px;
            display: block;
            object-fit: cover;
        }
        .autoplay li a p{
            font-size: 0.9em;
            line-height: 120%;
        }
        .autoplay li a p.newShopList_area{
            padding: 0.2em;
            box-sizing: border-box;
            background-color: #EBB650;
            position: absolute;
            top: 0;
            color: #FFF;
            font-size: 0.8em;
            line-height: 120%;
        }


