@charset "UTF-8";


/*----------------------------------------*/
#go_top{
	width: 50px;
	height: 50px;
	right: 10px;
    bottom: 0px;
    position: fixed;
    z-index: 999;
}

#go_top a{
    width: 50px;
	height: 50px;
	z-index: 999;
	display: block;
	overflow: hidden;
}

#go_top a img{
	margin:0;
}

/*-------------------- clearfix --------------------*/

