@charset "utf-8";
/* CSS Document */

#pageTop {
position: fixed;
bottom: 13px;
right: 2%;
left: auto;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
display: block;
z-index: 999;
padding-top: 11px;
padding-right: 0;
padding-bottom: 0;
width: 98px;
height: 30px;
background-color: #8A8A8A;
color: #fff;
font-weight: bold;
text-decoration: none;
padding-left: 23px;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
