<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
  height: 40px;
  background-color: #333;
  text-align: right;
  vertical-align: middle;
  padding: 10px;
  margin-top: 20px;
  color: white;

  a {
    font-size: 12px;
    text-decoration: none;
  }
}

.result {
  color: #6B4A2B
}

a.btn {
  text-decoration: none;
}


.btn-sm:disabled {
  background-color: #ddd;
  color: #888;
}

ol.breadcrumb {
  margin: 10px 0 10px 0;
}

#home {
  background-image: image-url("/assets/background-stock-ab9b0501.jpg");
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  min-height: 1000px;

  .container {
    padding: 100px 40px 0 40px;
  }
}

th {
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}

.table th,
.table td {
  padding: 0.5em;
}

tr.collapse.in {
  display: table-row;
}

td.center {
  text-align: center;
}

.date {
  text-align: right;
}

label {
  font-weight: normal;
}

.updated-date {
  text-align: right;
  font-size: 14px;
}

#header .title-container {
  margin: 20px 0 30px 0;
}

h1.company-title {
  text-align: left;
  margin: 0 25px 0 0;
  float: left;
  min-height: 50px;
  font-size: 32px;
}

.company-details-container {
  color: #666;
  float: left;

  .tag {
    color: #39739d;
    background: #e1ecf4;
    margin: 2px;
    padding: 0 6px;
    height: 20px;
    float: left;

    &amp;:hover {
      background: #cee0ed;
    }

    .fa-tag {
      font-size: 12px;
    }
  }

  h3 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 3px 0;
  }

  .fa-tag::before {
    padding-right: 4px;
  }
}

.company-details {
  height: 25px;

  .value {
    color: #111;
    padding-right: 5px;
  }
}

h2.title {
  padding-top: 20px;
}

#header h2 {
  text-align: left;
  clear: both;
  padding-top: 20px;
}

#header .yahoo-info,
#holding-toggle,
.company-config {
  float: left;
  font-size: 12px;
  line-height: 28px;

  span {
    padding-right: 8px;
    white-space: nowrap;
  }
}

.company-config {
  padding-left: 5px;
}

.delisted {
  text-decoration: line-through;
}

h2,
.company,
.row,
.disclosure {
  form {
    display: inline;
  }
}

.note {
  padding: 6px 2px 2px 2px;
  color: #999;
  margin: -20px 0 20px 0;
  text-align: right;
  font-size: 12px;
}

.company-basic-info {
  margin: 10px;
}

.second_important {
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-size: 14px;

  .price {
    padding-right: 5px;
  }

}

.sub-info {
  font-size: 90%;
  color: #999;
  font-weight: normal;
}

.unit {
  font-size: 70%;
  color: #999;
  font-weight: normal;
}

.spacer {
  font-size: 80%;
  color: #ccc;
  padding: 0 1px;
  vertical-align: top;
}

.small {
  font-size: 80%;
}

.increased {
  color: red;
}

.decreased {
  color: green;
}

.clear {
  clear: both;
}

/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

h1 {
  font-size: 16px;
  letter-spacing: -2px;
  margin: 20px 0;
  padding: 0 15px;
  text-align: left;
}

h2 {
  font-size: 1.2em;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
  color: var(--gray-light);
}

h4 {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

h2.chart-title {
  font-size: 1em;
  margin: 8px 0 0 0;
}

p {
  font-size: 1.1em;
  line-height: 1.7em;
}

/* About */
.jumbotron p {
  line-height: 140%;
}

.jumbotron.error {
  margin-top: 20px;
}

/* header */

#logo {
  float: left;
  margin-right: 10px;
  font-size: 1.7em;
  color: white;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;

  &amp;:hover {
    color: white;
    text-decoration: none;
  }
}

#tabs {
  margin-bottom: 18px;
}

.important,
td.important a {
  color: red;
}

td.text {
  text-align: center;
}

.estimate {
  color: #888;
}


/* äº‹æ¥­æ¦‚è¦(report) */

