<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.dropdown-menu {
  background-color: white;
}

:root {
  --bs-link-color: #2f77d2;
}

.table {
  --bs-table-bg: none;
}

figcaption {
  color: #636c72;
}

.warning {
  color: #a70009;
}

body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  align-items: center;
}

p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

div.field, div.actions {
  margin-bottom: 10px;
}

#notice {
  color: green;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

#financial .pure-table {
  width: 100%;
}

.chart {
  margin-bottom: 5px;
}

.same-quarter-in-last-year {
  width: 560px;
}
.same-quarter-in-last-year thead tr {
  line-height: 7px;
}
.same-quarter-in-last-year th, .same-quarter-in-last-year td {
  font-size: 11px;
}
.same-quarter-in-last-year td.stat-value {
  font-size: 12px;
}

#disclosures-search-box {
  width: 300px;
  padding: 0 8px;
  margin-left: auto;
}

.disclosure-list {
  padding-bottom: 15px;
}

.disclosure .time-of-day {
  font-size: 10px;
}

.disclosure.list-item {
  display: flex;
  align-items: center;
  gap: 4px; /* 必要に応じて調整 */
  padding: 8px 8px;
  border-bottom: 1px solid #eee;
}

/* 各要素の幅 */
.item.date {
  flex: 0 0 140px; /* 固定幅 */
  margin-left: auto;
}

.item.code {
  flex: 0 0 32px;
  padding: 4px 0;
}

.item.name {
  min-width: 120px;
}

.item.pdf-link {
  flex: 2 1 200px; /* 一番伸びやすく、最小200px */
}

.item.pdf-ext-link,
.item.xbrl-link {
  flex: 0 0 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .disclosure.list-item {
    flex-wrap: wrap; /* 改行を許可 */
  }
  .item.pdf-link {
    flex: 1 0 100%;
    order: 10; /* 一番下に表示 */
    margin-top: -8px;
    padding-left: 28px;
  }
}
.nav-notification {
  padding-right: 5px;
}
.nav-notification span.badge {
  float: left;
  margin: 0 0 -10px 15px;
}

.notification-header {
  padding: 15px 0 10px 0;
}
.notification-header a {
  text-decoration: none;
}

.notification-item.unread {
  font-weight: bold;
}

.notification-item.read {
  opacity: 0.7;
}

#notifications .notification {
  min-height: 42px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
#notifications .notification div {
  padding: 0 5px;
  vertical-align: middle;
}
#notifications .notification a {
  text-decoration: none;
}
#notifications .notification .notification-text {
  min-height: 34px;
  line-height: 18px;
}
#notifications .notification .badge {
  width: 82px;
}
#notifications .notification .notification-created-at {
  color: #999;
  min-width: 110px;
  margin-left: auto;
}
#notifications .notification .notification-read {
  font-size: 14px;
  padding-left: 10px;
}
#notifications .notification .notification-item {
  flex: 1;
}
#notifications .notification .notification-title {
  padding: 5px 10px 5px 0;
}
#notifications .notification .notification-info-message {
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #e6e6e6;
  font-weight: normal;
}
#notifications .notification .company-code-and-name {
  font-size: 12px;
  min-width: 130px;
}

.notification.unread {
  font-weight: bold;
}

.notification.read {
  background-color: #eee;
  opacity: 0.8;
}

.notification {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #notifications .notification .notification-read {
    order: 0;
  }
  #notifications .notification .notification-type {
    order: 1;
  }
  #notifications .notification .company-code-and-name {
    order: 2;
  }
  #notifications .notification .notification-created-at {
    flex-wrap: wrap;
    order: 3;
  }
  #notifications .notification .notification-item {
    flex-basis: 100%;
    margin-left: 32px;
    order: 4;
  }
}
.investor-relation {
  display: grid;
  grid-template-columns: 80px 1fr;
  font-size: 12px;
  padding: 8px;
  border-bottom: dotted 1px #999;
}
.investor-relation.no-comment {
  grid-template-rows: 16px;
}
.investor-relation.with-comment {
  grid-template-rows: 16px 30px;
}
.investor-relation .investor-relation-published-at {
  grid-row: 1/2;
  grid-column: 1/3;
}
.investor-relation .investor-relation-detail {
  grid-row: 1/2;
  grid-column: 2/3;
  white-space: nowrap;
}
.investor-relation .investor-relation-comment {
  grid-row: 2/3;
  grid-column: 2/3;
  white-space: nowrap;
  line-height: 24px;
  background-color: #e6e6e6;
  margin-top: 6px;
  padding: 0px 6px;
}
.investor-relation .icon i {
  width: 20px;
  text-align: center;
}

