@charset "utf-8";
body{
  margin: 0;
  padding: 0;
}
div#container{
  width: 360px;
  margin: 0 auto;
  background: #efefef;
  font-family : メイリオ, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}
div.rela{
  position: relative;
  text-align: center;
}
div.a_1{
  position: absolute;
  top: 50px;
  left: 205px;
  width: 8px;
  height: 30px;
  border-radius: 50%;
  background-color:white;
  box-shadow: 0 0 30px 20px white;
  animation: flash 0.3s ease infinite normal;
}
@keyframes flash {
  50% {
    opacity: 0.1;
  }
}
div.under_red{
  width: 322px;
  line-height : 40px;
  font-size: 25px;
  color: red;
  font-weight : bold;
  padding: 2px 10px;
  margin: 20px auto 0 auto;
  text-align: center;
  border-bottom: solid 4px #ff0000;
}
div.center_waku{
  margin: 3px 9px 3px 9px;
  padding: 0;
  line-height : 20px;
  text-align: center;
  border: 1px solid;
}
p.bun{
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0 20px;
}
span.bold_big{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
div.bun{
  font-size: 20px;
  color: white;
  background: red;
  padding: 10px;
  margin: 10px 0px;
  /* ...............................グラデーション....... */
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
  /* ...........グラデーションここまで................... */
}

div.bun_o{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: red;
  padding: 10px;
  margin: 10px 0px;
  /* ...............................グラデーション....... */
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
  /* ...........グラデーションここまで................... */
}

p{
  font-size: 24px;
  padding: 10px;
  margin: 10px 0px;
}
p.bun_p{
  font-size: 18px;
  padding: 10px;
  margin: 10px 0px;
  -moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}

p.solid{
  font-size: 24px;
  padding: 10px;
  margin: 10px 0px;
  border: solid 3px red;
}
p.red{
  font-size: 24px;
  padding: 10px;
  color: red;
}
p#red_l{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: red;
}
div.top{
  background: red;
  text-align: center;
/* ...............................グラデーション....... */
animation: bg-color 10s infinite;
-webkit-animation: bg-color 10s infinite;
/* ...........グラデーションここまで................... */
  }

