@charset "utf-8";

.up {
	position: relative;
	bottom: -20px;
	opacity: 0;
}

.upstyle {
	bottom: 0;
	opacity: 1;
	transition: 1s 0.5s;
}
