@charset "utf-8";
body{
  margin: 0;
  padding: 0;
}
div#container{
  width: 360px;
  margin: 0 auto;
  background: #efefef;
  font-family : メイリオ, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}
div.iremono{
  text-align: center;
  padding: 30px;
  height: 70px;
}
#dochida_a,#dochida_c,#dochida_e,#dochida_g,#dochida_i,#dochida_k,#dochida_m,#dochida_o,#dochida_q{
  margin: 5px auto;
  width: 100px;
  height:50px;
  border-radius:10%;
  background: blue;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor:pointer;
  box-shadow:5px 5px 5px #777777;
  border-bottom: solid 5px navy;
  border-right: solid 5px navy;
  user-select:none;
  }

  #dochida_a:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(3px);
    transform:translateY(3px);/*下に動く*/
    box-shadow:2px 2px 2px #777777;
    border-bottom: solid 2px navy;
    border-right: solid 2px navy;
    margin-bottom: 13px;
  }
  #dochida_c:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(3px);
    transform:translateY(3px);/*下に動く*/
    box-shadow:2px 2px 2px #777777;
    border-bottom: solid 2px navy;
    border-right: solid 2px navy;
    margin-bottom: 13px;
  }
  #dochida_e:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(3px);
    transform:translateY(3px);/*下に動く*/
    box-shadow:2px 2px 2px #777777;
    border-bottom: solid 2px navy;
    border-right: solid 2px navy;
    margin-bottom: 13px;
  }
  #dochida_g:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(3px);
    transform:translateY(3px);/*下に動く*/
    box-shadow:2px 2px 2px #777777;
    border-bottom: solid 2px navy;
    border-right: solid 2px navy;
    margin-bottom: 13px;
  }
  #dochida_i:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(3px);
    transform:translateY(3px);/*下に動く*/
    box-shadow:2px 2px 2px #777777;
    border-bottom: solid 2px navy;
    border-right: solid 2px navy;
    margin-bottom: 13px;
  }
  #dochida_k:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(3px);
    transform:translateY(3px);/*下に動く*/
    box-shadow:2px 2px 2px #777777;
    border-bottom: solid 2px navy;
    border-right: solid 2px navy;
    margin-bottom: 13px;
  }
  #dochida_m:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(3px);
    transform:translateY(3px);/*下に動く*/
    box-shadow:2px 2px 2px #777777;
    border-bottom: solid 2px navy;
    border-right: solid 2px navy;
    margin-bottom: 13px;
  }
  #dochida_o:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(3px);
    transform:translateY(3px);/*下に動く*/
    box-shadow:2px 2px 2px #777777;
    border-bottom: solid 2px navy;
    border-right: solid 2px navy;
    margin-bottom: 13px;
  }
  #dochida_q:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(3px);
    transform:translateY(3px);/*下に動く*/
    box-shadow:2px 2px 2px #777777;
    border-bottom: solid 2px navy;
    border-right: solid 2px navy;
    margin-bottom: 13px;
  }



  #dochida_b,#dochida_d,#dochida_f,#dochida_h,#dochida_j,#dochida_l,#dochida_n,#dochida_p,#dochida_r,#dochida_t{
    margin: 5px auto;
    width: 100px;
    height:50px;
    border-radius:10%;
    background: red;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor:pointer;
    box-shadow:5px 5px 5px #777777;
    border-bottom: solid 5px #8b0000;
    border-right: solid 5px #8b0000;
    user-select:none;
    }

    #dochida_b:active {
      /*ボタンを押したとき*/
      -webkit-transform: translateY(3px);
      transform:translateY(3px);/*下に動く*/
      box-shadow:2px 2px 2px #777777;
      border-bottom: solid 2px navy;
      border-right: solid 2px navy;
      margin-bottom: 13px;
    }
    #dochida_d:active {
      /*ボタンを押したとき*/
      -webkit-transform: translateY(3px);
      transform:translateY(3px);/*下に動く*/
      box-shadow:2px 2px 2px #777777;
      border-bottom: solid 2px navy;
      border-right: solid 2px navy;
      margin-bottom: 13px;
    }
    #dochida_f:active {
      /*ボタンを押したとき*/
      -webkit-transform: translateY(3px);
      transform:translateY(3px);/*下に動く*/
      box-shadow:2px 2px 2px #777777;
      border-bottom: solid 2px navy;
      border-right: solid 2px navy;
      margin-bottom: 13px;
    }
    #dochida_h:active {
      /*ボタンを押したとき*/
      -webkit-transform: translateY(3px);
      transform:translateY(3px);/*下に動く*/
      box-shadow:2px 2px 2px #777777;
      border-bottom: solid 2px navy;
      border-right: solid 2px navy;
      margin-bottom: 13px;
    }
    #dochida_j:active {
      /*ボタンを押したとき*/
      -webkit-transform: translateY(3px);
      transform:translateY(3px);/*下に動く*/
      box-shadow:2px 2px 2px #777777;
      border-bottom: solid 2px navy;
      border-right: solid 2px navy;
      margin-bottom: 13px;
    }
    #dochida_l:active {
      /*ボタンを押したとき*/
      -webkit-transform: translateY(3px);
      transform:translateY(3px);/*下に動く*/
      box-shadow:2px 2px 2px #777777;
      border-bottom: solid 2px navy;
      border-right: solid 2px navy;
      margin-bottom: 13px;
    }
    #dochida_n:active {
      /*ボタンを押したとき*/
      -webkit-transform: translateY(3px);
      transform:translateY(3px);/*下に動く*/
      box-shadow:2px 2px 2px #777777;
      border-bottom: solid 2px navy;
      border-right: solid 2px navy;
      margin-bottom: 13px;
    }
    #dochida_p:active {
      /*ボタンを押したとき*/
      -webkit-transform: translateY(3px);
      transform:translateY(3px);/*下に動く*/
      box-shadow:2px 2px 2px #777777;
      border-bottom: solid 2px navy;
      border-right: solid 2px navy;
      margin-bottom: 13px;
    }



  #kocchida_a,#kocchida_b,#kocchida_c,#kocchida_d,#kocchida_e,#kocchida_f,#kocchida_g,#kocchida_h,#kocchida_i,#kocchida_j,#kocchida_k,#kocchida_l,#kocchida_m,#kocchida_n,#kocchida_o,#kocchida_p,#kocchida_q{
    margin: 5px auto;
    width: 150px;
    height:100px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
    border:1px solid red;
    background-color: white;
    transition:transform 5s  ease-out;
  }
  .spin{
    transform:rotateX(7200deg);
  }


  table.dochi{
    font: 16px;
  }
  table.dochi td{
  font: 16px;
  height: 150px;
  vertical-align: middle;
  }
