@charset "utf-8";
body{
  margin: 0;
  padding: 0;
}
div#container{
  width: 360px;
  margin: 0 auto;
  background: #efefef;
  font-family : メイリオ, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}

div#kyouzyaku{
  display: block;
  width: 330px;
  text-align: center;
  height: 100px;
  border:solid 3px white;
  padding-top: 10px;
  padding-left: 5px;
  margin: 5px auto 5px auto;
  background: red;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  color:white;
}
div#saido{
  display: block;
  width: 200px;
  border:solid 3px orange;
  border-radius:10%;
  margin: 20px auto 20px auto;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 80px;
  background: yellow;
  color:black;
}
p.bun{
  font-size: 21px;
  line-height: 1.7em;
  padding-left: 10px;
  padding-right: 10px;
  border-top: solid 3px red;/*上線（実線 太さ 色）*/
}

  div.top a{
    display: block;
      background: red;
      text-align: center;
    text-decoration: none;  /* リンクの下線を消す */
    font-size: 30px;
    line-height: 60px;
    color:white;
    font-weight: bold;
  }

div.center{
  margin: 2px auto 2px auto;
  text-align: center;
}
table.gcp td{
  width:110px;
}
table.gcp_y td{
  width:110px;
  text-align: center;
}
table.aite td{
  width:340px;
}
table.kekka{
  width:300px;
  margin: 5px auto 5px auto;
}
table.kekka td{
  border: 3px solid black;
  vertical-align: middle;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  padding-left: 5px;
}
table.kurasu{
  margin: 5px auto 5px auto;
  border-collapse: collapse;
}
table.kurasu td{
  width:160px;
  border: 2px solid black;
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  padding-left: 5px;
}
table.kurasu th{
  width:160px;
  border: 2px solid black;
  border-collapse: collapse;
  background-color: antiquewhite;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  padding-left: 5px;
}



div.cm{
  font-size: 14px;
  text-align: center;
}
h1{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

/* #btn,#btng,#btnc,#btnp{
  margin: 30px auto;
  width: 150px;
  height:150px;
  border-radius:50%;
  background: #EF454A;
  text-align: center;
  line-height: 150px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor:pointer;
  box-shadow:0 10px 0 #D1483E;
  border:3px solid  #D1483E;
  user-select:none;
  } */
  #btn{
    margin: 30px auto;
    width: 100px;
    height:100px;
    border-radius:50%;
    background: #EF454A;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor:pointer;
    user-select:none;
    }
  #btng{
    margin: 30px auto;
    width: 100px;
    height:100px;
    border-radius:50%;
    background: #EF454A;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor:pointer;
    box-shadow:0 7px 0 #D1483E;
    /* border:3px solid  #D1483E; */
    user-select:none;
    }
    #btng:active{
      transform: translateY(3px);
      box-shadow:0 4px 0 #D1483E;
    }
    #btnc{
      margin: 30px auto;
      width: 100px;
      height:100px;
      border-radius:50%;
      background: green;
      text-align: center;
      line-height: 100px;
      color: #fff;
      font-size: 28px;
      font-weight: bold;
      cursor:pointer;
      box-shadow:0 7px 0 #005500;
      user-select:none;
      }
      #btnc:active{
        transform: translateY(3px);
        box-shadow:0 4px 0 #005500;
      }
      #btnp{
        margin: 30px auto;
        width: 100px;
        height:100px;
        border-radius:50%;
        background: blue;
        text-align: center;
        line-height: 100px;
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        cursor:pointer;
        box-shadow:0 7px 0 navy;
        user-select:none;
        }
        #btnc:active{
          transform: translateY(3px);
          box-shadow:0 4px 0 navy;
        }
#hantei{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  height: 50px;
}

p.dai{
  font-size: 20px;
  text-align: center;
}
table.link{
  width: 320px;
  border-collapse: collapse;
  border: solid 2px;
  border-color: #c0c0c0;
  font-size: 24px;
  text-align: left;
}
table.link td.ue{
  border: solid 2px;
  border-color: #c0c0c0;
  background-color: #EEE8AA;
}
table.link td.sita{
  border: solid 2px;
  border-color: #c0c0c0;
  background-color: #99FF99;
}
table.link a{
  display: block;
  padding: 0.6em 1em;
  text-decoration: none;
}
footer{
  line-height : 30px;
  font-size: 18px;
  text-align: center;
  color: black;
}

/* 点滅アニメーションの定義 */
@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/* 点滅アニメーションを適用 */
.blink {
  animation: blinking 0.3s ease-in-out infinite alternate;
}




  footer{
    line-height : 25px;
    font-size: 16px;
    text-align: center;
    color: black;
  }
