@charset "utf-8";

@media (min-width: 500px) {

body.nav-open section { margin-left: 250px; }

aside {
  position: fixed;
  top: 0;
  padding-top: 80px;
  width: 250px;
}

.site-footer {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
}
}

@media screen and (max-width: 900px) {
.thumb02{
 width:140px;
 height:100%;
 display:inline-block;
 margin:10px 5px;
 vertical-align:top;
}

@media screen and (max-width: 767px) {
header .banner02, header .msg{
 display:none;
}

.thumb02{
 width:140px;
 height:100%;
 display:inline-block;
 margin:10px 5px;
 vertical-align:top;
}

}