/**
 * ヘッダー部
 */
.taitoru {
  position: relative;
  padding:0px;
  margin: 0px;
}
.taitoru #baseImage {
  width: 100%;
  height: 100%;
}
/**
 * 画面幅が小サイズのとき
 */
@media (max-width: 799px) {
  /* タイトルメッセージ */
  .taitoru #message{
    width: 100%; 
    position:absolute; 
    left: 10px;
    top: 0px; 
    z-index: 5;
  }
  .taitoru #message p {
    font-size: medium;
  }
  /* ボタン群 */
  #btnArea {
    text-align: right; 
    position:absolute; 
    top: 40px;
    right: 20px;
    z-index: 2;
  }
  #btnArea img{
    width: 100px; 
  }
    /*
 * 「Google Play」アイコン
 */
#googleplay {
  position:absolute;
  top: 66%;
  left: 49.5%;
}
#googleplay img {
  width: 34%;
  height: 34%;
}

/*
 * 「Apple Store」アイコン
 */
#applestore {
  position:absolute;
  top: 66.9%;
  left: 73%;
}
#applestore img {
  width: 83%;
  height: 83%;
}

.example img {
  width: 100%;
  }
}
/**
 * 画面幅が中サイズのとき
 */
@media (min-width: 800px) {
  /* タイトルメッセージ */
  .taitoru #message{
    width: 100%; 
    position:absolute; 
    left: 10px;
    top: 0px; 
    z-index: 5;
  }
  /* ボタン群 */
  .taitoru #message p {
    font-size: x-large;
  }
  #btnArea {
    text-align: right; 
    position:absolute; 
    top: 75px;
    right: 15px;
    z-index: 2;
  }
  #btnArea img{
    width: 180px; 
  }
    /*
 * 「Google Play」アイコン
 */
#googleplay {
  position:absolute;
  top: 70%;
  left: 48%;
}
#googleplay img {
  width: 35%;
  height: 35%;
}

/*
 * 「Apple Store」アイコン
 */
#applestore {
  position:absolute;
  top: 71.5%;
  left: 72%;
}
#applestore img {
  width: 131%;
  height: 131%;
}

.example img {
  width: 100%;
  }
}
/**
 * 画面幅が大サイズのとき
 */
@media (min-width: 1051px) {
  /* タイトルメッセージ */
  .taitoru #message{
    width: 100%; 
    position:absolute; 
    left: 80px;
    top: 15px; 
    z-index: 5;
  }
  /* ボタン群 */
  .taitoru #message p {
    font-size: x-large;
  }
  #btnArea {
    text-align: right; 
    position:absolute; 
    top: 15px;
    right: 15px;
    z-index: 6;
  }
  #btnArea img{
    width: 180px; 
  }
  
  /*
 * 「Google Play」アイコン
 */
#googleplay {
  position:absolute;
  top: 70%;
  left: 53%;
}
#googleplay img {
  width: 35%;
  height: 35%;
}

/*
 * 「Apple Store」アイコン
 */
#applestore {
  position:absolute;
  top: 71.1%;
  left: 70%;
}
#applestore img {
  width: 170%;
  height: 170%;
}

.example img {
  width: 100%;
  }
}


.setumei{
    color:#000000;
    text-align: center;
    font-size:35px;
    font-weight: bold
    }

.attention{
    color:#000000;
    text-align: center;
    font-size:17px;
    }

.setumeinakami{
    text-align: center;
    font-size:20px;
    }

.kinou{
    font-size:20px;
    }

.konngo{
    color:#616B07;
    text-align: center;
    font-size:35px;
    font-weight: bold
    }
}

.Release_Coming_calendar_text{
  font-size:40px;
}

.test1{
  font-size:30px;
  font-weight: bold
}

.body {
  margin: 10px;
  padding: 0;
}

.table{
  width:10%;
  }
  
.logo{
 text-align: center;
 }


