@charset "utf-8";
/* 回到top-start */
#page-top {
	position: fixed;
	bottom:60px;
	right: -90px;
	z-index:1000;
	transition: 0.3s;
	}
#page-top a {
	display:block;
	position: relative;
    width: 80px;
    height: 80px;
	background:url(../images/wrapperTop.jpg) center center no-repeat;
    background-color: #e8c976;
    color: #e8c976;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    transition: 0.3s;
	}

#page-top:hover {
	bottom:70px;
	transition: 0.3s;
}
/* 回到top-end */

@media only screen and (max-width: 468px) {
#page-top a {
    width: 50px;
    height: 50px;
	background-size:30px auto;
	font-size:0;	
}	
}
