@charset "euc-jp";

/* =============================================================================
    Stlye
============================================================================= */

/* Header
=============================================== */
div#subHeaderNavArea {
  position: relative;
  height: 80px;
  line-height: 1.6;
  border-top: 1px #666 solid;
  border-bottom: 1px #666 solid;
  font-size: 14px;
  letter-spacing: 1px;
  background: #ecebe9;
}

/* HeaderNav
----------------------------------------------- */
ul#subHeaderNav {
  width: 1060px;
  height: 50px;
  margin: 0 auto;
  padding: 15px 0 0;
}

ul#subHeaderNav > li {
  float: left;
  margin: 0 0 0 30px;
}

ul#subHeaderNav > li.aboutus {
  margin: 0 0 0 732px;
}

ul#subHeaderNav > li > a > img {
  width: 40px; /* for ie svg fix */
  height: 50px;
}

/* ====== Header Search ====== */
div#subHeaderSearchBox {
  display: table;
  position: absolute;
  left: 50%;
  box-sizing: border-box;
  width: 350px;
  height: 100%;
  margin: 0 0 0 -480px;
  padding: 10px 0;
  text-align: left;
}

div#subHeaderSearchBox > form {
  display: table-cell;
  vertical-align: middle;
}

div#subHeaderSearchBox input[type="text"] {
  width: 200px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  border: 1px #808080 solid;
  border-radius: 5px;
}

div#subHeaderSearchBox input[type="image"] {
  vertical-align: middle;
}

/* ====== Header Logo ====== */
p#subHeaderLogo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 55px;
  margin: auto;
}
