@charset "utf-8";
/*-------------------------------------------*/
.clearfix:before,.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* layout
---------------------------------------------*/
#content:before,#content:after { content: ""; display: table; }
#content:after { clear: both; }
#content { zoom: 1; }
/* header
---------------------------------------------*/
#header:before,#header:after { content: ""; display: table; }
#header:after { clear: both; }
#header { zoom: 1; }
/* footer
---------------------------------------------*/
#footer:before,#footer:after { content: ""; display: table; }
#footer:after { clear: both; }
#footer { zoom: 1; }

/* #open #reedit
---------------------------------------------*/
#open #reedit:before,#open #reedit:after { content: ""; display: table; }
#open #reedit:after { clear: both; }
#open #reedit { zoom: 1; }

/* #open #reeditLeft ul
---------------------------------------------*/
#open #reeditLeft ul:before,#open #reeditLeft ul:after { content: ""; display: table; }
#open #reeditLeft ul:after { clear: both; }
#open #reeditLeft ul { zoom: 1; }

/* #inst_right_top #inst_area
---------------------------------------------*/
#inst_right_top #inst_area:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#inst_right_top #inst_area			{ display: inline-block;}
/*Hides from IE-mac\*/
* html #inst_right_top #inst_area	{ height: 1%; }
#inst_right_top #inst_area			{ display: block; }
/*End hide from IE-mac*/

/* #inst_right_top #inst_area_first
---------------------------------------------*/
#inst_right_top #inst_area_first:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#inst_right_top #inst_area_first		{ display: inline-block;}
/*Hides from IE-mac\*/
* html #inst_right_top #inst_area_first	{ height: 1%; }
#inst_right_top #inst_area_first		{ display: block; }
/*End hide from IE-mac*/