.fv {
	padding-bottom: 20px;
	max-width: 1100px;
	margin: 0 auto;
}
.swiper-container {
	overflow: visible !important;
}
.swiper-slide a {
	display: inline-block;
}
.swiper-slide img {
	width: 100%;
	vertical-align: top;
}
.swiper-pagination-bullets {
    position: static !important;
    text-align: center !important;
}
.swiper-pagination-bullet {
	width: 36px !important;
	height: 7px !important;
	border-radius: 0 !important;
	background: #dedede !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
	background: #fed900 !important;
}
.visible_pc {
	display: block;
}

/* facebook plugin */
@media screen and (max-width: 767px) {
	.visible_pc {
		display: none;
	}
	.fb-plugin-responsive {
	width: 100%;
}
}