@charset "UTF-8";
#main {
  background-color: rgb(167 111 247 / 30%);
}
#systemwrap  {
  width:96%;
  margin:0 auto;
  margin-bottom: 1em;
}
#systemwrap p, #systemwrap span {
  font-size: 0.9em;
}
#systemwrap .system p {
  text-align: center;
}
#systemwrap .system .god:hover {
  opacity:0.7;
}
.system, .credit, .receipt {
  margin-bottom: 1em;
}
.credit ol {
  list-style-type: decimal;
  margin-left: 1.3em;
  margin-bottom: 2em;
}
.title {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  padding: 5px;
  font-size: 1.4em;
  color:#ffd700;
  /*padding-left: 20px;
  color: #FFF;
  border-radius: 3px;*/
}
.price_sys table {
  margin: 1em 0;
  font-size: 1.6em;
  border: 1px solid #CCC;
  width: 55%;
  margin-bottom: 10px;
}
.price_sys table th, .price_sys table td {
  border: none;
  padding: 5px;
}
.al-r {
  text-align: right;
}
.price_sys table th {
  text-align: left;
}
.caution ul {
  margin-bottom: 1em;
}
.credit .hidden a {
  color:#eee;
  text-decoration:underline;
}
.hidden {
  display: block;
}
.visible {
  display: none;
}
.red {
  color:#000;
  font-weight: bold;
}
.card_link {
  margin-top:1em;
}
.visible a.button {
  color:#00aced;
}
@media screen and (max-width: 770px) {
  .price_sys table {
    width: 100%;
  }
  .hidden {
    display: none;
  }
  .visible {
    display: block;
    text-decoration: underline;
  }
  .visible a {
    color:#eee;
  }
  .visible img {
    width:100%;
  }
  #systemwrap .system img {
    max-width: 100%;
  }
  .title img {
    width:100%;
  }

}
