@charset "utf-8";
/* CSS Document */
.fv_btn{
	background: url("../img/fvhand2.png") no-repeat;
	background-size: cover;
	}
.top {
    position: relative;
    margin-top: -110px;
}
.top2{
	position: relative;
	margin-top: -120px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1000px){
	.fv_btn{
		background: url(../img/fvhand.png) no-repeat;
		background-size: 100%;
	}
}