@charset "Shift_JIS";

/*////////////////////////////////////////////////////

	Hack Css
	
	Client
	http://www.hoge./

////////////////////////////////////////////////////*/

/*-----------------
Box-FloatClear
-----------------*/

#Middle:after{
    content: ".";
    display: block;
    height: 0;
	margin-bottom:1em;
    clear: both;
    visibility: hidden;
}

#Middle{
	display: inline-table;
	}

/* Hides from IE-mac \*/
* html #Middle{
	height: 1%;
	}
#Middle{
	display: block;
	}
/* End hide from IE-mac */
