@charset "utf-8";
/* CSS Document */

#scroll {
    position:fixed;
    right:1px;
    bottom:50px;
    width:80px;
    height:80px;
	background:url("../images/scroll_up.svg")no-repeat;
	opacity: 20%;
    text-indent:-9999px;
    display:none;
	z-index: 32;
	
}

#scroll:hover {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

@media screen and (max-width:320px)
@media screen and (max-width:460px)
{

	#scroll {
    position:fixed;
    right:1px;
    bottom:120px;
    width:80px;
    height:80px;
	background:url("../images/scroll_up.svg")no-repeat;
    text-indent:-9999px;
    display:none;
	z-index: 32;
	
}
	
}