@charset "utf-8";

/* font-size large
============================================================================================================*/

body {
	font-size: 100%;
}
/* safari only \*/
html:\66irst-child body {
	font-size: 90%;
}
/* end */

/* opera only */
*+html>/**/body {font-size: 90% !important;}
/* end */

