/* ========================= [ base ] */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0 auto;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
}

/* ========================= [ #page ] */

#page {
  margin: 0;
  padding: 0;
  position: relative;
}

/* ===== #navi */
#navi {
  position: relative;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  background: #fff;
  z-index: 999;
}

#navi .logo {
  float: left;
  width: 108px;
}

#navi .logo img {
  float: left;
  margin-top: 7px;
}

#navi .head-navi {
  float: right;
  height: 15px;
  font-size: 13px;
  margin: 8px 0 0;
}

#navi .head-navi li {
  display: inline;
  font-size: 13px;
  padding: 0 10px;
  border-right: 1px #333 solid;
}

#navi .head-navi li:last-child {
  border: none;
}

/* ===== #copy */
#copy {
  position: relative;
  height: 30px;
  margin-top: -30px;
  padding: 10px 0;
  border-top: 1px #000000 solid;
  background: #202020;
  color: #fff;
  font-size: 11px;
  z-index: 10;
}

#content-wrap {
  padding-bottom: 1rem;
}

footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 1rem;
  background: #fff;
  padding: 10px 0;
  color: #000;
  z-index: 13;
  font-size: 11px;
}
