/*------------------------------------------------
main
------------------------------------------------*/
/*swiper*/
.swiperWrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 70px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*下面 flex居中顯示 可不要*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.info{
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 2px #777;
}
.swiperWrapper .swiper-pagination {
    padding-top: 20px;
    width: 100%;
}
.swiperWrapper .swiper-pagination span {
    background: #666;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
    display: inline-block;
    opacity: 1;
}
.swiperWrapper .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
.swiperWrapper .swiper-button-prev {
    background: url("../images/img_index/prev.png") no-repeat;
    left: 0;
}
.swiperWrapper .swiper-button-next {
    background: url("../images/img_index/next.png") no-repeat;
    right: 0;
}

/*2020-07--27 add*/
/*advertList*/
#advertList_area ul {
    /*margin: 0 -2px;*/
}
#advertList_area ul li {
    float: left;
    padding: 0 2px;
    margin-bottom: 12px;
}
#advertList_area ul li a {
    display: block;
    cursor: pointer;
}
#advertList_area ul li img {
    max-height: 156px;
    margin: 0 auto;
}

/*NEWS*/
.section_ {
    margin-top: 40px;
}
#block_of_topic .ttl_news {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    border-bottom: 1px dotted #ccc;
    font-family: "Arial", "繝｡繧､繝ｪ繧ｪ", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", "sans-serif";
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
}

#block_of_topic .ttl_news i {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 24px;
    height: 28px;
    background: url(../images/img_common/icon_normal.png) no-repeat;
    background-position: -33px -90px;
}
#new_topic_area dl {
    padding: 0 10px 24px 0;
    font-size: 12px;
}
#new_topic_area dl dt {
    position: absolute;
    width: 18px;
    height: 18px;
}
#new_topic_area dl:first-child dt {
    background: url("../images/img_index/icon_news.png") 0 0 no-repeat;
}
#new_topic_area dl:nth-child(2) dt {
    background: url("../images/img_index/icon_news.png") 0 -27px no-repeat;
}
#new_topic_area dl:nth-child(3) dt {
    background: url("../images/img_index/icon_news.png") 0 -54px no-repeat;
}
#new_topic_area dl dd.date_ {
    float: left;
    width: 73px;
    margin-left: 33px;
}
#new_topic_area dl dd.topic_ {
    float: left;
    width: 540px;
    margin-left: 10px;
}
#new_topic_area dl dd.topic_ a:hover {
    color:#3366cc;
}
#new_topic_area dl dd.topic_ a {
    color: #555;
    display: block;
}

/* 查看更多 */
.btn_next_view_ {
    float: right;
    display: inline-block !important;
    height: 21px;
    padding-left: 25px;
    background: url(../images/img_common/bg_btn_arrow.gif) left center no-repeat;
    color: #666;
    line-height: 21px;
    font-size: 14px;
    cursor: pointer;
}
.glid_ li .btn_next_view_ {
    float: none;
}


@media(max-width:767px) {
    .mainframe_ {
        float: none;
        width: 100%;
    }
    .swiperWrapper {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .swiperWrapper .swiper-pagination {
        padding-top: 2px;
        line-height: 20px;
    }
    .swiperWrapper .swiper-pagination span {
        width: 7px;
        height: 7px;
        margin: 0 3px;
        border-radius: 50%;
    }
    #new_topic_area dl dd.topic_ {
        width: 66%;
    }
    .section_ {
        margin-top: 20px;
    }
    .list_type_01_ li {
        height: 250px;
    }
    #block_of_priced_event .list_type_01_ li {
        height: 270px;
    }
    .block_of_review .list_type_01_ li {
        height: 310px;
    }
    .list_type_01_ li .icon_product_info_ {
        left: 15px;
    }
}
