:root {
/*
  --site-main-color: #348be5;
  --site-white-color: #f0f0f0;
  --site-black-color: #111111;
*/
  --site-main-color: #278aed;
  --site-white-color: #f0f0f0;
  --site-black-color: #333333;
  --site-red-color: #ca4c4c;
}

.clearfix:after{
  content: ".";
  clear:both;
  display:block;
  height:0;
  font-size: 0;
}

br { letter-spacing:0; }

body, td, th {
//  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  color: var(--site-black-color);
  font-size: 18px;
}

body {
  min-width: 1200px;
  text-align:center;
}

a { color: var(--site-black-color); }

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover { text-decoration: underline; }

