@charset "utf-8";

#fixedTop {
right: 10px;
bottom: 10px;
width: 104px;
height: 100px;
text-align: center;
display: none;
position: fixed;
z-index: 9999;
background: url(../img/pagetop.png) left top no-repeat;
}
#fixedTop:hover {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
opacity: 0.7;
text-decoration: none;
}

#page-top {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

a:link#fixedTop ,
a:link#page-top {
text-decoration: none;
}

@media only screen and (max-width: 767px){
#fixedTop {
right: 10px;
bottom: 10px;
width: 50px;
height: 48px;
background: url(../img/pagetops.png) left top no-repeat;
}
}