@charset "utf-8";

header {
  background-image: url(../image/./bg/s3.png),
    url(../image/./bg/sbg021.png);
  height: 97px;
}

h1 {
  color: #b4fac3;
}

h2 {
  text-align: center;
  margin-top: 30px;
}

.outa h2 {
  margin-top: 50px;
  margin-bottom: 1rem;
}

.outa p {
  margin-bottom: 0.5rem;
}

main {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.comics{
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.manga li {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.manga img {
  width: 70px;
}

.manga img:hover {
  opacity: 0.7;
  transition: 0.1s;
}

.manga dl {
  width: 100%;
  margin-left: 20px;
}

.manga a:hover {
  color: #b4fac3;
  transition: 0.1s;
}

.manga dt {
  font-size: 16px;
  font-weight: bold;
}

.manga span {
  font-size: 14px;
  font-weight: normal;
}

.back {
  margin-top: 50px;
}

.copyright {
  margin-top: 20px;
}

.outa {
  text-align: center;
}

input[type="button" i] {
  padding: 1px 6px;
  cursor: pointer;
  user-select: none;
  border: none;
  color: #957cb3;
  background-color: #ffffff;
  box-shadow: 1.2px 1.2px 0 #ccc;
  margin-bottom: 3px;

}

input:active {
  transform: translateY(2px);
  box-shadow: none;
  transition: 0.1s;
}

