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


#page-top {
		position: fixed;
		bottom: 85px;
		right: 5px;

		font-size:8px;
		z-index:1000;
}
 
#page-top a {
		display: block;
		background: #666;
		color: #fff;
		width: 20px;
		padding: 20px 0;
		padding-left:15px;
		padding-right:20px;

		text-decoration: none;
		border-radius: 50px;
		text-align:right;

}
 
#page-top a:hover {
    background: #999;
    text-decoration: none;
}
	
}


@media screen and (min-width:480px) {


#page-top {
    position: fixed;
    bottom: 65px;
    right: 0;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #666;
    color: #fff;
    width: 50px;
    padding: 25px;
				
    text-align: center;
    text-decoration: none;
    /*border-radius: 10px;*/
				border-radius: 60px 60px 60px 60px;
}
 
#page-top a:hover {
    background: #999;
    text-decoration: none;
}
	
}