@charset "utf-8";
/* CSS Document */

/* =================================================

LAYOUT

==================================================*/
html {
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #fff;
}

#wrap {
  width: 640px;
  overflow: hidden;
}
#wrap li {
  list-style: none;
}
#wrap li img {
  vertical-align: bottom;
}

#head {
  height: 100px;
  z-index: 9998;
  background: #fff;
  width: 640px;
  position: fixed;
}

#head .logo {
  width: 50%;
  max-width: 381px;
  margin: 12px 0 0 25px;
}

#foot {
  text-align: center;
  background-color: #113961;
  padding: 33px 0 37px;
}
#foot li {
  border-right: 1px solid #acc8e4;
  display: inline;
  padding: 0 0.5em;
  white-space: nowrap;
}
#foot li.noBD {
  border-right: none;
  padding-right: 0;
}
#copyright {
  font-size: 70%;
  padding-top: 20px;
  color: #acc8e4;
}

/* ===== Link ===== */
a {
  outline: none;
}
a:link,
a:visited {
  color: #acc8e4;
  text-decoration: underline;
}
a:active,
a:hover {
  color: #acc8e4;
  text-decoration: none;
}

/* =================================================

下層ページ共通

==================================================*/

.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb70 {
  margin-bottom: 70px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}

.ta_c {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}

sup {
  font-size: 10px;
}
