@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('./default.css');

div.notice p {
  font-size: small;
  color: #000000;
  background-color: #eeeeee;
  border-style: dotted;
  border-width: 1px;
  border-color: #000000;
  padding: 0.5em;
}

img.screenshot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 65%;
  height: auto;
  background-color: #add6d6;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 10px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #295454;
  padding: 0.5em;
}

span.note {
  border-style: dotted;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-color: #cccccc;
}

blockquote {
  font-size: small;
  color: #000000;
  background-color: #add6d6;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 10px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #295454;
  padding: 0.5em;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.footer {
  font-size: small;
  text-align: right;
}

div.footer p {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

div.ad p {
  font-size: small;
  color: #000000;
  background-color: #eeeeee;
  border-style: dotted;
  border-width: 1px;
  border-color: #000000;
  padding: 0.5em;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

dl dt {
  font-weight: bold;
}

div.contents h2, h3 {
  text-align: left;
}

pre.console {
  font-size: medium;
  color: #c0c0c0;
  background-color: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 10px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #295454;
  padding: 0.5em;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;

}