@charset "shift_jis";

/*IE6以前向けフォントサイズ指定*/
* html html,
{
font-size:100%;
}

* html body,
* html #selectos ul.child li
{
font-size:76%; /*12px相当*/
}

* html #standard-box dd,
* html dl.category h3 span.count
{
font-size:85%; /*10px相当*/
}

* html #mainsingle h2,
* html #subbody h2
{
font-size:200%; /*24px相当*/
}

* html #selectos ul li
{
font-size:120%; /*14px相当*/
}


/*IE7向けフォントサイズ指定*/
*:first-child + html html{
font-size:100%;
}

*:first-child + html body,
*:first-child + html #selectos ul.child li
{ 
font-size:76%; /*12px相当*/
}

*:first-child + html #standard-box dd,
*:first-child + html dl.category h3 span.count
{
font-size:85%; /*10px相当*/
}

*:first-child + html #mainsingle h2,
*:first-child + html #subbody h2
{
font-size:200%; /*24px相当*/
}

*:first-child + html #selectos ul li
{
font-size:120%; /*14px相当*/
}
