@charset "utf-8";
/* CSS Document */
.scrollup{
	width:38px;
	height:38px;			
	text-indent:-9999px;
	opacity:0.5;
	position:fixed;
	bottom:48px;
	right:30px;
	display:none;
	background: url(icon_top.png);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.scrollup:hover{
	opacity:1;
	}

