* {
    margin: 0;
    padding: 0;
    max-height: 999999px;
}

body{
    font-family: "Hiragino Kaku Gothic ProN",Arial,sans-serif;
    text-align: left;
    color: #000;
    -webkit-text-size-adjust: 100%;
    background-image: url("../../img/Your-Selection/back.png");
    background-size:850px;
    background-repeat: repeat;
    background-position:top;
    font-size: 90%;
}

  .title_Selection{
  max-width: 515px;
  }

span.example1 {
  color: #d44950;
  font-weight: bold;
}

#footer{
    overflow: hidden;
    padding: 12px 0 0 0;
    /*background-color: #129954;*/
}
#footer p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

section{
    max-width: 655px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
}

@media screen and (max-width: 767px) {
  #logo h1 {
      margin-bottom: 60px;
  }
  .title_Selection{
  width: 100%;
  }

  .tab_item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  #bangumi:checked ~ #bangumi-form>iframe,
  #caster:checked ~ #caster-form>iframe,
  #etc:checked ~ #etc-form>iframe {
    height: 1300px;
  }
}