@charset "utf-8";

/* ==clearfix CSS
***************************************************************************** */
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearfix{
	min-height: 1px;/* IE7 */
}
* html .clearfix{/* for IE6 below, Mac IE5 */
	/*\*//*/
	overflow: hidden;
	height: auto;
	/**/
	height: 1px;
}