@charset "utf-8";

main {
  float: center;
  /* color: #000000;
  background-color: #e8e8e8; */
  text-align: center;
  font-family: sans-serif;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0;
}

main {
  /* リンク色 */
  a:link {
    color: #ff0000;
    text-decoration: underline;
  }
  a:active {
    color: #ff0000;
  }
  a:hover {
    color: #ff0000;
  }
  a:visited {
    color: #ff0000;
  }

  /* 画像 */
  img {
    border: 0px;
    max-width: 100%;
  }

  /* リスト */
  ul {
    list-style: none;
  }

  .container {
    max-width: 1200px;
    padding: 0px 20px;
    float: center;
    margin-left: auto;
    margin-right: auto;
  }
}
