@charset "UTF-8";


/* ##### float指定ボックス用ハック ##### */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
*html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End Hides from IE-mac */

/* ##### End float指定ボックス用ハック ##### */



/* ##### IE6用ハック ##### */

