﻿.main_visual {
    position:relative;
}

.main_image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

    .main_image ul {
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 9999px;
    }

    .main_image li {
        float: left;
        height: 525px;
        width: 100%;
    }

        .main_image li span {
            display: block;
            height: 525px;
            width: 100%;
        }

        .main_image li a {
            display: block;
            padding-left: 24px;
            padding-top: 22px;
        }


div.flicking_con .flicking_inner {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 999;
	display:none;
}
/* 121126 */
div.flicking_con a {
    float: left;
    width: 60px;
    height: 5px;
    margin: 0 5px 0 0;
    padding: 0;
    /*background: url('../images/sada.jpg') 0 0 no-repeat;*/
    /*background: #fff;*/
    display: block;
    text-indent: -1000px;
}

    div.flicking_con a.on {
        /*background: #066102;*/
        /*background: url('../images/sad.jpg') 0 0 no-repeat;*/
    }

#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 38px !important;
    height: 57px !important;
    top: 50%;
    margin-top: -37px;
}

#btn_prev {
     background: url('../images/an-left.png') no-repeat left top;
    left: 0px;
	cursor:pointer;
}

#btn_next {
    background: url('../images/an-right.png') no-repeat right top;
    right: 0px;
	cursor:pointer;
}
