@charset "utf-8";
/* CSS Document */
#pageTop {
position: fixed;
bottom: 13px;
right: 10%;
left: auto;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
display: block;
z-index: 999;
width: 96px;
height: 35px;
background-color: #3000BB;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
text-align: center;
vertical-align: middle;
border-radius: 30px;
line-height: 37px;
opacity: 0.6;
}
#pageTop a:hover {
  text-decoration: none;
}



@media screen and (min-width:0px) and ( max-width:780px) {
#pageTop {
position: fixed;
bottom: 13px;
right: 2%;
left: auto;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
display: block;
z-index: 999;
width: 96px;
height: 35px;
background-color: #3000BB;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
text-align: center;
vertical-align: middle;
border-radius: 30px;
line-height: 37px;
opacity: 0.6;
}
#pageTop a:hover {
  text-decoration: none;
opacity: 0.6;
}
}
