/* header */
#header {
  width: 100%;
  background-color: white;
  top: 0;
  z-index: 1000;
}

#header.fixed {
  position: fixed;
}

/* header Top */
#header-top {
  line-height: 30px;
  font-size: 10px;
  border-bottom: 1px solid #e4e4e4 !important;
}
#header-top.not-blog-header-top {
  border-bottom: none !important;
}
#header-top .content {
  position: relative;
}
#header-top .row {
  margin: 0;
}
#header-top p {
  margin: 0 0 0 130px;
  color: #999999;
}

@media screen and (max-width: 600px) {
  #header-top {
    padding: 0 15px;
  }
  #header-top p {
    display: none;
  }
}

@media screen and (max-width: 620px) {
  #header-top .col.abs {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
  }
  .bread {
    margin: 60px 0 0 0;
  }
}
#header-logo {
  z-index: 10;
  background: #00036c;
  width: 120px;
  height: 55px;
  padding: 14px 40px 10px 10px;
  position: absolute;
  left: 0;
  top: 0;
}
#header-logo h2 {
  margin: 0;
}
#header-logo img {
  margin: 0;
  display: block;
}



/* ブログ以外のヘッダー */
#header-mid {
  position: relative;
  background: #fcfcfc;
  padding-bottom: 20px;
}
#header-mid:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 241, color-stop(1, #006bbb), color-stop(0, #e4e4e4));
  background: -webkit-radial-gradient(0% 50%, circle, #e4e4e4, #006bbb);
  background: -moz-radial-gradient(0% 50%, circle, #e4e4e4, #006bbb);
  background: -o-radial-gradient(0% 50%, circle, #e4e4e4, #006bbb);
  background: -ms-radial-gradient(0% 50%, circle, #e4e4e4, #006bbb);
  background: radial-gradient(circle at 0% 50%, #e4e4e4, #006bbb);
}
#header-mid-txt {
  padding: 10px 0 10px 140px;
}
#header-mid-txt p {
  margin: 0;
  color: #00036c;
}
#header-mid-btn {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  line-height: 40px;
  text-align: center;
  height: 40px;
  display: block;
  width: 420px;
  background: url("../image/report-bg.png") center center no-repeat;
}

@media screen and (max-width: 950px) {
  #header-mid {
    height: 70px;
  }
  #header-mid-txt {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #header-mid:before {
    height: 0;
  }
  #header-mid-txt {
    padding: 70px 10px 0 10px;
  }
  #header-mid-btn {
    display: none;
  }
}
