/* CSS Document */
body, td {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

/*h1, h2, h3, h4, h5, h6, div, p, ul, li, dd {
    font-family: sans-serif;
}*/
.biggest {
  font-size: 24px;
  line-height: 30px;
}

.bigger {
  font-size: 18px;
  line-height: 24px;
}

.big {
  font-size: 16px;
  line-height: 22px;
}

.normal {
  font-size: 14px;
  line-height: 20px;
}

.small {
  font-size: 12px;
  line-height: 16px;
}

.smaller {
  font-size: 10px;
  line-height: 13px;
}

.smallest {
  font-size: 9px;
  line-height: 12px;
}

body {
  background-color: #A8E5E4;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a:link {
  color: #FF6699;
  text-decoration: none;
}

a:visited {
  color: #CC6699;
  text-decoration: none;
}

a:active {
  color: #FFDE3C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #FF9933;
}

.copyright {
  color: #7D6750;
  font-size: 10px;
  line-height: 13px;
}
.copyright img {
  height: 1em;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.bkgstage {
  background-image: url(images/bkgnd_stage.gif);
}

.info {
  color: #FF6633;
}

.bkgoldlist {
  background: url(./header_mail.jpg) no-repeat center;
}

a img {
  transition: 0.2s ease-in-out;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.btn_pr {
  padding-right: 95px;
}

.m30 {
  margin-bottom: 14px;
  margin-top: 30px;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li img {
  vertical-align: top;
}

#footer {
  width: 400px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  letter-spacing: -0.4em;
  font-size: 0;
}

#footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.btn_p {
  padding-right: 17px;
}

.btn_p2 {
  padding-right: 6px;
}

#dekabana {
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
}

#oldlist {
  margin: 0 auto;
  padding: 14px 0 40px;
  text-align: center;
}

#book {
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}

.hidden {
  visibility: hidden;
}

#flash {
  margin-left: 65px;
  z-index: 0 !important;
  width: 415px;
}

#flash img {
  width: 357px;
  height: 105px;
}

img {
  border: 0px;
}

/**/
h1, h2 {
  margin: 0;
  padding: 0;
}

.oldlist {
  text-align: center;
}

.oldlist-header {
  min-height: 40px;
  background-color: #2145A1;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.oldlist-header h1 {
  font-family: "Shuei NijimiMGo B";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-weight: normal;
}
.oldlist-header h1 img {
  max-width: 200px;
}
.oldlist-contents {
  font-family: "Shuei NijimiMGo B";
  color: #902722;
  background-color: #fff;
  border-radius: 24px;
  width: 88%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.oldlist-contents h2 {
  font-weight: normal;
  font-size: 14px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
  text-align: left;
}
@media (min-width: 600px) {
  .oldlist-contents h2 {
    text-align: center;
  }
}

.oldlist-contents h2 span {
  position: relative;
  z-index: 2;
}
.oldlist-contents img {
  width: 100%;
  max-width: 200px;
}
.oldlist-contents ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 24px;
  font-size: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.oldlist-contents li {
  max-width: 48%;
}
.oldlist-contents a {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.oldlist-footer {
  margin-top: 40px;
  margin-bottom: 40px;
}
.oldlist-footer a {
  font-family: "Shuei NijimiMGo B";
  color: #902722;
}
.oldlist-footer .btn-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 1.1em;
}
.oldlist-footer .btn-footer img {
  height: 3em;
}

.copyright {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}/*# sourceMappingURL=koneta-revenge.css.map */

.oldlist-note {
  color: #828282;
  text-align: left;
  margin: 0 auto;
  width: fit-content;
  font-size: 12px;
}
@media (min-width: 600px) {
  .oldlist-note {
    text-align: center;
  }
}