@charset "UTF-8" ;
#page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
	z-index: 3;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 0;
    text-align: center;
    display: block;
	
}
#page-top.stop{
	position: absolute;
    display: block !important;
	right: -15%;
    top: -162px;
}

@media screen and (max-width:1590px){
#page-top.stop{
	right: 0;
    top: -162px;
	height: 200px;
}
}

@media screen and (max-width:768px){
#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index: 3;
}
#page-top a {
    width: 80px;
}
#page-top.stop{
	right: 0;
    top: -100px;
}
}

@media screen and (max-width:577px){

#page-top.stop{
    top: -105px;
}
}