@charset "UTF-8";
body {
  background-color: #96D0CE;
}

a {
  text-decoration: none;
}

main {
  margin: 30px auto 0px;
  width: 90%;
  height: auto;
}

#top {
  display: none;
}

#content {
  width: 100%;
  /*##########　このエリア本体CSS　##########*/
}
#content .left {
  display: none;
}
#content .right {
  display: none;
}

#under {
  display: none;
}

#foo {
  margin: 30px auto 25px;
  width: 90%;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Noto Serif JP','Sawarabi Mincho', serif;
  color: #1F334C;
  line-height: 18px;
  text-align: center;
}
#foo .c_name {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Noto Serif JP','Sawarabi Mincho', serif;
  color: #1F334C;
  line-height: 18px;
  text-align: center;
}
