@charset "utf-8";
/* CSS Document */

#page-top {
	position: fixed;
	right: 15px;
	bottom: 30px;
	clear: both;
}
#page-top a {
    background-color: #F4F4F4;
    text-decoration: none;
    color: #FFFFFF;
    width: 70px;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    font-size: 30px;
    line-height: 100%;
}
#page-top a:hover {
    text-decoration: none;
    background-color: #D0D0D0;
}
/* ########### 520px以下 ########## */
@media screen and (max-width:520px) {
#page-top a {
    width: 50px;
    padding-top: 5px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#page-top a img {
    width: 25%;
}

}
