@charset "utf-8";
/* -------------------------------------------------------------------
 フォント設定
------------------------------------------------------------------- */
body {
	font : 14px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height:1.5;/* 任意で変更 */
	color:#333333;/* 任意で変更 */
	-webkit-text-size-adjust: none;
	*font-size  : small;
	*font       : x-small;
}

