@font-face {
  font-family: 'ukijc';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../webfonts/UKIJCJK.ttf");
  src: url("../webfonts/UKIJCJK.eot") format("embedded-opentype"),url("../webfonts/UKIJCJK.woff2") format("woff2"),url("../webfonts/UKIJCJK.woff") format("woff");
}
*,body{
  font-family: 'ukijc';
  margin: 0;
  padding: 0;
  user-select: none;
}
.frow{
  display: flex;
  flex-direction: row;
}
.frowc{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frowcc{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.fcol{
  display: flex;
  flex-direction: column;
}
.fcolc{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fcolcc{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}