﻿@charset "utf-8";

/* Noto */
@font-face {
  font-family:'NotoSans';
  font-style: normal;
  font-weight: 100;
  src: url('../font/NotoSans-Regular.eot');
  src: url('../font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../font/NotoSans-Regular.woff') format('woff');
}
@font-face {
  font-family:'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSans-Medium.eot');
  src: url('../font/NotoSans-Medium.eot?#iefix') format('embedded-opentype'), url('../font/NotoSans-Medium.woff') format('woff');
 }
@font-face {
  font-family:'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSans-Bold.eot');
  src: url('../font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'), url('../font/NotoSans-Bold.woff') format('woff');
}
