@charset "utf-8";
body{
  margin: 0;
  padding: 0;
}

div#container{
  width: 360px;
  margin: 0 auto;
  background: #efefef;
  font-family : メイリオ, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}

div#january,#february,#february,#march,#april,#may,#june,#july,#august,#september,#october,#november,#december{
  font-size: 18px;
  padding-left: 20px;
  padding-right: 10px;  
  height:90px;/* pxで指定 */
}
div.center_1{
  background-image:url(../img/30_kinun/ema.png) ;
  width: 320px;
  margin: 10px auto 10px auto;
  text-align: center;
}

.hounou{
  font-size: 30px;
  color: red;
  font-weight: bold;
}

#btn_1{
  text-align: center;
  font-size: 25px;
  background-color: white;
  height: 300px;
  }


div.tukimei{
  padding-left: 20px;
  font-size: 25px;
  font-weight: bold;
  color:purple;
}


div.bun{
  font-size: 24px;
  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.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;
  }

.kinsi{
  pointer-events: none;
}
  .spin{
    transform:rotate(7200deg);
  }

  #ans{
    margin: 5px 15px 5px 15px;
    line-height : 50px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    background-color: yellow;
  }
p.bun_m{
  color: black;
  font-size: 19px;
  line-height: 28px;;
  padding: 0 15px;
}
#neko{
  margin: 30px auto;
  cursor:pointer;
  /* width: 120px; */
}
.anime_1{
  animation-name: sideScale;
  animation-direction: 2s;
}
@keyframes sideScale{
  100%{width: 300px;}
}

  div.cm{
    line-height : 20px;
    font-size: 13px;
    text-align: center;
    margin: 2px auto 2px auto;
  }
  div.center_link{
    margin: 30px auto 20px auto;
    font-size: 18px;
    background-color: white;
    text-align: center;
  }
  div.center{
    background-image:url(../img/30_kinun/hana_1.png) ;
    background-size: auto;
    background-repeat:  no-repeat;
    font-size: 22px;
    font-weight: bold;
    color: red;
    padding: 10px 10px 20px 20px;
   text-align: center;
   line-height: 35px;
  }
  div#ans_w{
    padding-bottom: 20px;
    font-size: 24px;
    background-color: white;
    text-align: center;
    font-weight: bold;
    color: navy;
  }
  div#ans_kaiunbi{
    font-size: 30px;
    background-color: white;
    text-align: center;
    font-weight: bold;
    color: red;
  }
  div#ans_tensyabi{
    font-size: 20px;
    background-color: white;
    text-align: center;
    font-weight: bold;
    color: red;
  }
      @keyframes kieru {
        from {
          opacity:0;
            }
        to {
          opacity:1;
        }
      }

  .anima{
    animation-duration: 0.5s;  /* アニメーション時間 */
    animation-name: slidein;  /* アニメーション名 */
    animation-timing-function: ease-in;

  }

  @keyframes slidein {
    0% {
      width: 100px;
    }
    20% {
      width: 200px;
    }    
    40%{
      width: 100px;
    }
    60% {
      width: 200px;
    }
    80% {
      width: 100px;
    }
    100% {
      width: 200px;
    }
  }
  span.bold{
    font-weight: bold;
    font-size: 18px;
  }
  span.black{
    color: black;
  }
  span.m{
    font-size: 16px;
  }
  span.s{
    font-size: 13px;
  }
  div.policy{
    width: 320px;
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
    padding: 10px;
    background-color: #3b5998;
    color: white;
  }
  div.policy a{
    font-size: 20px;
    color: white;
  }
/* ＳＮＳ */
/*---SNSシェアボタン---*/
/* ボタン上の文字 */
.fa-twitter:before, .fa-hatena:before, .fa-line:before, .fa-pocket:before
{
  font-family: helvetica neue,helvetica,arial,sans-serif;

  /* font-size:14px */
}
.fa-facebook:before {
  content: "f";
  font-family: Verdana;
  font-size:23px;
  /* font-weight: bold */
}
.fa-twitter:before {
  content: "twitter";
  font-size:23px;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
}
.fa-line:before {
  content: "Line";
  font-size:23px;
}
.fa-pocket:before {
  content: "pocket";
}

/* ボタン表示位置の調整 */
.button-area {
  text-align: center;
  overflow:hidden;
  /* clear:left; */
  margin-top:15px;
  margin-left: 8px;
  margin-bottom: 15px;
}

/* タイトルの表示設定 */
.button-area-title {
  text-align: center;
  padding:.7em;
}

/* ボタンブロックのデザイン */
.button-area li a {
  padding: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px; 
}

/* SNSごとの背景色 */
.twitter a {
  background-color: #55acee;
}
.facebook a{
  background-color: #3b5998;
}
.hatena a{
  background-color: #008fde;
}
.line a{
  background-color: #1dcd00;
}
.pocket a{
  background-color: #ea5a6c;
}

/* リスト「・」の削除 */
.button-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ボタン幅と余白の設定 */
.button-area li {
  float: left;
  /* width: 19%; */
  width: 32%;
/* 追加 */
  line-height: 30px;
  margin: 0 .3%;

}

.button-area  ul:after {
  display: block;
  clear: both;
}

/* ボタンにカーソルを合わせた時の表示設定 */
.button-area li a:hover {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* ＳＮＳボタンここまで */
  
  footer{
    line-height : 30px;
    font-size: 18px;
    text-align: center;
    color: black;
  }
