@charset "utf-8";

/* CSS Document */

/* ==========================================================================
   COMMON
========================================================================== */

html {
  background-color: #f7f8f8;
}

/* ==========================================================================
   HEADER
========================================================================== */

#h-header a {
  outline: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.0) !important;
}

#h-header input {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #525252;
  outline: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.0) !important;
}

#h-header,
#f-footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
}

#h-header.box-shadow {
  box-shadow: 0 1px 4px #333;
  -moz-box-shadow: 0 1px 4px #333;
  -webkit-box-shadow: 0 1px 4px #333;
  position: relative;
  z-index: 100;
}

#h-header {
  width: 100%;
  border-top-width: 9px;
  border-top-style: solid;
  border-top-color: #164ba7;
  background-color: #FFF;
}

#h-header #h-wrap {
  height: 122px;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#h-header #h-wrap #h-title {
  top: 33px;
  height: 56px;
  width: 315px;
  position: absolute;
  left: 1px;
}

#h-header #h-wrap #h-title2 {
  height: 30px;
  width: 153px;
  position: absolute;
  top: 19px;
  right: 1px;
}

#h-header #h-wrap #fontsize {
  background-image: url(../img/common/header/fontBackground.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 38px;
  width: 163px;
  position: absolute;
  top: 16px;
  right: 170px;
  display: block;
}

#h-header #h-wrap #fontsize #textresizer {
  height: 25px;
  width: 75px;
  margin-top: 6px;
  margin-left: 81px;
}

#h-header #h-wrap #fontsize #textresizer li {
  height: 25px;
  width: 25px;
  float: left;
}

#h-header #h-wrap #fontsize #textresizer li a {
  height: 25px;
  width: 25px;
  display: block;
  text-indent: -99999px;
  background-position: center center;
  background-repeat: no-repeat;
}

#h-header #h-wrap #fontsize #textresizer li.fontS a {
  background-image: url(../img/common/header/fontsize.png);
  background-position: 0px 0px;
}

#h-header #h-wrap #fontsize #textresizer li.fontS a.textresizer-active {
  background-image: url(../img/common/header/fontsize.png);
  background-position: 0px -25px;
}

#h-header #h-wrap #fontsize #textresizer li.fontM a {
  background-image: url(../img/common/header/fontsize.png);
  background-position: -25px 0px;
}

#h-header #h-wrap #fontsize #textresizer li.fontM a.textresizer-active {
  background-image: url(../img/common/header/fontsize.png);
  background-position: -25px -25px;
}

#h-header #h-wrap #fontsize #textresizer li.fontL a {
  background-image: url(../img/common/header/fontsize.png);
  background-position: -50px 0px;
}

#h-header #h-wrap #fontsize #textresizer li.fontL a.textresizer-active {
  background-image: url(../img/common/header/fontsize.png);
  background-position: -50px -25px;
}

#h-header #h-wrap #h-links {
  position: absolute;
  left: 744px;
  top: 25px;
}

#h-header #h-wrap #h-links #h-linkList li {
  display: inline-block;
  background-image: url(../img/common/header/navArrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 7px;
  margin-left: 5px;
  font-size: 11px;
}

#h-header #h-wrap #h-links #h-linkList li a:link,
#h-header #h-wrap #h-links #h-linkList li a:visited {
  color: #3f3f3f;
  text-decoration: none;
}

#h-header #h-wrap #h-links #h-linkList li a:hover,
#h-header #h-wrap #h-links #h-linkList li a:active {
  text-decoration: underline;
}

#h-header #h-wrap #siteSearch {
  height: 33px;
  width: 496px;
  border: 1px solid #dadada;
  position: absolute;
  right: 0;
  top: 66px;
}

#h-header #h-wrap #siteSearch img {
  float: left;
}

#h-header #h-wrap #siteSearch .searchText {
  margin: 0px;
  height: 33px;
  width: 338px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  float: left;
  padding-top: 0px;
  padding-right: 0.5em;
  padding-bottom: 0px;
  padding-left: 1em;
  line-height: 33px;
}

#h-header #h-wrap #siteSearch #searchBtn {
  background-image: url(../img/common/header/searchIcon.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  float: left;
  height: 33px;
  width: 33px;
}

#h-header #h-nav {
  height: 77px;
  width: 100%;
  display: block;
  background-repeat: repeat-x;
  background-position: center center;
  background: #7BA3F1;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7BA3F1), to(#1153c4));
  background: -webkit-linear-gradient(#7BA3F1, #1153c4);
  background: -moz-linear-gradient(#7BA3F1, #1153c4);
  background: -ms-linear-gradient(#7BA3F1, #1153c4);
  background: -o-linear-gradient(#7BA3F1, #1153c4);
  background: linear-gradient(#7BA3F1, #1153c4);
  -pie-background: linear-gradient(#7BA3F1, #1153c4);
}

#h-header #h-nav ul {
  width: 1240px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
}

#h-header #h-nav ul li {
  float: left;
}

#h-header #h-nav ul li a {
  display: block;
  margin: 0px;
  padding: 0px;
  height: 77px;
}

/* ==========================================================================
   FOOTER
========================================================================== */

#f-footer {
  width: 100%;
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e8e8e8;
  height: 111px;
  line-height: 111px;
  background-color: #f7f8f8;
}

#f-footer p {
  height: 111px;
  width: 100%;
  max-width: 1240px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  line-height: 111px;
  text-align: center;
}