/* ...............................グラデーション....... */
@-webkit-keyframes bg-color {
  0% { background-color: purple; }
  20% { background-color: #FF8000; }
  40% { background-color: green; }
  60% { background-color: red; }
  80% { background-color: #0080FF; }
  100% { background-color: navy; }
}
@keyframes bg-color {
  0% { background-color: purple; }
  20% { background-color: #FF8000; }
  40% { background-color: green; }
  60% { background-color: red; }
  80% { background-color: #0080FF; }
  100% { background-color: navy; }
}
/* ...........グラデーションここまで................... */
  div.top a{
    display: block;
    /* background: red; */
    text-align: center;
    text-decoration: none;  /* リンクの下線を消す */
    font-size: 30px;
    line-height: 60px;
    color:white;
    font-weight: bold;
  }
#btn_1,#btn_2,#btn_3,#btn_4,#btn_5,#btn_6,#btn_7,#btn_8,#btn_9{
  margin: 0px auto;
  width: 60px;
  height:60px;
  /* border-radius:50%; */
  /* background: #EF454A; */
  text-align: center;
  /* line-height: 120px; */
  color:black;
  font-size: 40px;
  font-weight: bold;
  cursor:pointer;
  /* box-shadow:0 10px 0 #D1483E; */
  /* border:3px solid  #D1483E; */
  -moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
  transition: 5s  ease-out;
  }
/* #btn_1{
  background-color: purple;
  box-shadow: 0 0 30px purple;

} */
/* #btn_2{
  background-color: yellow;
    box-shadow: 0 0 30px yellow;
} */
/* #btn_3{
  background-color: green;
      box-shadow: 0 0 30px green;
} */
/* #btn_4{
  background-color: red;
  box-shadow: 0 0 30px red;

} */
/* #btn_5
{
  background-color: aqua;
    box-shadow: 0 0 30px aqua;
} */
/* #btn_6
{
  background-color: navy;
      box-shadow: 0 0 30px navy;
} */

/* #btn_7{
  background-color: #FF8000;
  box-shadow: 0 0 30px #FF8000;

} */
/* #btn_8
{
  background-color: #0080FF;
    box-shadow: 0 0 30px #0080FF;
} */
/* #btn_9
{
  background-color: #A9F5A9;
      box-shadow: 0 0 30px #A9F5A9;
} */
#ans_w{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-left: 5px;
}


  #btn7_1,#btn7_2,#btn7_3,#btn7_4,#btn7_5,#btn7_6,#btn7_7{
    margin: 30px auto;
    width: 120px;
    height:120px;
    border-radius:50%;
    background: navy;
    text-align: center;
    line-height: 120px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor:pointer;
    /* box-shadow:0 10px 0 #D1483E; */
    /* border:3px solid  #D1483E; */
    user-select:none;
    transition: 5s  ease-out;
    }

    #btnm_1,#btnm_2,#btnm_3,#btnm_4,#btnm_5{
      margin: 0px auto;
      width: 60px;
      /* height:120px; */
      border-radius:50%;
      background: green;
      text-align: center;
      /* line-height: 120px; */
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      cursor:pointer;
      user-select:none;
      transition: 5s  ease-out;
      }




  #btn4_1,#btn4_2,#btn4_3,#btn4_4{
    margin: 0px auto;
    width: 100px;
    height:100px;
    border-radius:50%;
    background: #EF454A;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor:pointer;
    /* box-shadow:0 10px 0 #D1483E; */
    /* border:3px solid  #D1483E; */
    user-select:none;
    transition: 5s  ease-out;
    }

  .spin{
    transform:rotate(7200deg);
  }
  p.mokuzi{
    margin: 10px 5px 10px 10px;
    line-height : 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color:red;
}
  #ans{
    margin: 5px 5px 5px 10px;
    line-height : 30px;
    font-size: 22px;
    text-align: left;
  }
  #ans_kenkou{
    margin: 5px 5px 5px 10px;
    line-height : 28px;
    font-size: 20px;
    text-align: left;
  }
  #ans_kinsen{
    margin: 5px 5px 5px 10px;
    line-height : 28px;
    font-size: 20px;
    text-align: left;
  }
  #ans_renai{
    margin: 5px 5px 5px 10px;
    line-height : 28px;
    font-size: 20px;
    text-align: left;
  }
  div.cm{
    line-height : 20px;
    font-size: 12px;
    text-align: center;
    margin: 2px auto 2px auto;
  }

  div#center_1{
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    background-color: white;
    text-align: center;
  }
  div.center{
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    text-align: center;
  }

  #center_button{
    width: 150px;
    height: 50px;
    line-height: 50px;
    cursor : pointer;
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    background-color: blue;
    text-align: center;
    color: white;
    border-radius: 20%;
    -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
  div.center_a{
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    background-color: white;
    text-align: center;
  }
table.sanbiki{
  margin: 3px auto;
  font-size: 16px;
  background-color: white;
  }
  table.sanbiki td{
text-align: center;
    font-size: 16px;
    background-color: white;
    }

  table.num{
    width: 300px;
    margin: 0px auto 0px auto;

    border: solid 1px #000000; border-collapse: collapse;
    background-color: white;
  }
  table.num td{
    text-align: center;
    vertical-align: center;
    border: solid 1px #000000; border-collapse: collapse;
      height:100px;
    }

    table.num_1{
      width: 300px;
      margin: 0px auto 0px auto;
      background-color: white;
    }
    table.num_1 td{
      vertical-align: top;
      }
      #wrap{
        font-size: 20px;
        text-align: left;
        margin: 30px auto;
        padding: 10px 10px;
        width: 320px;
        text-indent:1em;
        background-color: #fff;
      }


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