div.link{
  margin: 30px auto;
  width: 200px;
  height:100px;
  font-size: 35px;
  line-height: 100px;
  background-color: white;
  border:3px solid red;
}


h1{
  text-align: center;
  font-size: 18px;
}

p.bun{
  font-size: 26px;
  padding-left: 10px;
  padding-right: 10px;
  /* border-top: solid 3px red; */
}
p.bun_bold{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px auto 0px auto;
}

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

table.gcp td{
  width:200px;
}

table.aite td{
  width:300px;
}
div.cm{
  width: 350px;
  line-height : 1.7;
  font-size: 16px;
  text-align: center;
  margin: 2px auto 2px auto;
}


/* #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,#btng{
    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;
    }
    #btnc{
      margin: 30px auto;
      width: 150px;
      height:150px;
      border-radius:50%;
      background: green;
      text-align: center;
      line-height: 150px;
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      cursor:pointer;
      box-shadow:0 10px 0 #005500;
      border:3px solid  #005500;
      user-select:none;
      }
      #btnp{
        margin: 30px auto;
        width: 150px;
        height:150px;
        border-radius:50%;
        background: blue;
        text-align: center;
        line-height: 150px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        cursor:pointer;
        box-shadow:0 10px 0 navy;
        border:3px solid  navy;
        user-select:none;
        }
#hantei{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

p.dai{
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
table.omikuzi_menu{
width: 600px;
font-size: 30px;
text-align: left;
}


table.link{
  margin: 5px auto;
  width: 340px;
  border-collapse: collapse;
  border: solid 2px;
  border-color: #c0c0c0;
  font-size: 18px;
  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;
}

/* ダブルレクタングル */
/* table.cm{
  width: 640px;
  text-align: center;
} */
/* 自サイト内の占い関連リンクに使用 */
div.center{
  font-size: 24px;
  background-color: white;
  text-align: center;
}

  footer{
    line-height : 30px;
    font-size: 18px;
    text-align: center;
    color: black;
  }
  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);
}
/* ＳＮＳボタンここまで */
div.under_red_link{
  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_link{
  /* margin: 3px 29px 3px 29px; */
  margin: 3px 9px 3px 9px;
  padding: 0;
  line-height : 20px;
  text-align: center;
  border: 1px solid;
}
p.bun_link{
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0 20px;
}

