@charset "utf-8";

/*------------------------------------------------------------------------
**************** font.css template 2013.11.06 ****************
Reference : YUI 3 CSS Fonts (2013) - http://yuilibrary.com/yui/docs/cssfonts/
Custom : SD
-------------------------------------------------------------------------*/

/*--- css_browser_selector ---*/
.win body {
font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.mac body {
font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
/*--- //css_browser_selector ---*/

body {
font-size: 13px;
*font-size:small;
*font:x-small;
line-height:1.4;
}

select, input, button, textarea {
font-size:99%;
}

table {
font-size: inherit;
font: 100%;
}
pre, code, kbd, samp, tt {
font-family: monospace;
*font-size:108%;
line-height: 100%;
}

.size10{font-size:77%}
.size11{font-size:85%}
.size12{font-size:93%}
.size13{font-size:100%}
.size14{font-size:108%}
.size15{font-size:116%}
.size16{font-size:123.1%}
.size17{font-size:131%}
.size18{font-size:138.5%}
.size19{font-size:146.5%}
.size20{font-size:153.9%}
.size21{font-size:161.6%}
.size22{font-size:167%}
.size23{font-size:174%}
.size24{font-size:182%}
.size25{font-size:189%}
.size26{font-size:197%}

/*
For pixels (px) 	Declare this percent (%)
10 	77
11 	85
12 	93
13 	100
14 	108
15 	116
16 	123.1
17 	131
18 	138.5
19 	146.5
20 	153.9
21 	161.6
22 	167
23 	174
24 	182
25 	189
26 	197 
*/