@charset "utf-8";

/* IE */
@font-face {
font-family:Utsukushi;
src: url(webfonts/UtsukushiMincho-FONT/UtsukushiFONT.otf);
}
/* Firefox, Opera, Safari */
@font-face {
font-family:Utsukushi;
src: url(webfonts/UtsukushiMincho-FONT/UtsukushiFONT.otf) format("truetype");
}

/* IE */
@font-face {
font-family:Freder;
src: url(webfonts/Fredericka_the_Great/FrederickatheGreat-Regular.ttf);
}
/* Firefox, Opera, Safari */
@font-face {
font-family:Freder;
src: url(webfonts/Fredericka_the_Great/FrederickatheGreat-Regular.ttf) format("truetype");
}

/* IE */
@font-face {
font-family:Anton;
src: url(webfonts/Anton/Anton.ttf);
}
/* Firefox, Opera, Safari */
@font-face {
font-family:Anton;
src: url(webfonts/Anton/Anton.ttf) format("truetype");
}

@font-face {
  font-family: 'icomoon';
  src:  url('webfonts/icon/icomoon.eot?n33n5k');
  src:  url('webfonts/icon/icomoon.eot?n33n5k#iefix') format('embedded-opentype'),
    url('webfonts/icon/icomoon.ttf?n33n5k') format('truetype'),
    url('webfonts/icon/icomoon.woff?n33n5k') format('woff'),
    url('webfonts/icon/icomoon.svg?n33n5k#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-truck02:before {
  content: "\e901";
}
.icon-book:before {
  content: "\e900";
}
.icon-hito02:before {
  content: "\e907";
}

