@charset "utf-8";
/* CSS Document */

@keyframes opacity_move_top{
	0%{ opacity: 0; }
	100%{ opacity: 0.8; }
}