@charset "utf-8";

body{
    margin:  0px 0px 0px 0px;
    padding: 0px 0px 0px 0px !important;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
 }

  
  body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    list-style: none;

  }
  
  @keyframes gradientMotion {
    0% {
      background-position: 100% 50%;
    }
    50% {
      background-position: 0% 100%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  table {
  border-collapse: collapse;
  border-spacing: 0;
}
  td{
    border: 1px solid #000;
  }
