@charset "utf-8";

/* ---------------------------------------------
__CSS infomation

Site URL	http://www.nichibun-g.co.jp/
File name	clearfix.css(http://www.nichibun-g.co.jp/css/clearfix.css)
Summary		Styles for all pages
Created		2009-06-12
Last update	2009-06-12 by koho
--------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	zoom: 1;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}
.clearNone {
	clear: none;
}
