@charset "utf-8";

/* micro clearfix */
/* For modern browsers */
.cf:before,
.cf:after,
section:before,
section:after {
	content:"";
	display:block;
	overflow:hidden;
}

.cf:after,
section:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf,
section {
	zoom:1;
}
.clear {
	clear: both;
}