@charset "UTF-8";

@font-face{
	font-family:"Yu Gothic";
	src:local("Yu Gothic Medium");
	font-weight:100;
}

@font-face{
	font-family:"Yu Gothic";
	src:local("Yu Gothic Medium");
	font-weight:200;
}

@font-face{
	font-family:"Yu Gothic";
	src:local("Yu Gothic Medium");
	font-weight:300;
}

@font-face{
	font-family:"Yu Gothic";
	src:local("Yu Gothic Medium");
	font-weight:400;
}

@font-face{
	font-family:"Yu Gothic";
	src:local("Yu Gothic Bold");
	font-weight:bold;
}

@font-face{
	font-family:"Helvetica Neue";
	src:local("Helvetica Neue Regular");
	font-weight:100;
}

@font-face{
	font-family:"Helvetica Neue";
	src:local("Helvetica Neue Regular");
	font-weight:200;
}

@font-face {
	font-family:"Bebas";
	src:url(../fonts/BebasNeueRegular.eot) format("eot"), url(../fonts/BebasNeueRegular.woff) format("woff");
}

/*@font-face {
	font-family:"font-awesome";
	src:url(../fonts/fontawesome-webfont.eot) format("eot"), url(../fonts/fontawesome-webfont.woff) format("woff");
}*/

body{
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size:15px;
	*font-size:small; 	/* for IE */
	*font:x-small; 		/* for IE in quirks mode */
	line-height:170%;
	-webkit-text-size-adjust:100%;	/* iOS */
}

/* IE10以上 */
@media all and (-ms-high-contrast: none){
	body{
		font-family:Verdana, Meiryo, sans-serif;
	}
}