@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	adjustment style
------------------------------------------------------------------------------*/

* html body {	/* for IF6 */
}

/* IE7のズーム機能でレイアウトが崩れる問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
}

/* ClearFix
----------------------------------------------------*/

/* modern browsers */
div#contents:after,
div.main:after,
.section:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */
div#contents,
div.main,
.section,
.clearfix {
	display: inline-block;
}

/* legacy IE */
* html div#contents,
* html div.main,
* html .section,
* html .clearfix {
	height: 1%;
}
	
div#contents,
div.main,
.section,
.clearfix{
	display: block;
}

/* Legacy IE (6,5.5)
----------------------------------------------------*/
* html body {
}

