@charset "Shift-JIS";

/*

information{
	ファイル名 : /best/css/font.css;
	概要 : このCSSファイルは以下のCSSファイルを読み込んでいます。;
	サイト名 : ウイング株式会社;
	URL :www.wing2x4.co.jp/;
	コピーライト : (c) ウイング株式会社. All Rights Reserved.;
}

 */

/* ================= 目次 =====================

【1】フォント関連
【2】文字サイズ変更

============================================ */


/* =============================================================
　【1】フォント関連
============================================================= */
body {
	font-size:small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 5px;
} /* デフォルトサイズ「小」 */

*:first-child+html body /* For Only IE7 */
{
	font-family: "Verdana","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"MS UI Gothic",sans-serif;
}

.font_s {
	background: url(../images/fontsize/size_s_btn_off.gif) no-repeat;
	height: 17px;
	width: 21px;
}

.font_m {
	background: url(../images/fontsize/size_m_btn_on.gif) no-repeat;
	height: 17px;
	width: 21px;
}


.font_l {
	background: url(../images/fontsize/size_l_btn_off.gif) no-repeat;
	height: 17px;
	width: 21px;
}

select,input,button,textarea,button {
font:99% arial,helvetica,clean,sans-serif;
}
table {
font-size:inherit;
font:100%;
}

/* =====================================================

表示サイズと指定サイズの対応表

表示サイズ  12px基準時
10px ----- 83%
11px ----- 91%
12px ----- 100%
13px ----- 108%
14px ----- 116%
15px ----- 125%
16px ----- 133%
17px ----- 141%
18px ----- 150%
19px ----- 158%
20px ----- 166%

===================================================== */
