﻿/*banner*/
#banner_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
.box_swipe {
    overflow: hidden;
    position: relative;
    top: 0px;
}
.box_swipe ul {
    -webkit-padding-start: 0px;
    float: left;
}
.box_swipe ul li {
    height: 100%;
    float: left;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.box_swipe ul li img {
    width: 100%;
    float: left;
}

.box_swipe ul li .sp1 {
    width: 100%;
    display:block;
    text-align: center;
    color: #FFFFFF;
}

.box_swipe ul li .sp2 {
    width: 100%;
    display:block;
    margin-top:1em;
    text-align: center;
    font-size:0.75em;
    color: #FFFFFF;
}

.box_swipe ol {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 22;
}
.box_swipe ol li {
    display: inline-block;
    background-clip: padding-box;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}