@charset "UTF-8";

:root {
  --font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", Verdana, "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;

  --main-color-1: #000;
  --main-color-3: #eea800;
  --main-color-10: #ffe9b7;

  --mono-color-1: #333;
  --mono-color-2: #000;
  --mono-color-3: #999;
  --mono-color-4: #a9a9a9;
  --mono-color-5: #c0c0c0;
  --mono-color-6: #b9b9b9;
  --mono-color-7: #dcdcdc;
  --mono-color-8: #f5f5f5;
  --mono-color-9: #fff;

  --a-color: #000;
  --a-hover-color: #000;
  --a-visited-color: #000;
/*
  --a-color: #0066cc;
  --a-hover-color: #0066cc;
  --a-visited-color: #0066cc;
*/
  --site-width: 1260px;
  --content-width: 947px;
  --col2-side-width: 264px;
  --top-left-side-width: 618px;
  --top-right-side-width: 616px;
  --top-right-left-side-width: 367px;
  --top-right-right-side-width: 232px;
}