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

/*　top_btn.jsで使用するCSS
================================================*/


#page-top {
    position: fixed;
    bottom: 80px;
    right: 0;
    font-size: 77%;
	z-index:50;
}

#page-top a {
	box-sizing:border-box;
	background-image:url(../images/to_top_back.png?20190131);
	background-position:center top;
    text-decoration: none;
	background-color:#000;
    width: 40px;
	height:60px;
    padding: 20px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
}

