@charset "utf-8";

/*===================================================
 Font Size Large CSS
=================================================== */

body {
font-size: 17px;
}
/* for IE6 */
* html body {
font-size: 106%;/* 19px; */
}
/* for IE7 */
*:first-child+html body {
font-size: 106%;/* 19px; */
}
/* for IE8 */
html>/**/body {  
font-size /*\**/: 106%\9;/* 19px; */
}