@charset 'utf-8';
/* このCSSファイルはUTF-8でエンコードされています。 */

/**
 * 汎用クラスclearfix
 */
.clearfix:after {
	content: url(../img/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac ¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */