@charset "utf-8";
#fixed_pagetop.scrolling
{
    position: fixed;
    bottom: 75px;
	margin-top:-46px;
    z-index: 2000;
	display:block;
	text-align:right!important;
	right:0;
	left:inherit;
}
#fixed_pagetop.scrolling a
{
	display:inline-block;
	margin-right:20px;
	overflow:hidden;
}

#fixed_pagetop.scrolling a:before
{
	content:"\25b2";
	border-radius:50%;
	line-height:1.0;
	padding:1%;
	margin-right:10px;
	display:inline-block;
	color:#014099;
	background-color:#ffffff;
}
#fixed_pagetop.scrolling a
{
	background-color:#014099;
	color:#ffffff;
	padding:10px 20px !important;
	display:inline-block;
}
@media only screen and (min-width:911px) {
	#fixed_pagetop.scrolling a
	{
		width:150px;
	}
}
@media only screen and (min-width:641px) and (max-width:910px) {
	#fixed_pagetop.scrolling a
	{
		width:130px;
	}
}
@media only screen and (max-width: 640px) {
	#fixed_pagetop.scrolling a
	{
		width:130px;
	}
}
