<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
img.display_prop_size {
  width: auto !important;
  height: auto !important;
}

textarea {
  padding: 0.25em;
  font-size: 110%;
  border: solid 1px #ccc;
  border-radius: 3px;
  color: #444;
}

/** FORM INPUT FANCY **/
input:focus[type=text],
textarea:focus {
  border: 1px solid #eea34a;
  color: black;
}

.input_shadow {
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

button {
  border: solid 1px #ccc;
  font-size: 100%;
  padding: 0.5em 2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  border-radius: 0.2em;
}

button:hover {
  background-color: #aaa;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html,
body {
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS P Gothic", "IPA Pゴシック", "Takao Pゴシック", "TakaoPGothic", "VL Pゴシック", "VL PGothic", "IPAPGothic", Osaka, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: relative;
}

address,
article,
aside,
blockquote,
canvas,
details,
dialog,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
legend,
li,
main,
nav,
noscript,
ol,
p,
pre,
section,
summary,
table,
tbody,
tfoot,
thead,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: relative;
  position: relative;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  display: table;
}
table tbody,
table thead,
table tfoot {
  display: table-row-group;
}
table tr {
  display: table-row;
}
table td,
table th {
  display: table-cell;
}
table th {
  word-break: keep-all;
}

ul,
ol {
  margin: 0;
}

address,
em {
  font-style: normal;
}

hr {
  clear: both;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: center;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

code {
  font-family: monospace;
}

a:-moz-any-link {
  text-decoration: none;
}

a:any-link, a:hover, a:active {
  text-decoration: none;
}
a:-moz-any-link img {
  border: none;
  text-decoration: none;
  line-height: 0;
}
a:any-link img, a:hover img, a:active img {
  border: none;
  text-decoration: none;
  line-height: 0;
}/*# sourceMappingURL=base.css.map */</pre></body></html>