/*
* “フロップデザインフォント+” licensed under the IPA Font License Agreement v1.0
* http://www.flopdesign.com/freefont/flopdesignfont.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: 'FlopDesign';

    src: url('../fonts/FlopDesignFONT.eot'); /* IE9 Compat Modes */
    src: url('../fonts/FlopDesignFONT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/FlopDesignFONT.woff') format('woff'), /* Modern Browsers */
    url('../fonts/FlopDesignFONT.otf') format('opentype'); /* Safari, Android, iOS */
}

/*
 * Icomoon https://icomoon.io/app/
 * and svn data from http://douraku.sw2x.com/web/3868/
*/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?7zrzul');
  src:  url('../fonts/icomoon.eot?7zrzul#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?7zrzul') format('truetype'),
  url('../fonts/icomoon.woff?7zrzul') format('woff'),
  url('../fonts/icomoon.svg?7zrzul#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  content: "\e900";
}

