@charset "utf-8";

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
/*
	bottom:50px;
	right:50%;
	margin-right: -540px;
*/
	right: 20px;
	bottom: 20px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	background:url(btn_gotop.png) no-repeat top right;
	z-index:1000;
	font-size: 0px;
	text-indent:-9999px; 
	background-size: cover;
}

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

/*
#toTopHover {
	background:url(../image/common/btn_gotop.png) no-repeat bottom right;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
*/

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



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