@charset "UTF-8";
.SP {
  display: none; }

#sHd, #Hd2 {
  display: none; }

#Hd {
  text-align: left;
  height: 100px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0px;
  z-index: 10000;
  width: 100%;
  background: #fff; }
  #Hd h1 {
    position: absolute;
    left: 2%;
    top: 35px;
    font-size: 0px; }
    #Hd h1 img {
      height: 30px; }
  #Hd nav {
    position: absolute;
    right: 0px;
    top: 50px;
    border-top: 1px solid #FF6600; }
    #Hd nav ul {
      padding: 15px 20px 0 0; }
    #Hd nav li {
      float: left;
      padding: 0 0 0 35px;
      font-size: 15px;
      line-height: 20px;
      font-weight: bold; }
      #Hd nav li a::before {
        content: 'Ｌ';
        font-family: 'Icons';
        color: #FF6600;
        font-weight: bold;
        font-size: 12px;
        margin-right: 10px; }
  #Hd .hd-search {
    position: absolute;
    right: 30px;
    top: 10px;
    background: #F3f3f3;
    width: 270px;
    height: 30px; }
    #Hd .hd-search input.-text {
      font-size: 15px;
      line-height: 30px;
      padding-left: 15px;
      border: 0px;
      background: none;
      width: 240px; }
    #Hd .hd-search input.-btn {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-family: 'Icons';
      font-size: 13px !important;
      background: none;
      border: 0px; }
  #Hd .hd-sub {
    display: none; }

body {
  padding-top: 100px; }
