@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
    bottom: 15px;
    right: 15px;
	z-index:99;
}
.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	/*background:#6EBC2A url(../../img/common/footer-back.png)  no-repeat center center;*/
	background:rgba(0,0,0,.8);
	color:#fff;
	text-align:center;
	border-radius: 50px;
	/*text-indent:-9999px;*/
	font-size: 15px;
	text-decoration: none;
	line-height: 40px;
}

.pagetop a.oen {
	display: block;
	width: 80px;
	height: 80px;
}


@media screen and (min-width:470px) { 
.pagetop {bottom: 5%; right:30px;}
.pagetop a {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
}








