@charset "UTF-8" ;
#ToHome {
  position: fixed;
  bottom: 44px;
  right: 20px;
}
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 20px ;
	bottom: 20px ;
}
 
#tohome a {
  display: block ;
	text-align: center ;
}
#ToHome img {
	opacity: 0.8;
	width: 40px;
	height: 40px;

}
 
#ToHome a:hover {
  text-decoration: none;
  opacity: 0.6;
}
