@font-face {
  font-family: 'nj-icon';
  src:  url('nj-icon.eot?ymv37');
  src:  url('nj-icon.eot?ymv37#iefix') format('embedded-opentype'),
    url('nj-icon.ttf?ymv37') format('truetype'),
    url('nj-icon.woff?ymv37') format('woff'),
    url('nj-icon.svg?ymv37#nj-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="nji-"], [class*=" nji-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nj-icon' !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;
}

.nji-line:before {
  content: "\e900";
}
.nji-hatebu:before {
  content: "\e901";
}
.nji-googleplus:before {
  content: "\e905";
}
.nji-facebook:before {
  content: "\e906";
}
.nji-twitter:before {
  content: "\e904";
}
.nji-line2:before {
  content: "\e902";
}
.nji-hatebu2:before {
  content: "\e903";
}

