@charset "utf-8";

/*
 * "はんなり明朝" licensed under the IPA Font License Agreement v1.0
 * http://typingart.net/（配布元URL）
 * http://ipafont.ipa.go.jp/（IPAフォントURL）
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0）
 */

@font-face {
	font-family: 'Hannari';
	src: url('hannari/hannari.eot'); /* IE9 Compat Modes */
	src: url('hannari/hannari.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('hannari/hannari.woff') format('woff'), /* Modern Browsers */
	url('hannari/hannari.otf')  format('opentype'); /* Safari, Android, iOS */
}




