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