@charset "UTF-8";
html,
body {
  font-size: 16px;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section,
article,
nav,
p,
figure,
figcaption,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
img,
address,
form,
input,
textarea,
select,
option,
span {
  letter-spacing: 2px;
  font-size: 16px;
}
* {
  behavior: url(js/PIE-1.0beta5/PIE.htc);
}
img {
  width: 100%;
  height: auto;
}
br.narrow {
  display: none;
}
.fixed_nav {
  padding: 20px 0;
}
.fixed_nav ul {
  justify-content: space-between;
}
.fixed_nav ul li {
  width: 80px;
}
footer {
  margin-bottom: 100px;
}
