

/* STYLE
----------------------------------------------- */
/************************** webgfont *****************************/

@font-face {
  font-family: "CrimsonText-Regular";
  src: url('../font/CrimsonText-Regular.eot?'); /* IE9 Compat Modes */
  src: url('../font/CrimsonText-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../font/CrimsonText-Regular.woff?') format('woff'); /* Modern Browsers */
}

@font-face {
  font-family: "NotoSans";
  src: url('../font/NotoSansCJKjp-Thin.eot?'); /* IE9 Compat Modes */
  src: url('../font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../font/NotoSansCJKjp-Thin.woff?') format('woff'); /* Modern Browsers */
	   font-weight:100}
@font-face {
  font-family: "NotoSans";
  src: url('../font/NotoSansCJKjp-Light.eot?'); /* IE9 Compat Modes */
  src: url('../font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../font/NotoSansCJKjp-Light.woff?') format('woff'); /* Modern Browsers */
	   font-weight:300}

@font-face {
  font-family: "NotoSans";
  src: url("../font/NotoSansCJKjp-DemiLight.eot?") format('eot');
  src: url("../font/NotoSansCJKjp-DemiLight.eot?#iefix") format('embedded-opentype'),
       url("../font/NotoSansCJKjp-DemiLight.woff") format('woff');
font-weight: 350;
}


@font-face {
  font-family: "NotoSans";
  src: url("../font/NotoSansCJKjp-Regular.eot?") format('eot');
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format('embedded-opentype'),
       url("../font/NotoSansCJKjp-Regular.woff") format('woff');
font-weight: 400;
}


@font-face {
  font-family: "NotoSans";
  src: url("../font/NotoSansCJKjp-Medium.eot?") format('eot');
  src: url("../font/NotoSansCJKjp-Medium.eot?#iefix") format('embedded-opentype'),
       url("../font/NotoSansCJKjp-Medium.woff") format('woff');
font-weight: 500;
}


@font-face {
  font-family: "NotoSans";
  src: url("../font/NotoSansCJKjp-Bold.eot?") format('eot');
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format('embedded-opentype'),
       url("../font/NotoSansCJKjp-Bold.woff") format('woff');
font-weight: 700;
}

@font-face {
  font-family:"NotoSans";
  src: url("../font/NotoSansCJKjp-Black.eot?") format('eot');
  src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format('embedded-opentype'),
  url("../font/NotoSansCJKjp-Black.woff") format('woff');
  font-weight:800;
}

/************************** font_set *****************************/



html,body{
	font-family:"NotoSans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
}