@charset "UTF-8";
/*
 * ***********************************************************
 * color settings  (Intentional Life / ilgk.tokyo 準拠)
 * ***********************************************************
*/
:root {
  --DEF   : #313131;
  --MAIN  : #0c99d9;
  --ACC   : #0f709d;
  --OTH   : #D14155;
  --GRY   : #ddd;
  --LGRY  : #f3f3f3;
  --DGRY  : #707070;
  --WHT   : #fff;
  --LINK  : #0f709d;
  --RED   : #D00;
  --LMAIN : #e6f5fc;
  --LACC  : #e7f1f7;
  --LOTH  : #fcf2f3;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: 'Noto Sans JP',Meiryo,sans-serif;
  --fntEN: 'Roboto', sans-serif;
}
