@charset "utf-8";
.header_simple {
  top: 0 !important;
}
.header_inner {
  width: auto;
  padding: 10px 20px;
}
#header h1, #header div.logo {
  float: left;
  background-color: #ffffff;
  padding: 0 !important;
  margin: 0 !important;
}
#header div.logo img {
  height: 44px;
  vertical-align: middle;
}
#header ul {
  float: right;
}
#header ul li {
  color: #333333 !important;
  float: left;
  font-size: 13px;
  line-height: 48px;
}
#header ul li::after {
  content: '｜';
}
#header ul li:last-child::after {
  content: '';
}
#header ul li a {
    color: #333333 !important;
}

@media screen and (max-width:1010px) {
  #header h1, #header div.logo {
    line-height: 40px;
  }    
  #header h1 img, #header div.logo img {height: 38px;}
  .header_inner {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width:768px) {
    #header h1 img, #header div.logo img {height: 30px;}
  #header h1, #header div.logo {
    line-height: 44px;
  }
}
@media screen and (max-width:480px) {
  #header ul li {
    font-size: 11px;
  }
  #header h1 img, #header div.logo img {}
}
@media screen and (max-width:360px) {
  #header h1, #header div.logo {}
  #header ul {
    display: none;
  }
  #header h1 img, #header div.logo img {
    height: 30px;
  }
}