@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　文字サイズ（大）
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#n-contents {
	font-size: 16px;
}
* html #n-contents {
	font-size: 132%;
}
*:first-child+html #n-contents {
	font-size: 132%;
}
table {
	font-size: 1em;
}
input {
	font-size: 1em;
}
#n-header dl dd.n-txt-s {
	background: url(/n-common/images/header_txtsize_s_inactive.gif) left top no-repeat;
}
#n-header dl dd.n-txt-m {
	background: url(/n-common/images/header_txtsize_m_inactive.gif) left top no-repeat;
}
#n-header dl dd.n-txt-l {
	background: url(/n-common/images/header_txtsize_l_active.gif) left top no-repeat;
}

