@charset "UTF-8";

/*-----------------------------------------------
 __clearfix
-----------------------------------------------*/

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
	
	
* html .clearfix {
	zoom: 100%;
}

*+html .clearfix {
	zoom: 100%;
}

