@charset "utf-8";
#scroll2top_button {
	cursor: pointer;
	z-index: 999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fdd408;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: none !important;
	background: url(../img/button.png) no-repeat;
}

@media (max-width: 991px) {
	#scroll2top_button {
		bottom: 60px;
	}
}

#scroll2top_button_m {
	cursor: pointer;
	z-index: 999;
	position: fixed;
	bottom: 60px;
	right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fdd408;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: none !important;
	background: url(../img/button.png) no-repeat;
}