@charset "utf-8";

/*---------------
 Font
---------------*/
body{
	font:12px/1.33 'Quicksand',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.06em;
	color:#333333;}
.num{
	font-family:Verdana, Geneva, sans-serif;
}

.Japanese{
	font-family:'Quicksand',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.alphabet{
	font-family:Arial, Helvetica, sans-serif !important;
}
.Korean{
	font-family:;
}
.Chinese{
	font-family:;
}

strong{font-weight:normal;}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
}

form input, form select, form textarea{
font-size:100%;
color:#030E21;
}
.size15{ font-size:125%;}/* size 15px */
.size14{ font-size:117%;}/* size 14px */
.size13{ font-size:109%;}/* size 13px */
.size12{ font-size:100%;}/* size 12px */
.size11{ font-size:92%;}/* size 11px */
.size10{font-size:84%;}/* size 10px */

.space0{;letter-spacing:0;}

.disabled{color:#888;}


/*font-weight*/
.nml{font-weight:normal;}
.bld{font-weight:bold;}

.wide{letter-spacing:0.2em;}
.narrow{letter-spacing:0;}

/*font-color*/
.red{color:#ff0000;}


/*　ぐるなびサイト基準　リンク色 */
a{color:#065199; text-decoration:none;}
a:hover{color:#6479b0;}
/* a:visited{color:#420042; text-decoration:none;} */

/* IE6 IE7 連続するbr対策*/
br{
	letter-spacing:0 !important;
}


