@charset "utf-8";


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:959px){
  #header, #container, .inner{
    width: 96%;
  }
  .box1, .box2, .box3, .box4, #sidebar .box1, #sidebar .box2, #sidebar .box3, #sidebar .box4{
    float:none;
    margin:auto;
    padding:0;
    width: 100%;
  }
  #header{
    position: static;
    height:auto;
  }
  #header h1{
    display: none;
  }
  #header .logo{
    padding-top:10px;
  }
  #container{
    padding: 2%;
  }
  #main {
    float: none;
    width: 100%;
    padding-bottom:20px;
  }
  #sidebar {
    float: none;
    width: 100%;
    padding-bottom:10px;
    font-size:100%;
  }
  #footerUpper{
    display: none;
  }

  #container h2.pageTitle{
    font-size:36px;
  }

  .joinusMsg{
    font-size: 18px;
    line-height: 2;
    text-align:left;
  }

  table.staffTable,
  table.staffTable tr,
  table.staffTable td,
  table.staffTable tbody,
  table.staffTable.kougakunen td{
    display: block;
    width:100%;
  }
  table.staffTable td{
    border-top:none;
  }

}
