/*タブレット向け*/
@media all and (max-width: 1024px) {


/*ここからコンテンツ*/
  #content{
    float: none;
    width: 100%;
  }

  #content img{
    margin-top: 0px;
    width: 100%;
  }

  #scrollbox{
    width: 100%;
    font-size: 14px;
  }

  #content h2{
    font-size: 24px;
  }

  #content h2.bottom{
    text-align: center;
    font-size: 22px;
  }
}





/*タブレット*/
@media all and (max-width: 560px){


  #content h2{
    font-size: 20px;
  }

  #content h2.bottom{
    font-size: 18px;
  }

}





/*スマホ向け*/
@media all and (max-width: 480px){

/*ここからコンテンツ*/

  #content img{
    display: none;
  }

  #scrollbox{
    height: 300px;
    font-size: 12px;
  }

  table{
    margin-left: 10px;
  }

  td.event{
    padding-left: 20px;
  }

  #content h2.bottom{
    height: 30px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
  }

  .bottom a::before{
    content: "\A";
    white-space: pre;
  }

}
