@charset "UTF-8";
img {
	max-width:100%;
	height:auto;
}
.mainImg {
	height:150px;
	background:#000;
}
	.mainImg h2{
		line-height:150px;
		text-align:center;
		color:#fff;
	}
#top .mainImg {
	height:507px;
	background:#000;
}
	#top .mainImg h2 {
		line-height:507px;
	}

.fixBtn {
	position:fixed;
	width:41px;
	right:0;
	top:50%;
	margin-top:-80px;
}
@media (max-width: 767px) {
	.fixBtn {
		display:none;
	}
}