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

#icon {
	display: none;
	position: fixed;
	top: 50px;
	right: 0px;
	z-index: 9999;
}
#icon a {
	display: none;
	width: 225px;
	height: 190px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

@media only screen and (max-width:480px){
    #icon{
        display: none;
    }
    #icon a{
        display: none;
	width: 0px;
	height: 0px;  
    right: -2000px;    
    }    
    .pagetop{
            display: none;    
    }
}