#live-score-chart-container .chart {
  max-width: 500px;
}

.quarter-value .disclosed-on {
  color: #8baffd;
}

table#terminal-values {
  width: 98%;
}

.terminal-value .end-on {
  width: 100px;
  text-align: right;
}

.stock-share {
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.stock-share div {
  padding: 0 5px;
}
.stock-share .switchable-button {
  width: 85px;
  padding: 2px 0;
  border-radius: 4px;
}
.stock-share .trade-name {
  width: 140px;
}
.stock-share .label {
  font-size: 10px;
}
.stock-share .balance,
.stock-share .price,
.stock-share .calculated-on,
.stock-share .traded-at {
  white-space: nowrap;
  font-size: 8px;
}
.stock-share .yahoo-margin-balance {
  align-items: center;
  width: 425px;
}
.stock-share .yahoo-margin-balance .buying {
  width: 120px;
  background-color: #ffe1d7;
}
.stock-share .yahoo-margin-balance .selling {
  width: 120px;
  background-color: rgb(230, 255, 230);
}

.complimentary_items .pure-table {
  width: 100%;
}
.complimentary_items .btn-toolbar {
  display: inline;
}
.complimentary_items .sort-group {
  padding: 7px 11px;
}

.complimentary-item-record-date {
  padding: 1em;
}

.complimentary-item-discard-form {
  padding-top: 16px;
  text-align: right;
}

.jsf-lendable-button {
  color: white;
  background-color: #010eff;
  white-space: nowrap;
  padding: 1px 2px;
  font-size: 10px;
  border-radius: 3px;
}

.auction-item {
  display: table-row;
  border-top: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  padding: 6px;
  vertical-align: middle;
}
.auction-item .image-box {
  width: 130px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #f6f6f6;
}
.auction-item .image-box .image.cell {
  vertical-align: middle;
  max-width: 130px;
  max-height: 100px;
}
.auction-item .cell {
  padding: 6px;
}
.auction-item .title {
  font-size: 12px;
  color: blue;
}
.auction-item .title a {
  text-decoration: none;
}
.auction-item .title a:hover {
  filter: brightness(1.5);
}
.auction-item .date {
  font-size: 12px;
  text-align: right;
}
.auction-item .price {
  font-size: 12px;
  color: red;
}

.switchable-button {
  font-size: 12px;
  padding: 7px 11px;
}
.switchable-button a {
  text-decoration: none;
}
.switchable-button a:hover {
  text-decoration: none;
}
.switchable-button span {
  padding: 4px 8px;
  border-radius: 4px;
}
.switchable-button:not(.active) {
  background-color: #e6e6e6;
}
.switchable-button:not(.active) a {
  color: #a9a9a9;
}
.switchable-button.active {
  background-color: #08467b;
}
.switchable-button.active a {
  color: white;
}

.figure {
  display: table;
}

.pure-table {
  margin-bottom: 1em;
}

.pure-table th {
  font-size: 12px;
  background-color: #e6e6e6;
}

.pure-table td, .pure-table th {
  padding: 0.3em;
  border-width: 1px;
}

.pure-table:has(+ figcaption) {
  margin-bottom: 0; /* 直後に要素があれば隙間を詰める */
}

.pure-table + figcaption {
  text-align: right;
}

.pure-table caption {
  font: inherit;
  text-align: inherit;
  padding: 0 0 0 5px;
  color: #636c72;
}

.pure-g {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .pure-g {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .pure-g {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .pure-g {
    width: 1170px;
  }
}
/* override */
.pagination {
  margin: 1em;
}

.flex-box {
  display: flex;
}

/* universal */
html {
  overflow-y: scroll;
}

body {
  padding-top: 60px;
  font-size: 13px;
}

table {
  table-layout: fixed;
}

details {
  margin-left: 10px;
}

summary {
  font-size: 16px;
}

section {
  overflow: auto;
}

textarea {
  resize: vertical;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.hidden {
  display: none;
}

.right {
  text-align: right;
}

.nobr {
  white-space: nowrap;
}

legend {
  font-size: 1em;
}

.fa-youtube {
  color: #e51c1c;
}

.center {
  text-align: center;
}
.center h1 {
  margin-bottom: 10px;
}

a {
  color: #2f77d2;
  text-decoration: underline;
}

h3 {
  padding: 0.5em;
  color: #494949;
  background: #fafafa;
  border-left: solid 5px #88a1ee;
  font-size: 16px;
  margin: 10px;
}

dl {
  margin-bottom: 50px;
}

dl dt {
  background: #999;
  color: #fff;
  float: left;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  padding: 5px;
  width: 100px;
}

dl dd {
  margin: 2px 0;
  padding: 5px 0;
}

footer {
  height: 40px;
  background-color: #333;
  text-align: right;
  vertical-align: middle;
  padding: 10px;
  margin-top: 20px;
  color: white;
}
footer a {
  font-size: 12px;
  text-decoration: none;
}

.result {
  color: #6B4A2B;
}

a.btn {
  text-decoration: none;
}

.anchor {
  padding-top: 140px;
  margin-top: -140px;
}

.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;
}
#home .container {
  padding: 100px 40px 0 40px;
}

.navbar .nav-item a,
.navbar .nav-item :visited {
  color: white;
  text-decoration: none;
}
.navbar .nav-item .dropdown-menu a,
.navbar .nav-item .dropdown-menu :visited {
  color: #333;
}

.navbar form {
  padding-right: 0.5em;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.nav-tabs a {
  text-decoration: none;
}

.nav-link {
  padding: 0.5em;
}

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;
}

.number {
  text-align: right;
  font-family: "Roboto", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.number input {
  text-align: right;
}

.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;
}

.financial-stats td:nth-child(1) {
  width: 40%;
}
.financial-stats td:nth-child(2) {
  width: 20%;
}
.financial-stats td:nth-child(3) {
  width: 20%;
}
.financial-stats td:nth-child(4) {
  width: 20%;
}

.company-details-container {
  color: #666;
  float: left;
}
.company-details-container .tag {
  color: #39739d;
  background: #e1ecf4;
  margin: 2px;
  padding: 0 6px;
  height: 20px;
  float: left;
}
.company-details-container .tag:hover {
  background: #cee0ed;
}
.company-details-container .tag .fa-tag {
  font-size: 12px;
}
.company-details-container h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 0 0 3px 0;
}
.company-details-container .fa-tag::before {
  padding-right: 4px;
}

.company-details {
  height: 25px;
}
.company-details .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;
}
#header .yahoo-info span,
#holding-toggle span,
.company-config span {
  padding-right: 8px;
  white-space: nowrap;
}

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

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

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

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

