@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,
#bnr:after,
#mainImgThumb:after,
#fnav:after,
article:after,
section:after,
.entry:after,
.fltbox:after,
.gaiyou_entry:after,
.gaiyou_entry2:after,
.contribution_entry:after,
footer:after,
#contentsBlock:after,
.about_tab:after
{
	content		: ".";
	display		: block;
	visibility	: hidden;
	height		: 1px;
	font-size	: 1em;
	line-height	: 0;
	clear		: both;
}

#mainBlock,
#bnr,
#mainImgThumb,
#fnav,
article,
section,
.entry,
.fltbox,
.gaiyou_entry,
.gaiyou_entry2,
.contribution_entry,
footer,
#contentsBlock,
.about_tab
{
	overflow	: hidden;
}

/* Hides from IE-mac \*/

* html #mainBlock,
* html #bnr,
* html mainImgThumb,
* html #fnav,
* html article,
* html section,
* html .entry,
* html .fltbox,
* html .gaiyou_entry,
* html .gaiyou_entry2,
* html .contribution_entry,
* html footer,
* html #contentsBlock,
* html .about_tab
{
	height		: 1%;
	overflow	: visible;
}
/* End hide from IE-mac */

