@charset "UTF-8";
/* base-font */
/* other color */
.tvm-index-title {
  border-radius: 6px;
  background-color: #666666;
  color: #FFF;
  font-size: 120%;
  font-weight: 300;
  margin-bottom: 8px;
  padding: 8px 0;
  text-align: center;
}

.tvm-ref-index {
  margin: 30px;
}
.tvm-ref-index li {
  border-bottom: 1px solid #AAA;
  font-size: 110%;
  line-height: 140%;
  padding: 15px 0 10px 20px;
  text-indent: -1em;
}
.tvm-ref-index li::before {
  content: "・";
}
.tvm-ref-index li a:hover {
  color: #6868FF;
  text-decoration: none;
}

.tvm-previous-page {
  font-size: 80%;
  margin-bottom: 15px;
}
.tvm-previous-page a:hover {
  color: #6868FF;
  text-decoration: none;
}

.tvm-ref-title {
  border-bottom: 1px solid;
  font-size: 170%;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.tvm-ref-contents hr {
  border: none;
  margin-bottom: 20px;
}
.tvm-ref-contents h2 {
  border-bottom: 1px dotted #000;
  margin-bottom: 16px;
  margin-top: 40px;
  padding-bottom: 3px;
}
.tvm-ref-contents h2:not(:first-of-type) {
  margin-top: 60px;
}
.tvm-ref-contents h2::before {
  content: "■";
}
.tvm-ref-contents ol, .tvm-ref-contents ul {
  line-height: 130%;
}
.tvm-ref-contents ol {
  list-style: decimal;
  margin-left: 22px;
}
.tvm-ref-contents ul {
  list-style: disc;
  margin-left: 26px;
}
.tvm-ref-contents li {
  font-size: 90%;
  line-height: 140%;
  margin-bottom: 16px;
}
.tvm-ref-contents .pure-img {
  margin-bottom: 50px;
  margin-top: 10px;
}
.tvm-ref-contents table {
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  margin-bottom: 16px;
  margin-left: 24px;
  width: 100%;
}
.tvm-ref-contents th, .tvm-ref-contents td {
  font-size: 90%;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}
.tvm-ref-contents th {
  font-size: 90%;
  background-color: #EEE;
  padding: 8px;
  text-align: center;
}
.tvm-ref-contents td {
  padding: 10px;
}
.tvm-ref-contents td .pure-img {
  margin-bottom: 0;
  margin-top: 0;
}
.tvm-ref-contents em {
  color: #000;
  font-weight: 600;
}
.tvm-ref-contents strong {
  color: #000;
  font-size: 90%;
  font-weight: 600;
}
.tvm-ref-contents .tvm-example {
  border: 1px dotted #000;
  font-size: 90%;
  margin-top: 15px;
  padding: 10px;
}
.tvm-ref-contents .tvm-example-title {
  font-weight: 300;
  margin-bottom: 8px;
}
.tvm-ref-contents .tvm-example-body {
  margin-bottom: 0;
  margin-left: 2em;
}

.ref-msg-01-table {
  margin-left: 0 !important;
}

/*# sourceMappingURL=reference.css.map */
