﻿@charset "utf-8";
.swiper-container {
/*	margin-top: 50px;*/
	width: 840px;
	background: #fff;
}

.swiper-slide {
	width: 500px;
}

.swiper-slide a {
	transition: 0.2s;
}

.swiper-slide-active a:hover {
	opacity: 1;
}

.swiper-button-next:hover {
	opacity: .6 !important;
}

.swiper-button-prev:hover {
	opacity: .6 !important;
}

.swiper-pagination {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	/*background: #02328d;*/
}

.swiper-button-prev {
	width: 50%;
	height: 300px;
	left: -250px;
	top: 0;
	background: url(../img/ichimatsu.png) repeat 0 0;
	border-radius: 5px;
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
	/*transform: rotate(180deg);*/
}

.swiper-button-prev:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 100%;
	/*background: url(../images/jt.png) no-repeat 0 center;*/
	left: 94%;
	top: 50%;
	margin-top: -180px;
}
 
.swiper-button-next {
	width: 50%;
	height: 300px;
	right: -250px;
	top: 0;
	background: url(../img/ichimatsu.png) repeat 0 0;
	border-radius: 5px;
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
}

.swiper-button-prev img {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
}

 
.swiper-button-next:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 100%;
	/*background: url(../images/jt.png) no-repeat 0 center;*/
	right: 94%;
	top: 50%;
	margin-top: -180px;
}

 

.swiper-slide img {
	height: 300px;
}

.swiper-button-prev p {
	display: inline-block;
	width: 40px;
	height: 60px;
	background: #7C868F;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}

.swiper-button-next p {
	display: inline-block;
	width: 40px;
	height: 60px;
	background: #7C868F;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}

.op{
	opacity: 1 !important;
	background: #1378e1 !important;
}