@charset "Shift_JIS";
#topimage-swiper {
    width:1050px;
    height:100%;
}
.topimage-swiper-wrapper {
    height:100%;
}
.topimage-swiper-wrapper swiper-slide {
    height:100%;
}
.topimage-swiper-wrapper .swiper-slide img {
    vertical-align:middle;
    display:block;
    width:auto;
    max-height:360px;
    border:10px solid #fff;
    position:relative;
    left:-10px;
    top:-10px;
    box-shadow:0px 2px 5px rgba(0,0,0,1);
    -webkit-transition:300ms;-moz-transition:300ms;-ms-transition:300ms;-o-transition:300ms;transition:300ms;
    -webkit-transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);
    -webkit-backface-visibility:hidden;
    filter:alpha(opacity=50);-ms-filter:"alpha(opacity=50)";-khtml-opacity:.5;-moz-opacity:.5;opacity:0.5;
}
* html body .swiper-slide img {
    width: expression(this.width >= this.height ? "auto" : "360px");
    height: expression(this.width <= this.height ? "auto" : "360px");
}
.topimage-swiper-wrapper .swiper-slide-active img {
    -webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);
    filter:alpha(opacity=100);-ms-filter:"alpha(opacity=100)";-khtml-opacity:1;-moz-opacity:1;opacity:1;
}
.topimage-swiper-wrapper .swiper-slide .inner {
    height:100%;
    padding:20px 20px 50px;
    -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.topimage-swiper-pagination {
    position:absolute;
    text-align:center;
    left:0;
    bottom:-20px;
    width:1050px;
    line-height:40px;
    height:40px;
    z-index:20;
}
.topimage-swiper-pagination .swiper-pagination-switch {
    vertical-align:middle;
    display:inline-block;
    width:24px;
    height:24px;
    background:#000066;
    cursor:pointer;
    -webkit-transition:300ms;-moz-transition:300ms;-ms-transition:300ms;-o-transition:300ms;transition:300ms;
    margin:0 1px;
}
.topimage-swiper-pagination .swiper-pagination-switch:first-child {
    border-radius:3px 0 0 3px;
}
.topimage-swiper-pagination .swiper-pagination-switch:last-child {
    border-radius:0 3px 3px 0;
}
.topimage-swiper-pagination .swiper-visible-switch {
    background:#2D5694;
}
.topimage-swiper-pagination .swiper-active-switch {
    background:#8FBBC7;
}
.topimage-swiper-side-switch {
    color: white;
    font-weight: bolder;
    background: #2D5694;
    height: 30px;
    line-height:30px;
    width: 60px;
    border-radius: 10px;
    z-index:21;
    cursor: pointer;
    display:none;
}
.topimage-swiper-side-switch:hover {
    background:#8FBBC7;
}
.topimage-swiper-frame-left {
    position:absolute;
    bottom: 0px;
    left:50px;
}
.topimage-swiper-frame-right {
    position:absolute;
    bottom: 0px;
    right:50px;
}
