@charset "utf-8";
@media screen and (min-width: 917px){
div.tothetopfixed {
	position: fixed; right: 15px; bottom: 20px; z-index: 1500; } 
div.tothetopfixed a { display: block; }
}


@media screen and (max-width: 916px){
.tothetopfixed{ display: none; }
}