﻿@charset "UTF-8";

div#wrap {
	font-size: 65%;
}

html>/**/div#wrap {
	font-size: 72%;
}

/* safari only \*/
html:\66irst-child div#wrap {
	font-size: 65%;
}
/* end */

/* opera only */
*+html>/**/div#wrap {font-size: 70% !important;}
/* end */

