/* ========================= [ 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;
}

/* ===== #navi */
#navi {
  position: relative;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  /*border-bottom: 1px #000000 solid;*/
  background: #202020;
  z-index: 1;
}

#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;
}

/* ========================= [ common ] */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #000;
}

p.copyright {
  margin: 0;
  padding: 10px 0;
  font-size: 11px;
  color: #fff;
}
