@charset "utf-8"
;#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top A{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #666666;
    text-decoration: none;
    color : #ffffff;
    width : 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover{
    text-decoration: none;
    background: #999;
}
@media screen and ( max-width:640px ){
#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
#page-top A{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #666666;
    text-decoration: none;
    color : #ffffff;
    width : 75px;
    padding : 20px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover{
    text-decoration: none;
    background: #999;
}
}
@media screen and ( max-width:350px ){
#page-top{
    position: fixed;
    bottom: 20px;
    right : 20px;
    font-size: 77%;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
#page-top A{
    background : none 0% 0% / auto auto repeat scroll padding-box border-box #666666;
    text-decoration: none;
    color : #ffffff;
    width : 50px;
    padding : 15px 0px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover{
    text-decoration: none;
    background: #999;
}
}