#container{
  min-width: 960px;
}
@media(max-width:600px){
  img{
    width: 100%;
  }
  #container{
    min-width: auto;
  }
  #navigation_global{
    display: none;
  }
  #header_sub{
    background: none;
    height: 65px;
    box-shadow: 0 0 10px #000;
  }
  #ci img{
    max-width: 140px;
    height: auto;
  }
  .header_stage{
    display: none;
  }
  div[data-include="side.html"]{
    display: none;
  }
  #re_header .stage, #container .stage{
    width: auto;
    margin: 0;
  }
  #container #re_contents #re_main{
    width: 100%;
  }
  #container #re_contents{
  overflow: hidden;
  padding: 10px 10px 40px;
  }
  div[id^="navigation_directory"]{
    display: none;
  }
  div[data-include="footer.html"] div{
    margin: 0!important;
  }
  #navigation_footer{
    display: none;
  }
}