/* ---------------------------------

/toc/ir-new/stock/

--------------------------------- */

/*----------
	株主優待
----------*/

@media only screen and (max-width: 768px) {
  .table-stock__inner {
    overflow: auto;
    margin-right: -5.3333333333%;
    padding-bottom: 8px;
    position: relative;
  }

  .table-stock__body {
    min-width: 1000px;
    padding-bottom: 8px;
  }
}

.table-stock table {
  width: 100%;
  text-align: left;
  border: none;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 2px solid #E0E0E0;
  empty-cells: show;
  overflow: hidden;
}

.table-stock thead th {
  vertical-align: middle;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.table-stock tbody th {
  border-top: 2px solid #777;
  padding: 15px;
  background-color: #E7E5CF;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.table-stock tbody th em {
  font-weight: bold;
  font-size: 18px;
}

.table-stock tbody td {
  padding: 15px;
  border-top: 2px solid #777;
  vertical-align: top;
}

.table-stock tbody td + td {
  border-left: 1px solid #777;
}

.table-stock tbody .setlist li {
  display: flex;
  justify-content: space-between;
}

.table-stock .cell1 {
  width: 20%;
}

.table-stock .cell2 {
  width: 40%;
}

.table-stock .cell3 {
  width: 40%;
}

.table-stock tbody .bdr-top {
  border-top: 1px solid #777;
}

.table-stock .bg1 {
  background-color: #00B380;
}

.table-stock .color1 {
  color: #00B380;
}

.table-stock .bg2 {
  background-color: #FF9800;
}

.table-stock .color2 {
  color: #FF9800;
}

.table-stock .t-fz12 {
  font-size: 12px;
}

.table-stock .t-fz14 {
  font-size: 14px;
}

.table-stock .t-fz18 {
  font-size: 18px;
}

