@charset "utf-8";


/* ========== body ========== */

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #eee;
}


/* ========== .header ========== */

.header {
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: 2px solid #ebe8c9;
}

.header img {
  vertical-align: bottom;
}


/* ========== .wrap ========== */

.wrap {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 50px 30px 50px;
  background-color: #fff;
}


/* ========== .nav ========== */

.nav {
  text-align: center;
}

.nav ul li {
  display: inline-block;
}


/* ========== .main ========== */

.main {
  margin: 0 0 50px 0;
}


/* ========== h1 ========== */

h1 {
  font-size: 18px;
  text-align: center;
  margin: 50px 0 20px 0;
}


/* ========== .text-group ========== */

.text-group {
  margin: 0 0 30px 0;
}

.text-group p {
  font-size: 12px;
  text-align: center;
}


/* ========== .img-group ========== */

.img-group {
  margin: 0 0 10px 0;
}

.img-group img {
  vertical-align: bottom;
}

.img-group a {
  display: inline-block;
}

.img-group a:hover {
  opacity: 0.7;
}

.img-group a+a {
  margin: 0 0 0 10px;
}


/* ========== .footer ========== */

.footer {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  background-color: #fffcdb;
  border-top: 2px solid #ebe8c9;
}

.footer p {
  font-size: 0;
  text-align: center;
}

.footer p+p {
  font-size: 12px;
  margin: 20px 0 0 0;
}