@charset "utf-8";

.pagetop{
	display: none;
	position: fixed;
	bottom : 52px;
	right : 25px;
	width: 46px;
	height: 46px;
	background: rgba(243, 149, 24, 0.5);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 1000;
}
.pagetop a{
	display: block;
	padding-top : 12px;
	color: #276490;
	text-align: center;
	margin-top : -4px;
}

.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: 575px) {
.pagetop{
	bottom : -5px;
	right : 5px;
	border-radius: 5px;
}
}


