@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/*  clearfix

/* ------------------------------------------------------------------------ */

.clr:after{
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}
.clr{
	overflow	: hidden;
	clear		: both;
}
/* Hides from IE-mac \*/
* html .clr{
	height		: 1%;
	overflow	: visible;
}
/* End hide from IE-mac */


/* common
--------------------------------------------------------------------------- */

#mainBlock:after,
.section:after,
.entry:after,
.fltbox:after,
.linkAreaBox:after,
.lifeStages:after,
.adsBox:after,
#headerBlock:after,
#headerTopInner:after,
.footer01_1:after,
#footer02:after,
.main05:after,
.omo-sigoto ul:after
{
	content		: ".";
	display		: block;
	visibility	: hidden;
	height		: 1px;
	font-size	: 1em;
	line-height	: 0;
	clear		: both;
}

#mainBlock,
.section,
.entry,
.fltbox,
.linkAreaBox,
.lifeStages,
.adsBox,
#headerBlock,
#headerTopInner,
.footer01_1,
#footer02,
.main05,
.omo-sigoto ul
{
	overflow	: hidden;
}

/* Hides from IE-mac \*/

* html #mainBlock,
* html .section,
* html .entry,
* html .fltbox,
* html .linkAreaBox,
* html .lifeStages,
* html .adsBox,
* html #headerBlock,
* html #headerTopInner,
* html .footer01_1,
* html #footer02,
* html .main05,
* html .omo-sigoto ul
{
	height		: 1%;
	overflow	: visible;
}
/* End hide from IE-mac */

