/*
 * This file is part of EC-CUBE B2B
 *
 * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved.
 *
 * http://www.lockon.co.jp/
 *
 * This program is NOT free software.
 * LICENSE: See also LICENCE.txt file.
 */
@charset "utf-8";

#slide_block {
    text-align: center;
    margin: 5px auto;
}

#slide_block .flexslider {
    margin: 0;
}

#slide_block .slider {
    margin: 0 0 10px 0;
}

#slide_block .flex-control-paging.square li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#slide_block .flex-control-paging.numeric li a {
    background: none;
    text-indent: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#slide_block .flex-control-paging.numeric li a:hover,
#slide_block .flex-control-paging.numeric li a.flex-active {
    background: none;
}

#slide_block .flex-control-nav {
    bottom: 0;
}
