@charset "UTF-8";

/*
* “ほのか明朝” licensed under the IPA Font License Agreement v1.0
* http://font.gloomy.jp/honoka-mincho-dl.html（”ほのか明朝”配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/

@font-face {
  font-family: "MyHonoka";
  src: url("../fonts/font_1_honokamin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/font_1_honokamin.eot?#iefix") format("embedded-opentype"), url("../fonts/font_1_honokamin.woff") format("woff"), url("../fonts/font_1_honokamin.ttf") format("truetype");
  /* Safari, Android, iOS */
}