@charset "utf-8";



.pagetop{
	display: none;
	position: fixed;
	bottom : 32px;
	right : 25px;
	background-color: ;
	border-width : 2px;
	border-style : solid;
	border-color : #276490;
	border-radius: 23px;
	width: 46px;
	height: 46px;
}
.pagetop a{
	display: block;
	z-index: 999;
	padding-top : 12px;
	color: #276490;
	text-align: center;
}

.pagetop a:hover{
	text-decoration: none;
  	transform: scale( 1.3 );
	-webkit-transform: scale( 1.3 );
	-moz-transform: scale( 1.3 );
}

@media screen and (max-width: 480px) {
.pagetop{
	bottom : 32px;
	right : 15px;
}
}