.report-date,
.time {
  text-align: right;
  color: #999;
  margin-right: 10px;
}

.shikiho-description {
  font-size: 14px;
}

a.no-decoration {
  color: inherit;
  text-decoration: none;
}

table.shikiho,
table.terminal,
table.stock-dividend {
  font-size: 12px;

  thead {
    border-bottom: 1px solid #ccc;
  }

  td.title {
    text-align: left;
    border-right: 1px solid #ccc;
  }

  td {
    padding: 3px 15px;
    text-align: right;
  }

  tr.last-in-year {
    background-color: #ddf1f9;
    border-top: 1px solid #999;
  }

  tr.middle {
    background-color: #f2ffef;
    border: none;
  }

  tr.result {
    background-color: rgb(235, 241, 222);
    border-top: 2px double black;
  }
}



table.stock-dividend {
  width: 320px;
}

table.short-position,

.no-short-position {
  margin-left: 20px;
}

.short-position {
  .inactive {
    @include inactive();
  }

  table {
    width: 100%;
  }
}

.chart-data {
  display: none;
}

.img-thumbnail {
  max-width: 318px;
  padding: 4px 0;
  margin: 0 0 15px 15px;
}

.stock-loan-chart,
.seller-chart,
.margin-balance-chart {
  height: 180px;
}

/* æ‰€æœ‰éŠ˜æŸ„ãƒœã‚¿ãƒ³ */
a.position {
  padding-left: 10px;
  text-decoration: none;

  span {
    padding: 4px 8px;
    border-radius: 4px;
  }

  :not(.active) {
    color: #ccc;
  }

  .active {
    color: #fff;
    background-color: var(--button-active);
  }
}

/* stock_holding_companies */

.company {
  h4 {
    background-color: #57637e;
    padding: 7px;
    color: white;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;

    a {
      color: white;
    }
  }

  .table td {
    padding: 2px;
    padding-right: 8px;
    border-bottom: 1px solid #dddddd;
  }
}

.company {
  font-size: 14px;

  .inactive {
    color: #aaa;
  }

  .disclosure {
    display: flex;

    .filed_at {
      white-space: nowrap;
    }
  }

  .short-position .td {
    margin: 5px;

    span {
      padding-left: 5px;
    }

    .number,
    .name,
    .link {
      white-space: nowrap;
    }

    .change {
      flex-basis: 78px;
    }

    .sub-info {
      font-size: 80%;
    }
  }
}

.list-item {

  display: flex;
  font-size: 12px;
  padding: 8px;
  border-bottom: dotted 1px #999;

  .company-name {
    width: 60px;
  }

  span {
    padding-right: 8px;
  }

  .icon {
    width: 30px;
  }

  .badge {
    min-width: 80px;
  }

  .collapse {
    padding: 10px;
    line-height: 160%;
  }
}


.company&gt;.header {
  margin: 20px 15px 15px 15px;
  background: #fbfbfb;
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-left: 5px solid #6b2f2f;
  color: #5085c7;

  span {
    padding-right: 3px;
  }
}

.forward-per-ratio-to-competitors {
  padding: 4px 0;
}

.col-md-4 {
  padding-right: 5px;
  padding-left: 5px;
}

caption {
  caption-side: top;
  padding: 0 0 0 5px;
  border-left: solid 4px #666;
  font-size: 14px;
}

/* Pagination */
.active.page-other-than-first a.page-link {
  background-color: #ff7b00;
  border-color: #ff7b00;
}

.sticky-header-wrapper {
  border: 1px solid #ddd;
  width: 100%;
  height: 600px;
  overflow-y: auto;

  table {
    width: 100%;
    border-collapse: collapse;
  }

  th {
    text-align: center;
    background: #eee;
    position: sticky;
    top: 0px;
  }
}

.detailed-quarter-values {
  td {
    font-size: 12px;
  }
}

.earnings-forecast {
  background-color: #f5eae4;
}

.more-than-1-year {
  background-color: #fffde8;
}

.stock-ratings {
  td {
    text-align: center;
  }
}</pre></body></html>