@charset "utf-8";
/* CSS Document */
body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna";
  line-height: 1.7;
}
div.wrapper {
  width: 960px;
  margin: 10px auto;
}
a {
  color: #1D3594;
}
a:hover {
  color: #394668;
}
h1 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #4b0082;
  margin-bottom: 12px;
}
h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  background: #ededed;
  padding: 5px 15px;
  letter-spacing: 0.2em;
}
div.header {}
div.header_box {
  overflow: hidden;
  background: url("../images/header_back.png")no-repeat center;
  border-bottom: 1px dashed #CCC6C6;
}
div.header_box h1 {
  width: auto;
  float: left;
}
div.header_box p {
  width: auto;
  float: right;
}
ul.bread {
  overflow: hidden;
  font-size: 13px;
  margin: 30px 0;
}
ul.bread li {
  display: inline;
}
div.banner {
  margin: 30px 0 60px 0;
}
ul.booklist:after {
  content: "";
  display: block;
  clear: both;
}
ul.booklist li {
  width: 20%;
  float: left;
  text-align: center;
  list-style: none;
}
table.pricelist {
  width: 100%;
  border: 1px solid #333;
  margin: 15px 0;
}
table.pricelist th, table.pricelist td {
  border: 1px solid #333;
  padding: 8px 10px;
}
table.pricelist th {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background: #B9E0F7
}
table.pricelist td {
  text-align: right;
}
p.bookdown {
  margin: 30px auto;
}
p.bookdown a {
  display: block;
  background: #B5080B;
  width: 47em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
}
p.bookdown a:hover {
  background: #E03134;
}
.red {
  color: red;
}
table.special {
  font-size: 18px;
}
table.special td {
  padding: 5px 0;
}
div.footer {
  margin: 90px 0 0 0;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #ddd;
}
p.copyright {
  font-size: 13px;
}
.bold {
  font-weight: bold;
}
ul.listdisc li {
  list-style-type: disc;
  margin-left: 2em;
}

/* ページトップへ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
  letter-spacing: 0.1em;
}
#page-top a {
  display: block;
  background: #696969;
  color: #fff;
  width: 100px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
#page-top a:hover {
  opacity: 0.7;
  text-decoration: none;
}