﻿@charset "UTF-8";

/*
	1 : Win IE 8のみ
	2 : FF3のみ
	3 : Win IE 7のみ
	4 : Win IE 6 以下 & Mac IE
 */



/* ***********************************************************************
	1 : IE8 のみ
*********************************************************************** */
/*html>_**_body input{
	line-height _*\**_: 1\9;
}
IE8のハックを使う場合
上のコードの_を/に直す*/



/* ***********************************************************************
	2 : FF3 のみ
*********************************************************************** */
/*body .serector, x:-moz-broken{
	font-size:0.8em;
}*/


/* ***********************************************************************
	3 : Win IE 7のみ
*********************************************************************** */
*:first-child+html ul {
	margin-left:2em;
}
*:first-child+html ol {
	margin-left:2.5em;
}



/* ***********************************************************************
	4 : Win IE 6 以下 & Mac IE
*********************************************************************** */
* html ul {
	margin-left:2em;
}
* html ol {
	margin-left:2.5em;
}
