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


    .pagetop a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-size: 5rem;
	width: 100%;
    }
#top #pagetop {
	width: 80px;

}

    .pagetop.show {
	height: auto;
	opacity: 1;
	animation-name: fadein;
	width: 91px;
	z-index: 10000;
    }
.pagetop.show img {
	width: 80px;

}

    .pagetop.hide {
      height: 0;
      opacity: 0;
      animation-name: fadeout;
    }
    
    @keyframes fadein {
      0% {
        height: 0;
        opacity: 0;
      }
      1% {
        height: auto;
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    @keyframes fadeout {
      0% {
        height: auto;
        opacity: 1;
      }
      99% {
        height: auto;
        opacity: 0;
      }
      100% {
        height: 0;
      }
    }
@media screen and (min-width:1200px){
    .pagetop {
	position: fixed;
	bottom: 50px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	animation-duration: 1s;
	width: 80px;
	z-index: 10000;
	right: 0px;
	margin-right: 80px;
    }
    .pagetop.static {
    position: absolute;
    bottom: auto;
    margin-top: -100px;
    margin-right: 0;
    margin-bottom: 0;
    }
}

@media screen and (max-width:1200px){
    .pagetop {
	position: fixed;
	right: 5px;
	bottom: 5px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	animation-duration: 1s;
	left: auto;
	z-index: 0;
	margin-right: 40px;
    }
    .pagetop.static {
    position: absolute;
    bottom: auto;
    margin-top: -100px;
    margin-right: 0;
    margin-bottom: 0;
    left: auto;
    }
}
@media screen and (min-width:600px){
    .pagetop.static {
	position: absolute;
	bottom: auto;
	margin-top: -150px;
	margin-right: 80px;
	margin-bottom: 0;
    }
}
@media screen and (max-width:600px){
#pagetop .pagetop  {
	position: fixed;
	right: 5px;
	bottom: 5px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	animation-duration: 1s;
	left: auto;
	z-index: 0;
	padding-bottom: 442px;
	width: 20%;
    }
#pagetop a img {
	width: 100%;
}
.pagetop.show {
	height: auto;
	opacity: 1;
	animation-name: fadein;
	z-index: 10000;
	width: 4%;
        margin-bottom: 10px;
    }
.pagetop {
	position: fixed;
	bottom: 0px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	animation-duration: 1s;
	z-index: 10000;
	right: 0px;
	margin-right: 0px;
	width: 0%;
    }
.pagetop.static {
	position: absolute;
	bottom: auto;
	margin-top: -65px;
	margin-right: 0px;
	margin-bottom: 0;
	right: 0px;
	width: 8%;
    }
#top #pagetop {
	width: 39px;
	margin-right: 11px;

}






}
