#toTop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	background-image: url('/img/base/totop.png');
	background-repeat: no-repeat;

	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);

}

#toTop:hover {

	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);

	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;

}



/* ************************************************************************** */
/* ************************************************************************** */
/* ************************************************************************** */

@media only screen and (max-width: 1024px) {

}

/* ************************************************************************** */

@media only screen and (max-width: 960px) {

}

/* ************************************************************************** */

@media only screen and (max-width: 768px) {

}

/* ************************************************************************** */

@media only screen and (max-width: 568px) {

}

/* ************************************************************************** */

@media only screen and (max-width: 480px) {

}

/* ************************************************************************** */

@media only screen and (max-width: 320px) {

}
