@charset "UTF-8";
/*////////////////////

　フォーマット

////////////////////*/

/*////////////////////

　全体

////////////////////*/
/*フォント*/
html {
	font-size:62.5%;
}
body {
  /*font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,YuGothic,'Yu Gothic','MS UI Gothic',sans-serif;*/
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
line-height:1.5;
  color: #333;
  font-size:1.4rem;
}
/*背景*/
body {
}

