@charset "utf-8";

/* CSS Information =============================

File name: hack.css
Editor: iK
Date: 2009/07/03
Outline: CSSnbN

==============================================*/


/*ClearFix
----------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clearfix + *{
	clear: both;
}

.c-both {
	clear: both;
}