/* 新学社　確認サイト */

body, header, footer {
  margin: 0;
  padding: 0;
}


header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #007FCC;
}

main {

}

footer {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
}


h1 {
  font-size: 24px;
  color: #007FCC;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}

footer p {
  text-align: center;
  font-size: 12px;
  color: #888;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.clist {
  text-align: center;
  margin: 2em 0;
}

.clist ul li {
  list-style: inside square;
  display: block;
}

.clist ul li a {
  color: #007FCC;
  text-decoration: none;
  padding: 3px;
}

.clist ul li a:link { color: 007FCC; }
.clist ul li a:hover { color: white; background-color: #007FCC; }
.clist ul li a:active { color: 007FCC; }
.clist ul li a:valid { color: 007FCC; }

.clist ul li.noindex {
  list-style-type: none;
  font-weight: bold;
  font-size: 120%;
  margin-top: 1em;
}

.separator {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#007FCC), to(transparent));
  background-image: linear-gradient(to right, transparent, #007FCC, transparent);
}
