@charset "UTF-8"

/* 本文の既定フォント */
body {
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif
}

/* ------------------------------------
  ロゴセクションのレイアウト
------------------------------------ */

/* ------------------------------------
  メニューセクションのレイアウト
------------------------------------ */
.menu {
  width: 100%;
  background-color: midnightblue;
}

.menu ul {
  list-style: none;
  text-align: center;
}

.menu li {
  display: inline-block;
  width: 12%;
}

.menu ul a {
  display: block;
  padding: 15px;
  color: white;
  text-decoration: none;
}

.menu ul a:hover {
  background-color: dodgerblue;
}

/* ------------------------------------
  募集メッセージセクションのレイアウト
------------------------------------ */
.slogan {
  max-width: 50%;
  margin: 80px auto;
}

.slogan h1 {
  text-align: center;
}

.slogan p {
  text-align: left;
}

/* ------------------------------------
  募集要項セクションのレイアウト
------------------------------------ */
.guidlines {
  max-width: 50%;
  margin: 100px auto;
}

.guidlines h1 {
  text-align: center;
}

.guidlines h3 {
  text-align: center;
}

.guidlines table {
  max-width: 100%;
  margin: 0 auto;
}

.guidlines td {
  height: 60px;
  width: 500px;
  padding: 10px 50px 10px 20px;
  background: aliceblue;
}

.guidlines tr:nth-child(odd) td {
  background: whitesmoke;
}

/* ------------------------------------
  応募方法に関するレイアウト
------------------------------------ */
.contact {
  max-width: 50%;
  margin: 100px auto;
}

.contact h1 {
  text-align: center;
}

.contact p {
  text-align: left;
}

/* ------------------------------------
  フッターセクションに関するレイアウト
------------------------------------ */
.footer1 {
  background-color: midnightblue;
  text-align: center;
}

.footer1 p {
  color: white;
}

.footer1 ul {
  list-style: none;
  text-align: center;
}

.footer1 li {
  margin-top: 30px;
  display: inline-block;
  width: 10%;
}

.footer1 ul a {
  color: white;
  text-decoration: none;
}

.footer1 ul a:hover {
  color: #333333;
  background-color: #eeeeee;
}

.footer1 {
  margin-top: 100px;
}
