html {
  background-color: #cdeaf2;
}
a {
  text-decoration: none;
}
img {
  border: none;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
body {
  margin: 0;
  padding: 0;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy, sans-serif;
  font-size: 80%;
  line-height: 1.5;
  color: #000;
  background-color: #4dc1e8;
  text-align: center;
  background: linear-gradient(#4dc1e8,#a4d9e9,#f5fafe,#cdeaf2);
  background: -webkit-gradient(linear,left top,left bottom,from(#4dc1e8),color-stop(0.4,#a4d9e9),color-stop(0.6,#f5fafe),to(#cdeaf2));
  width: 100%;
  height: 100%;
}
h1 {
  display: block;
  text-align: center;
  width: 800px;
  height: 114px;
  margin: 0 auto 20px;
  padding: 0;
  background-image: url('./logo.png');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
main {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
ul {
  margin: 0 auto;
}
li {
  display: inline-block;
  width: 200px;
  font-size: 18px;
  margin: 8px;
  vertical-align: top;
}
li span {
  font-size: 24px;
}
li span a{
  color: #003f98;
}
li div.facebook {
  float: right;
  margin: 4px 2px 2px 0;
  width: 29px;
  height: 29px;
  background-image: url('./FB-f-Logo__blue_29.png');
  background-repeat: no-repeat;
  background-position: center top;
}
li div.facebook a{
  display: block;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
li p {
  margin: 0;
  padding: 0;
}
li p img {
  width: 100%;
}
footer {
  margin: 8px;
}
footer p {
  text-align: center;
  height: 66px;
  background-image: url('./kinokuniya-logo.png');
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 959px) and (min-width: 0px) {
  h1 {
    width: 100%;
    margin-bottom: 0;
  }
  main {
    width: 90%;
  }
  ul {
    width: 100%;
    padding: 0;
  }
  li {
    margin: 0 auto;
  }
  footer p {
    background-size: 153px auto;
    height: 33px;
  }
}
