@charset "Shift_JIS";

/*////////////////////////////////////////////////////
	Hack Css
////////////////////////////////////////////////////*/

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

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

.hoge{
	display: inline-table;
	}

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