@charset "UTF-8";
#pageTop{
background:#f00;
border-radius:10px;
color:#FFF;
padding:20px;
position:fixed;
bottom:20px;
right:20px;
font-size:20px;
font-weight:bold;
line-height:1em;
width:60px;
height:60px;
text-decoration:none;
-webkit-transition: bottom .3s linear;
-moz-transition: bottom .3s linear;
}
#pageTop:hover{
background:#f00;
text-decoration:none;
bottom:30px;
}