@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/*  clearfix

/* ------------------------------------------------------------------------ */

.clr:after{
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}
.clr{
	overflow	: hidden;
}
/* Hides from IE-mac \*/
* html .clr{
	height		: 1%;
	overflow	: visible;
}
/* End hide from IE-mac */


/* common
--------------------------------------------------------------------------- */

#mainBlock:after,
section:after,
.entry:after,
.fltbox:after
{
	content		: ".";
	display		: block;
	visibility	: hidden;
	height		: 1px;
	font-size	: 1em;
	line-height	: 0;
	clear		: both;
}
/*
#mainBlock,
section,
.entry,
.fltbox
{
	overflow	: hidden;
}
*/
/* Hides from IE-mac \*/

* html #mainBlock,
* html section,
* html .entry,
* html .fltbox
{
	height		: 1%;
	overflow	: visible;
}
/* End hide from IE-mac */

