/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
 
body {
	font: 15px/1.5 arial,helvetica,clean,sans-serif;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"Lucida Grande",Osaka,'メイリオ','ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
	-webkit-text-size-adjust: 100%;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small;
	line-height: 1.6;
}

@media only print, screen and (min-width : 768px) {
body {
	font-size: 13px;
	line-height: 1.6;
}
}

html>/**/body {font-size/*\**/: small\9;}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

.font10 { font-size:83.3%; }
.font11 { font-size:91.6%; }
.font12 { font-size:100%; }
.font13 { font-size:108.3%; }
.font14 { font-size:116.6%; }
.font15 { font-size:125%; }
.font16 { font-size:133.3%; }
.font17 { font-size:141.6%; }
.font18 { font-size:150%; }
.font19 { font-size:158.3%; }
.font20 { font-size:166.6%; }
.font21 { font-size:175%; }
.font22 { font-size:183.3%; }