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

#page-top2 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 40;
}

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

	#page-top2 {
    right: 10px;

}
	
	
	#page-top2 img {
    width: 90px;
}
	
}