@charset "utf-8";
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px;
	width:0px;
	font-size:0px;
}

.clearfix {
	display: inline-block;
	height: 0px;
	width:0px;
	font-size:0px;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 0px;
	width:0px;
	font-size:0px;
}

html{
	margin:0;
	padding:0;
}

.clearAll{
	width:0px;
	clear:both;
	height:0px;
	font-size:0px;
}