@charset "shift_jis";

/*==================================================

	clearfix
	各レイアウト共通
	/css/common/clearfix.css
	
==================================================*/

/* ModernBrowser用 */
.clearfix:after {
	content: "";
	display: block;
	height: 1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* WinIE7-MacIE用 */
.clearfix {
	display: inline-block;
}

/* hide from MacIE \*/
/* WinIE 5~6用 */
* html .clearfix {
	height: 1px;
	zoom: 1;
}

.clearfix {
	display: block;
}
/**/