@charset "utf-8";
/* CSS Document */

.saiyoheader{ width:100%;}
.saiyoheader .saiyologo{ width: 100%; background: #FFF; text-align: center; padding: 17px 0;}
.saiyoheader div.nav{ background: #ebe3e1; width: 100%; display: table;}
.saiyoheader div.nav a{ text-decoration:none; padding: 0 1.8vw;background: #ebe3e1;}
.saiyoheader div.nav div.menu{ display: table; text-align: center; width: 100%;}

#mode{ display:none; width:100px;}/*很重要_不可刪除_此DIV為JS判別讀取PC或是MOBILE CSS的依據_此DIV放置在header.html*/

@media screen and (max-width: 1024px){
  header.header {
    position: fixed !important;
    z-index: 999999;
    top: 0;
    width: 100%;
  }

  .saiyoheader{ width:100%; padding:0; height:auto; background:none; position:absolute; z-index:34; }
  .saiyoheader .saiyologo{ display: none;}
  .saiyoheader div.nav a{ padding: 0;}
  .saiyoheader div.nav div.menu{ width:100%; display:none;}
  .saiyoheader div.nav div.menu{position: fixed; overflow: auto;height: 100%; box-sizing:border-box; padding-top:55px; background: #FFF;}
  
  #mode{ width:20px;}/*很重要_不可刪除_此DIV為JS判別讀取PC或是MOBILE CSS的依據_此DIV放置在header.html*/
}

/* @media screen and (max-width: 800px){
  header.header {
    position: fixed !important;
    z-index: 999999;
    top: 0;
    width: 100%;
  }
} */