@charset "utf-8";
.page_top_style{
	height:1000px
}
#page_top {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
}
#page_top a {
/*	background-color: #FF5C26;*/
    background-color: #C60022;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 1rem 1rem;
}
#page_top a:hover {
	background-color: #FC9;
	text-decoration: none;
}
