@charset "UTF-8";
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: normal;
  background-color: #fff;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #333;
  margin: 0;
  padding: 0;
}
.contbox {
  width: 960px;
  margin: 0 auto;
}
/* ============================================================
 header
============================================================ */
#headWrap {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
#headWrap .contbox {
  margin-top: 20px;
  height: 70px;
}
/* ============================================================
 footer
============================================================ */
#foot {
  width: 100%;
}
#foot .pagetop {
  display: none;
  position: fixed;
  bottom: 260px;
  right: 55px;
}
#foot .pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/pagetop.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#foot .nav-footer-01 {
  background: #e0ecfa;
}
#foot .nav-footer-01 .nav0101 {
  padding-top: 30px;
}
#foot .nav-footer-01 .nav0101 li {
  margin-right: 60px;
  display: inline-block;
}
#foot .nav-footer-01 .nav0101 li > a {
  margin-bottom: 8px;
  padding-left: 25px;
  line-height: 24px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
#foot .nav-footer-01 .nav0101 li > a:hover {
  text-decoration: underline;
}
#foot .nav-footer-01 .nav0101 li > a:before {
  position: absolute;
  top: .4em;
  left: 0;
  content: "";
  border: 4px solid transparent;
  border-right-width: 5px;
  border-left: 5px solid #fff;
  top: 7px;
  left: 6px;
  z-index: 2;
}
#foot .nav-footer-01 .nav0101 li > a:after {
  top: .2em;
  left: 0;
  width: 16px;
  height: 16px;
  background: #2e659b;
  border-radius: 8px;
  position: absolute;
  display: block;
  content: "";
}
#foot .nav-footer-01 .nav0102 {
  zoom: 1;
}
#foot .nav-footer-01 .nav0102:after {
  content: "";
  display: block;
  clear: both;
}
#foot .nav-footer-01 .nav0102 a {
  color: #000;
  cursor: auto;
  float: right;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
  text-align: right;
  text-decoration: none;
}
#foot .nav-footer-01 .nav0102 a:hover {
  text-decoration: underline;
}
#foot .nav-footer-01 .nav0102 a:before {
  position: absolute;
  top: .4em;
  left: 0;
  content: "";
  border: 4px solid transparent;
  border-right-width: 5px;
  border-left: 5px solid #2662a8;
}
#foot .nav-footer-02 {
  min-height: 160px;
  background: #3281dd url(../img/bg_footer_02.png) no-repeat 100% 100%;
}
#foot .nav-footer-02 .nav02 {
  width: 520px;
  padding-top: 22px;
  zoom: 1;
}
#foot .nav-footer-02 .nav02:after {
  content: "";
  display: block;
  clear: both;
}
#foot .nav-footer-02 .nav02 li {
  width: 260px;
  float: left;
  padding-bottom: 8px;
}
#foot .nav-footer-02 .nav02 a {
  color: #fff;
  cursor: auto;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
  text-align: right;
  text-decoration: none;
}
#foot .nav-footer-02 .nav02 a:hover {
  text-decoration: underline;
}
#foot .nav-footer-02 .nav02 a:before {
  position: absolute;
  top: .4em;
  left: 0;
  content: "";
  border: 4px solid transparent;
  border-right-width: 5px;
  border-left: 5px solid #fff;
}
#foot .copyright {
  display: block;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  background: #175195;
  line-height: 1.5;
  font-size: 12px;
}
