@charset "utf-8";
/* CSS Document */

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	width: 100%;
	height: 100%;
	text-align: center;
}

.mySwiper2 .swiper-slide{
	background-color: #1C4D7F;
	margin-top: auto;
	margin-bottom: auto;
}

.mySwiper .swiper-slide{
}

.mySwiper2 .swiper-slide img{
	margin-top: 5px;
	margin-bottom: 5px;
}
.mySwiper .swiper-slide img{
	margin-top: 5px;
}

.swiper-slide img{
	max-width:95%;
	max-height:90%;
}

.swiper-slide p{
	font-size: 140%;
	color: #FFF;
}

.swiper-slide:nth-child(3n + 1) {
}

.swiper-slide:nth-child(3n + 2) {
}

.swiper-slide:nth-child(3n + 3) {
}

.mySwiper2 {
  height: 80%;
  width: 80%;
}

.mySwiper {
  width: 80%;
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next{
	background-image: url(../images/next.png);	
}
.swiper-button-prev{
	background-image: url(../images/prev.png);	
}
.swiper-box{
	position: relative;
	margin-top: 5px;
}
