@charset "utf-8";
*{padding: 0;margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

a{text-decoration: none;}
li{list-style-type: none;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden; }
.clearfix {*zoom:1;}

