@charset "UTF-8";


.backtotop {
position: fixed;
right: 0;
bottom: 15px;
z-index: 9000;
display: none;
}    
 
.backtotop a {
display: block;
color: #fff;
padding: 5px 5px 5px 5px;
margin: 0;
background-color:#009943;
border-radius: 7px 0 0 7px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
width:48px;
height:46px;
border-top:2px solid #009943;
border-left:2px solid #009943;
border-bottom:2px solid #009943;

}
 
.backtotop a:hover {
background:#fff;
color:#009943;
border-top:2px solid #009943;
border-left:2px solid #009943;
border-bottom:2px solid #009943;
}
