@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;
}


/* -----------------------------------------------------
書体設定
-----------------------------------------------------*/

/* -----------------------------------------------------
【通常】
body {
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-family: "游ゴシック", "YuGothic", 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "Meiryo", Helvetica, Arial, sans-serif;
}
html.win body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}
-----------------------------------------------------
【YuGothic.css】
body {
	font-family: "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
【IE10 & Edge以上】
@media all and (-ms-high-contrast: none) {
	body {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
-----------------------------------------------------
【カーニング指定】
body {
	font-feature-settings : "palt" 1;
	letter-spacing: 0.1em;
}
-----------------------------------------------------*/

body {
	font-family: "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

body {
	font-feature-settings : "palt" 1;
	letter-spacing: 0.05em;
}
