body {
	margin: 0;
}
p {
	margin: 0 0 1em;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.contents {
	max-width: 630px;
	margin: 0 auto;
	padding: 20px;
	background: #f2f2f2;
}
.title {
	font-weight: bold;
}

.swiper-container {
	margin: 0 0 2em;
}
.swiper-container.swiper10 {
	margin: 0;
}
.swiper_thumbs .swiper-slide {
	position: relative;
	cursor: pointer;
}
.swiper_thumbs .swiper-slide:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.swiper_thumbs .swiper-slide.swiper-slide-thumb-active:before {
	content: none;
}

.copyright {
	text-align: center;
	padding-top: 2em;
	font-size: 14px;
}
