@charset "UTF-8";
/* CSS Document */



/*============

page-top
==============*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index:30;
    line-height: 0.8em;
}
#page-top a {
    text-decoration: none;
    width: 100px;
    text-align:center;
    display: block;
    font-size: 1.2em;
}
#page-top a:hover {
    text-decoration: none;
   	opacity: 0.6; 
}

#page-top span {
    font-size: 0.6em;
    line-height: 0.6em;
}

@media screen and (max-width:600px) {
#page-top {
    position: fixed;
    bottom: 0px;
    right: -10px;
    z-index:20;
    line-height: 0.8em;
    margin: 0 0 10px;
}

#page-top img{
	width: 35px;
}

}