@charset "utf-8";
/* ======================================================
CSS information

 File Name  : style.css
 Style Info : 共通スタイル
====================================================== */

/* リセット
----------------------------------------- */
@import url(ress.css);

/* 基本設定と共通レイアウト
----------------------------------------- */
@import url(style.css);

/* Webフォント
----------------------------------------- */
@import url(font-awesome.min.css);
@font-face {
  font-family: 'myfont-light';
  src: url('../fonts/NotoSansCJKjp-Light.woff') format('woff');
}
@font-face {
  font-family: 'myfont-regular';
  src: url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: 'myfont-medium';
  src: url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
}
@font-face {
  font-family: 'myfont-bold';
  src: url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
}
@font-face {
  font-family: 'myfont-black';
  src: url('../fonts/NotoSansCJKjp-Black.woff') format('woff');
}