@charset "UTF-8" ;
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 10px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
 
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}