@charset "UTF-8";
/*******************************************************************************

	CLEARFIX

*******************************************************************************/
/* float解除クラス */
/* 参考：http://blog.d-spica.com/entry/070307clearfix.html */
.clearfix:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
