


/*************** page-top ***************/

@charset "utf-8";
/* CSS Document */
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 77%;
	z-index:4;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
