@charset "UTF-8";

/* ----------------------------------------------------
作成: 2008.11.13
最終更新日: 2009.06.18
作成者: NT
最終編集者: TS

class-import.css： クラス関連のCSSファイル読み込み用
---------------------------------------------------- */

/* ----------------------------------------------------
clearfix
---------------------------------------------------- */

.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display: block;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

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

/* ----------------------------------------------------
hiddenContents
---------------------------------------------------- */

.hiddenContents {
	height:0;
	width:0;
	margin:0;
	padding:0;
	line-height:0;
	text-indent:-9999px;
	font-size:0;
}

