@charset "Shift_JIS";
/*=====================================================
*
*	font_l.css
*	Since 2012.07.14
*	Editor Aikawa Kaori
*
========================================================*/
/* ::::: main size -------------------------*/

*:first-child+html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 88%;
} /* for ie7 */


html>/**/body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 88%;
} /* for ie8 */


html:not(:target) body {
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
} /* for modern browser */

/* ::::: heading -------------------------*/
#home h1,
p#siteTitle { font-size: 123.1%; }

div.featureBox h3 { font-size: 14px ; }


/* ::::: footer same font_m.css -------------------------*/
div#footer { font-size: 75%; }
html>/**/body div#footer { font-size: 12px; }


/* ::::: font size navigation background -------------------------*/
li#largeSize a { background: url(/common/images/btn_font-size-select.gif) no-repeat -38px 0; }