@charset "utf-8";

@media screen and (min-width:1px) and ( max-width:480px) {
.pagetop{position:fixed;right:10px;bottom:10px;max-width:210px;width:100%;}
.pagetop img:hover{opacity:;}
img#pagetopimgs2{max-width:210px;width:100%;height:auto;margin:0;display:block;}
}

@media screen and (min-width:481px) and ( max-width:640px) {
.pagetop{position:fixed;right:10px;bottom:10px;max-width:210px;width:100%;}
.pagetop img:hover{opacity:;}
img#pagetopimgs2{max-width:210px;width:100%;height:auto;margin:0;display:block;}
}

@media screen and (min-width:641px) and ( max-width:800px) {
.pagetop{position:fixed;right:20px;bottom:20px;max-width:180px;width:100%;}
.pagetop img:hover{opacity:;}
img#pagetopimgs2{max-width:180px;width:100%;height:auto;margin:0;display:block;}
}

@media screen and (min-width:801px) and ( max-width:980px) {
.pagetop{position:fixed;right:20px;bottom:20px;max-width:210px;width:100%;}
.pagetop img:hover{opacity:;}
img#pagetopimgs2{max-width:210px;width:100%;height:auto;margin:0;display:block;}
}

@media screen and (min-width:981px) and ( max-width:1100px) {
.pagetop{position:fixed;right:20px;bottom:20px;max-width:260px;width:100%;}
.pagetop img:hover{opacity:;}
img#pagetopimgs2{max-width:260px;width:100%;height:auto;margin:0;display:block;}
}

@media screen and (min-width:1101px) and ( max-width:1280px) {
.pagetop{position:fixed;right:20px;bottom:20px;max-width:290px;width:100%;}
.pagetop img:hover{opacity:;}
img#pagetopimgs2{max-width:290px;width:100%;height:auto;margin:0;display:block;}
}

@media screen and (min-width:1281px) and ( max-width:1600px) {
.pagetop{position:fixed;right:20px;bottom:20px;max-width:340px;width:100%;}
.pagetop img:hover{opacity:;}
img#pagetopimgs2{max-width:340px;width:100%;height:auto;margin:0;display:block;}
}

@media screen and (min-width:1601px) and ( max-width:1800px) {
.pagetop{position:fixed;right:20px;bottom:20px;max-width:370px;width:100%;}
.pagetop img:hover{opacity:;}
img#pagetopimgs2{max-width:370px;width:100%;height:auto;margin:0;display:block;}
}

@media screen and (min-width: 1801px) {
.pagetop{position:fixed;right:20px;bottom:20px;max-width:410px;width:100%;}
.pagetop img:hover{opacity:;}
img#pagetopimgs2{max-width:410px;width:100%;height:auto;margin:0;display:block;}
}
