@charset "UTF-8";

.flex-control-nav {
    position: relative;
    bottom: auto;
    margin-top: 10px;
    /* スライダーとの間隔 */
    text-align: center;
}

/* Control Nav */
.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #d3e2ef;
    background: rgba(211, 226, 239, 1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #005BAB;
    background: rgba(0, 91, 171);
}

.flex-control-paging li a.flex-active {
    background: #005BAB;
    background: rgba(0, 91, 171);
    cursor: default;
}