/* CSS Document */

/* 囲みやflaotの下に入れるCSSハック */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

.clearfix{display:inline-block;}

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



/* スタンダードなCSSハック */
.clr{
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
	}
	


