@charset "utf-8";

/* ===================================
 swiper default style
=================================== */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* ===================================
 top photo slider
=================================== */
#topPhotoSlider {
	width: 258px;
	height: 458px;
	float: left;
	position: relative;
	border: 1px solid #DCDDDE;
}
#topPhotoSlider .swiper-container {
	width: 258px;
	height: 430px;
}
#topPhotoSlider .swiper-container .swiper-wrapper .swiper-slide {
	width: 258px;
	height: 430px;
	position: relative;
}
#topPhotoSlider .swiper-container .swiper-wrapper .swiper-slide a {
	font-size: 1.4em;
	background: #E9E9E9;
	display: block;
}
#topPhotoSlider .swiper-container .swiper-wrapper .swiper-slide a img {
	width: 100%;
	display: block;
}
#topPhotoSlider .swiper-container .swiper-wrapper .swiper-slide a span.title {
	width: 248px;
	line-height: 1.4;
	background: #FFF;
	padding: 5px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#topPhotoSlider .pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 258px;
	height: 28px;
	vertical-align: middle;
	background: #CC0000;
}
#topPhotoSlider .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #FFF;
	margin: 10px 5px;
	cursor: pointer;
}
#topPhotoSlider .pagination .swiper-active-switch {
	background: red;
}
#topPhotoSlider .navigation .arrow-left {
	display: block;
	width: 40px;
	height: 28px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#topPhotoSlider .navigation .arrow-left:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 19px;
	width: 0;
	height: 0;
	margin-top: -7px;
	border: 7px solid transparent;
	border-right: 10px solid #fff;
}
#topPhotoSlider .navigation .arrow-right {
	display: block;
	width: 40px;
	height: 28px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#topPhotoSlider .navigation .arrow-right:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	width: 0;
	height: 0;
	margin-top: -7px;
	border: 7px solid transparent;
	border-left: 10px solid #fff;
}

/* --- fallback */
.no-js #topPhotoSlider .arrow-left,
.no-js #topPhotoSlider .arrow-right {
	display: none;
}