#overview,
#incentive {
  line-height: 160%;
}

#overview p {
  line-height: 160%;
  font-size: 18px;
}

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

.second_important {
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-size: 14px;
}
.second_important .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;
}

.grey {
  color: #999;
}

.small {
  font-size: 80%;
}

.increased {
  color: red;
}

.decreased {
  color: green;
}

.clear {
  clear: both;
}

table.table.table-striped tr.highlight td:not(.order-type) {
  background-color: #ffddc9;
}

/* 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: #636c72;
}

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;
}
#logo:hover {
  color: white;
  text-decoration: none;
}

h3.warning {
  font-size: 14px;
  color: #a70009;
}

.sortable th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

.sortable th a {
  justify-content: flex-end;
  display: flex;
}

.sortable th .asc {
  background-image: image-url("/assets/up_arrow-5a913208.gif");
}

.sortable th .desc {
  background-image: image-url("/assets/down_arrow-bc8ce0dc.gif");
}

#tabs {
  margin-bottom: 18px;
}

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

.orange {
  color: #ff6000;
}

.sortable th,
.sortable td {
  text-align: right;
}

#manuscript1 {
  padding: 5px;
  border: 1px solid #cccccc;
  background-color: #ffffee;
  margin-bottom: 25px;
}
#manuscript1 h3 {
  margin-bottom: 5px;
  padding: 7px;
  background: #f2e9be;
  color: #4b2e20;
  font-weight: bold;
  font-size: 16px;
}
#manuscript1 .mainText {
  padding: 6px;
}
#manuscript1 .manuscriptDtl {
  padding: 6px;
}
#manuscript1 .manuscriptDtl table {
  width: 100%;
  border-top: 1px solid #ceb98d;
  border-left: 1px solid #ceb98d;
}
#manuscript1 .manuscriptDtl th {
  padding: 5px 7px;
  border-right: 1px solid #ceb98d;
  border-bottom: 1px solid #ceb98d;
  background: #f8f3dd;
  color: #4b2e20;
  font-weight: normal;
  white-space: nowrap;
}
#manuscript1 .manuscriptDtl td {
  padding: 5px;
  border: 1px solid #ceb98d;
  background-color: #ffffff;
}
#manuscript1 .img {
  padding: 6px;
  text-align: center;
}

.deficit {
  color: #f55;
}

td.text {
  text-align: center;
}

.estimate {
  color: #888;
}

.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;
}
table.shikiho thead,
table.terminal thead,
table.stock-dividend thead {
  border-bottom: 1px solid #ccc;
}
table.shikiho td.title,
table.terminal td.title,
table.stock-dividend td.title {
  text-align: left;
  border-right: 1px solid #ccc;
}
table.shikiho td,
table.terminal td,
table.stock-dividend td {
  padding: 3px 15px;
  text-align: right;
}
table.shikiho tr.last-in-year,
table.terminal tr.last-in-year,
table.stock-dividend tr.last-in-year {
  background-color: #ddf1f9;
  border-top: 1px solid #999;
}
table.shikiho tr.middle,
table.terminal tr.middle,
table.stock-dividend tr.middle {
  background-color: #f2ffef;
  border: none;
}
table.shikiho tr.result,
table.terminal tr.result,
table.stock-dividend tr.result {
  background-color: rgb(235, 241, 222);
  border-top: 2px double black;
}

table.complimentary-item tr.limited {
  background-color: #fff2e7;
}
table.complimentary-item tr.unavailable {
  background-color: #f5f5f5;
}
table.complimentary-item tr.plenty {
  background-color: #f1ffe7;
}
table.complimentary-item tr.stopped {
  background-color: #999;
}

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

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

.list-item.inactive {
  color: #888;
  background-color: #fafafa;
}
.list-item.inactive a {
  color: inherit;
}
.list-item.inactive span {
  color: inherit;
}

.short-position .inactive {
  color: #888;
  background-color: #fafafa;
}
.short-position .inactive a {
  color: inherit;
}
.short-position .inactive span {
  color: inherit;
}
.short-position 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;
}
a.position span {
  padding: 4px 8px;
  border-radius: 4px;
}
a.position :not(.active) {
  color: #ccc;
}
a.position .active {
  color: #fff;
  background-color: #08467b;
}

.company h4 {
  background-color: #57637e;
  padding: 7px;
  color: white;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}
.company h4 a {
  color: white;
}
.company .table td {
  padding: 2px;
  padding-right: 8px;
  border-bottom: 1px solid #dddddd;
}

.company {
  font-size: 14px;
}
.company .inactive {
  color: #aaa;
}
.company .disclosure {
  display: flex;
}
.company .disclosure .filed_at {
  white-space: nowrap;
}
.company .short-position .td {
  margin: 5px;
}
.company .short-position .td span {
  padding-left: 5px;
}
.company .short-position .td .number,
.company .short-position .td .name,
.company .short-position .td .link {
  white-space: nowrap;
}
.company .short-position .td .change {
  flex-basis: 78px;
}
.company .short-position .td .sub-info {
  font-size: 80%;
}

.list-item {
  display: flex;
  font-size: 12px;
  padding: 8px;
  border-bottom: dotted 1px #999;
}
.list-item .company-name {
  width: 60px;
}
.list-item span {
  padding-right: 8px;
}
.list-item .icon {
  width: 30px;
}
.list-item .badge {
  min-width: 80px;
}
.list-item .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;
}
.company &gt; .header 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;
}

.table-striped &gt; tbody &gt; tr[data-cross-order=true] {
  background-color: #9d9d9d;
}

.ganan-memo {
  padding: 8px 10px;
  margin: 12px 0;
  border: 1px #aaa solid;
  font-size: 12px;
  background: #fafafa;
  border-radius: 8px;
}
.ganan-memo .important {
  padding-right: 5px;
}

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

kbd {
  background: #EEEEEE none repeat scroll 0 0;
  border: none;
  color: #000000;
  padding: 2px 1px;
  white-space: nowrap;
}

.user-info {
  margin: 20px;
}

.sticky-header-wrapper {
  border: 1px solid #ddd;
  width: 100%;
  height: 600px;
  overflow-y: auto;
}
.sticky-header-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.sticky-header-wrapper 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>