@charset "utf-8";

.pagetop {
	bottom: 250px;
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {

	.pagetop {
		bottom: 90px;
	}
}
