@charset "utf-8";

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:50px;
	overflow:hidden;
	width:40px;
	height:40px;
	border:none;
	background:url(btn_gotop.png) no-repeat top right;
	background-size: contain;
	z-index:1000;
	font-size: 0px;
	text-indent:-9999px; 
	opacity:0.3;
	transition: 0.3s;
}

#toTop:hover {	
	background:url(btn_gotop.png) no-repeat bottom right;
	background-size: contain;
	opacity:1;
}


#toTop:active, #toTop:focus {
	outline:none;
}



@media screen and (max-width: 899px) {
	
	#toTop{	
		bottom: 20px;
		right: 20px;
		margin-right: 0px; 
		
	}
}