@charset "UTF-8";


.header, .footer-links, .footer {
  line-height: 1.4;
  color: #333333;
  font-size: 87.5%;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
.header p, .footer-links p, .footer p {
  margin: 0 0 12px;
  line-height: 1.6;
}
.header li, .footer-links li, .footer li {
  list-style-type: none;
}
.header, .footer {
  margin: 0 auto;
  text-align: center;
  min-width: 960px;
}
.nav-top a:link, .footer a:link {
  color: #006699;
  text-decoration: none;
}
.nav-top a:visited, .footer a:visited {
  color: purple;
  text-decoration: none;
}
.nav-top a:hover, .nav-top a:active, .nav-top a:focus, .footer a:hover, .footer a:active, .footer a:focus {
  color: #006699;
  text-decoration: underline;
}

.header-inner, .footer-inner {
  margin: 0 auto;
  min-width: 990px;
  width: 990px;
  text-align: left;
}
.header {
  margin-bottom: 0;
  width: 100%;
  min-height: 43px;
  padding-bottom: 20px;
}
.header-inner {
  position: relative;
}
.header-inner, .footer-inner, .footer-list-utility{
  zoom: 1;
}
.header-inner:after, .footer-inner:after, .footer-list-utility:after{
  display: block;
  clear: both;
  content: "";
}

.header-inner, .footer-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  width: 151px;
  height: 23px;
  font-size: 12px;
}

.logo-group {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  text-align: right;
}
.logo-group img {
  vertical-align: top;
}
.logo-group ul {
  margin-top: 6px;
  text-align: right;
}
.logo-group li {
  display: inline;
  border-right: #d8dadc 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}
.logo-group a {
  margin-top: 6px;
  font-weight: normal;
}
.logo-group a:link {
  color: #006699!important;
  text-decoration: none!important;
}
.logo-group a:visited {
  color: purple!important;
  text-decoration: none!important;
}
.logo-group a:hover, a:active, a:focus {
  color: #006699!important;
  text-decoration: underline!important;
}
.logo-group li:last-child {
  border-right: 0;
  padding-right: 0;
}
