.top-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 1.0rem;
    color: #fff;
    line-height: 1.2;
	margin:0.35em auto;
}

.top-swiper img {
    display: block;
	width: 100%;
    height:auto;
  /*max-width: 430px;
    max-height: 228px;*/
	max-height: 228px;
}

.top-swiper .swiper-pagination-fraction {
    position: absolute;
    bottom: 0.2rem !important;
    right: 0.2rem !important;
    left: auto;
    width: auto;
}

.top-swiper .swiper-container {
    height: 100%;
    overflow: hidden;
}

.top-swiper .swiper-slide {
    position: relative;
    height: 100%;
}

.top-swiper .swiper-slide a {
    display: block;
    position: relative;
}

.top-swiper .swiper-slide a:after {
    top: 0;
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    box-shadow: 0 -1.0rem 0.5rem #333 inset;
}

#video-swiper .swiper-slide a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1.0rem;
    height: 1.0rem;
    background: url('../img/ico_play.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    border-radius: 100%;
    box-shadow: 0 0 10px #333;
    margin: auto;
}

.top-swiper .swiper-slide h3 {
    position: absolute;
    z-index: 1000;
    width: 85%;
    left: 0.2rem;
    bottom: 0.2rem;
    color: #fff;
    line-height: 1.4;
    font-size: 1.0rem;
	font-weight:bold;

    height: 1.4;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.top-swiper .swiper-pagination-current {
    color: #2D8BDE;
    font-style: italic;
    font-size: 1.1rem;
}

.top-swiper .swiper-pagination-total {
    font-size: 1.1rem;
}
