@charset "UTF-8";
.mtbl table {
  background: #CCCCCC;
}

.mtbl table th {
  font-weight: normal;
  background: #E1E1E1;
  font-size: 12px;
  padding: 6px 0;
  line-height: 13pt;
}

.mtbl table td {
  text-align: center;
  font-size: 12px;
  background: #ffffff;
  font-family: "ＭＳ ゴシック", "Osaka－等幅";
  padding: 6px 0;
  line-height: 13pt;
}

.mtbl table strong {
  color: red;
  font-weight: normal;
}

.mtbl table .ybk td {
  background: #FFFFCC;
}

/* ====================================== 
　2025年9月29日 (追加記載）
======================================= */
.election .link-list .link-list ul .link-list ul li a {
  padding: 0 2px;
}

.election .inner .flex-justify {
  margin: 0 0 7px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.election .inner .constant {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.election .inner .result {
  margin-bottom: 20px;
}

.election .inner .result .midashi {
  background: #eee;
  text-align: center;
}

.election .inner .result .midashi dd {
  text-align: center !important;
}

.election .inner .result dl {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  border-left: 1px solid #ccc;
}

.election .inner .result dl:first-of-type {
  border-top: 1px solid #ccc;
}

.election .inner .result dl dt {
  width: 40px;
  padding: 4px 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.election .inner .result dl dd {
  width: 180px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.election .inner .result dl dd:nth-of-type(2) {
  width: 40px;
  text-align: center;
}

.election .inner .result dl dd:nth-of-type(3),
.election .inner .result dl dd:nth-of-type(5) {
  width: 130px;
  text-align: center;
}

.election .inner .result dl dd:nth-of-type(4) {
  width: 105px;
  text-align: right;
}

.election .inner .result .caution {
  margin: 5px 0 0;
  font-size: 12px;
  text-align: right;
}

.election .inner .result .doiren {
  background: #FFFFCC;
}

.election .inner .result .tousen.doiren {
  background: #FFFFCC;
}

.election .inner .result .tousen dt {
  color: #FF0000;
  text-align: center;
}

.election .inner .result .hirei {
  background: #fff;
}

.election .inner .result .hirei dt {
  color: #FF0000;
  text-align: center;
}

.election .inner .result .tousen .mutouhyo {
  text-align: center;
}

.election .inner .top-link {
  font-size: 10px;
  text-align: right;
  margin: -10px 0 10px;
}

.election .inner .rubi {
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}

.tbl_tou {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  font-family: sans-serif !important;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

.tbl_tou td,
.tbl_tou th {
  border: 1px solid #ccc;
  padding: 3px;
}

.tbl_tou tr:nth-of-type(1) {
  background: #eee;
}