ï»?
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
/* body */
body {
    margin: 0;
    padding: 0;
    
}

.main_image {
    width: 100%;
    height: 505px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

    .main_image ul {
        width: 9999px;
        height: 690px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_image li {
        float: left;
        width: 100%;
        height: 397px;
    }

        .main_image li span {
            display: block;
            width: 100%;
            height: 690px;
        }

        .main_image li a {
            display: block;
            width: 100%;
            height: 690px;
        }

div.flicking_con {
    width: 100%;
    margin: 0 auto;
    position: relative;     
     text-align:center;
}

    div.flicking_con .flicking_inner {
        position: absolute;
        top: 470px;
        left:0px;
        z-index: 10;
        width: 100%;
        height: 21px;
        text-align:center;
    }
    /* 121126 */
    div.flicking_con a {

        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0;
        background:rgba(255,255,255,0.5);
        display: inline-block;
        text-indent: -1000px;
        border-radius:25px;

    }

        div.flicking_con a.on {
             background:#fff;
        }

#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: none;
    width: 33px!important;
    height: 63px!important;
    top: 50%;
    margin-top: -55px;
    background:rgba(0,0,0,0.2);
    border-radius:5px;
    line-height:63px;
    text-align:center;
    color:#fff;
    font-size:14px;
}

#btn_prev {
   
    left: 100px;
}

#btn_next {

    right: 100px;
}

#main_visual {
    z-index: 0;
}

