@charset "UTF-8";
* {
  box-sizing: border-box;
}

p, div, td, dd, li, h1, h2, h3 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=);
}

html {
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #FFF;
  margin: 0;
  padding: 0;
  min-width: 1350px;
  position: relative;
}

body, th, td {
  color: #333;
}

pre {
  padding: 0;
}

form {
  display: inline;
}

*::-webkit-input-placeholder {
  color: #BBB;
}

*::-moz-placeholder {
  color: #BBB;
}

*:-ms-input-placeholder {
  color: #BBB;
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
}

hr {
  border: none;
  border-bottom: 1px dashed #CCC;
  margin: 30px 0px 50px;
}

input[type=tel],
input[type=text] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  outline: none;
}

input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  outline: none;
}

select {
  border-radius: 0;
  margin: 0;
  outline: none;
}

.bold {
  font-weight: bold;
}

/*
	1枠＝白、2枠＝黒、3枠＝赤、4枠＝青、5枠＝黄、6枠＝緑、7枠＝橙、8枠＝桃
*/
span.waku {
  display: inline-block;
  width: 26px;
  border: 1px solid #999;
  border-radius: 2px;
}

.waku.w1 {
  background: #FFF;
  color: #000;
}

.waku.w2 {
  background: #000;
  color: #FFF;
}

.waku.w3 {
  background: #F00;
  color: #FFF;
}

.waku.w4 {
  background: #00F;
  color: #FFF;
}

.waku.w5 {
  background: #FF0;
  color: #000;
}

.waku.w6 {
  background: #0F0;
  color: #000;
}

.waku.w7 {
  background: #F90;
  color: #FFF;
}

.waku.w8 {
  background: #F0F;
  color: #FFF;
}

@media print, screen and (min-width: 861px) {
  .w30 {
    width: 30px;
  }
  .w45 {
    width: 45px;
  }
  .w50 {
    width: 50px;
  }
  .w55 {
    width: 55px;
  }
  .w60 {
    width: 60px;
  }
  .w70 {
    width: 70px;
  }
  .w75 {
    width: 75px;
  }
  .w80 {
    width: 80px;
  }
  .w90 {
    width: 90px;
  }
  .w100 {
    width: 100px;
  }
  .w110 {
    width: 110px;
  }
  .w120 {
    width: 120px;
  }
  .w130 {
    width: 130px;
  }
  .w140 {
    width: 140px;
  }
  .w150 {
    width: 150px;
  }
  .w160 {
    width: 160px;
  }
  .w170 {
    width: 170px;
  }
  .w180 {
    width: 180px;
  }
  .w200 {
    width: 200px;
  }
  .w210 {
    width: 210px;
  }
  .w220 {
    width: 220px;
  }
  .w230 {
    width: 230px;
  }
  .w240 {
    width: 240px;
  }
  .w250 {
    width: 250px;
  }
  .w300 {
    width: 300px;
  }
  .w350 {
    width: 350px;
  }
  .w400 {
    width: 400px;
  }
  .w430 {
    width: 430px;
  }
  .w600 {
    width: 600px;
  }
  .w650 {
    width: 650px;
  }
  .bigger {
    font-size: 120%;
  }
  .smaller {
    font-size: 80%;
  }
}
@media screen and (max-width: 860px) {
  .w45 {
    min-width: 8.04vw;
  }
  .w50 {
    min-width: 8.93vw;
  }
  .w55 {
    min-width: 9.82vw;
  }
  .w60 {
    min-width: 10.71vw;
  }
  .w70 {
    min-width: 12.5vw;
  }
  .w75 {
    min-width: 13.39vw;
  }
  .w80 {
    min-width: 14.29vw;
  }
  .w90 {
    min-width: 16.07vw;
  }
  .w100 {
    min-width: 17.86vw;
  }
  .w110 {
    min-width: 19.64vw;
  }
  .w120 {
    min-width: 21.43vw;
  }
  .w200 {
    min-width: 35.54vw;
  }
  .w250 {
    min-width: 44.64vw;
  }
  .w300 {
    min-width: 53.57vw;
  }
  .w430 {
    min-width: 76.61vw;
  }
  .w600 {
    min-width: 107.14vw;
  }
  .mw50 {
    min-width: 50px;
  }
  .mw70 {
    min-width: 70px;
  }
  .mw80 {
    min-width: 80px;
  }
  .mw100 {
    min-width: 100px;
  }
}
.right {
  text-align: right;
}

.center {
  text-align: center !important;
}

.hide {
  display: none;
}

.mt5 {
  margin-top: 5px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.p0 {
  padding: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

/*
	Input, Textarea, Select
*/
input[type=checkbox] {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  position: relative;
  margin-top: -1px;
}

input[type=radio] {
  width: 19px;
  height: 19px;
  vertical-align: middle;
  position: relative;
  margin-top: -1px;
}

input[type=tel],
input[type=password],
input[type=text] {
  border: 1px solid #CCC;
  box-shadow: 0 0 1px 0 rgba(200, 200, 200, 0.5);
  padding: 6px 10px;
  font-size: 15px;
  height: 34px;
  border-radius: 2px;
  vertical-align: middle;
}

input[type=tel]:focus,
input[type=password]:focus,
input[type=text]:focus {
  border: 1px solid #1A780C;
  box-shadow: 0 0 2px 0 rgb(19, 90, 140);
}

input[type=tel].full,
input[type=text].full {
  width: 100%;
}

input[type=checkbox] {
  cursor: pointer;
}

input[type=radio] {
  cursor: pointer;
}

textarea {
  border: 1px solid #CCC;
  padding: 6px 10px;
  font-size: 15px;
  box-shadow: 0 0 1px 0 rgba(200, 200, 200, 0.5);
  vertical-align: middle;
}

textarea:focus {
  border: 1px solid #1A780C;
  box-shadow: 0 0 2px 0 rgb(19, 90, 140);
}

textarea.full {
  width: 100%;
}

textarea:disabled {
  background: #EEE;
}

select {
  padding: 5px 8px;
  border: 1px solid #CCC;
  border-radius: 2px;
  box-shadow: 0 0 1px 0 rgba(200, 200, 200, 0.5);
  font-size: 15px;
  height: 34px;
  max-width: 100%;
  vertical-align: middle;
}

select:focus {
  border: 1px solid #1A780C;
  box-shadow: 0 0 2px 0 rgb(19, 90, 140);
}

select.full {
  width: 100%;
}

textarea {
  resize: vertical;
}

optgroup {
  background: #F5F5DC;
}

option {
  background: #FFF;
}

option.disabled {
  background: #EEE;
  color: #AAA;
}

label {
  cursor: pointer;
}

input.write_false,
select.write_false,
textarea.write_false,
select.write_false option {
  background-color: #DDD;
}

label.write_false {
  color: #999;
}

input.write_true,
select.write_true,
textarea.write_true,
select.write_true option {
  background-color: #F6FFFF;
}

input.readOnly,
select.readOnly,
textarea.readOnly,
select.readOnly option {
  background-color: #EED;
  color: #444;
  border: 1px solid #CCC;
}

/*
	Button
*/
a.btnStd,
button.btnStd {
  vertical-align: middle;
  padding: 6px 20px;
  margin-bottom: 1px;
  border: 1px solid #BDC8CA;
  background: #264B96;
  color: #FFF !important;
  cursor: pointer;
  font-size: 15px;
  line-height: 21px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  user-select: none;
  outline: none;
}

a.btnStd.right,
button.btnStd.right {
  margin-right: 0;
  margin-left: auto;
}

.btnSmall {
  padding: 4px 15px !important;
}

.btnMini {
  padding: 3px 8px !important;
  font-size: 13px !important;
}

.btnMicro {
  padding: 3px 3px !important;
  font-size: 12px !important;
}

.btnCalendar {
  padding: 4px 8px !important;
}

.btnCalendar::before {
  content: "calendar_month";
  font-family: "Material Symbols Outlined";
  position: relative;
  vertical-align: middle;
  font-size: 21px;
  line-height: 1;
}

.btnClear {
  padding: 4px 8px !important;
}

.btnClear::before {
  content: "close";
  font-family: "Material Symbols Outlined";
  position: relative;
  vertical-align: middle;
  font-size: 21px;
  line-height: 1;
}

.btnDialog::before {
  content: "open_in_new";
  font-family: "Material Symbols Outlined";
  position: relative;
  left: -5px;
  vertical-align: middle;
  font-size: 21px;
  line-height: 1;
  margin-right: 2px;
}

label.disabled {
  color: #999;
}

a.btnStd:hover,
button.btnStd:hover {
  background: #61AA55;
}

a.btnStd:focus,
button.btnStd:focus {
  border: 1px solid #E5D931;
  box-shadow: 0 0 2px 0 rgb(229, 217, 49);
}

a.btnAgent,
input.btnAgent,
button.btnAgent {
  border: 1px solid #BDC8CA;
  background: #3A7432;
}

/*
	Disabled
*/
a.btnStd.disabled,
button[type=button].btnStd:disabled,
button.btnStd.disabled,
select.disabled {
  background: #EEE !important;
  cursor: default;
  border: 1px solid #EEE !important;
  color: #DDD !important;
}

a.btnSubmit.disabled {
  color: #DDD !important;
  text-decoration: none;
  pointer-events: none;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled {
  background: #EEE !important;
}

/*
	ReadOnly
*/
input[type=text]:read-only,
input[type=password]:read-only,
input[type=email]:read-only,
input[type=url]:read-only,
input[type=tel]:read-only {
  background: #EEE !important;
  border: 1px solid #DDD;
}

/* --------------------------------
    header
-------------------------------- */
header {
  background: #082551;
  border-bottom: 2px solid #9a6f04;
}

header div.inner {
  width: 1350px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}

header div.siteLogo .title {
  margin: 20px 0 0;
  padding: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
}

header div.siteLogo .title a::before {
  content: "chess_knight";
  font-family: "Material Symbols Outlined";
  position: relative;
  vertical-align: middle;
  top: -3px;
  font-size: 30px;
  line-height: 1;
  margin-right: 6px;
}

header div.siteLogo .title a span {
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
}

header div.siteLogo .title a span::before {
  content: "[ ";
}

header div.siteLogo .title a span::after {
  content: " ]";
}

header div.siteLogo .title a {
  color: #FFF;
  text-decoration: none;
}

/*
    #siteHeaderNavi
*/
nav#siteHeaderNavi {
  width: 100%;
  border-bottom: 1px solid #DDD;
  margin-bottom: 30px;
}
nav#siteHeaderNavi > ul.naviPc {
  width: 1350px;
  list-style: none;
  margin: 0 auto;
  padding: 1px 0;
  position: relative;
  z-index: 10;
  display: flex;
}
nav#siteHeaderNavi > ul.naviPc > li {
  position: relative;
  border-right: 1px solid #DDD;
}
nav#siteHeaderNavi > ul.naviPc > li:first-child {
  border-left: 1px solid #DDD;
}
nav#siteHeaderNavi > ul.naviPc > li > a,
nav#siteHeaderNavi > ul.naviPc > li > span {
  display: inline-block;
  color: #000;
  font-size: 15px;
  padding: 5px 20px 5px;
  text-decoration: none;
}
nav#siteHeaderNavi > ul.naviPc > li.active > a,
nav#siteHeaderNavi > ul.naviPc > li.active > span,
nav#siteHeaderNavi > ul.naviPc > li > a:hover,
nav#siteHeaderNavi > ul.naviPc > li > span:hover {
  background: rgb(45, 76, 151);
  color: #FFF;
}
nav#siteHeaderNavi > ul.naviPc > li > ul {
  position: absolute;
  padding: 0;
  list-style: none;
}
nav#siteHeaderNavi > ul.naviPc > li > ul:before {
  content: "";
  margin: 0 0 0 30px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 5px 10px;
  border-color: transparent transparent rgba(45, 76, 151, 0.97) transparent;
}
nav#siteHeaderNavi > ul.naviPc > li.disabled > a {
  background: #DDD;
  pointer-events: none;
}
nav#siteHeaderNavi > ul.naviPc > li > ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 11px 50px 10px 15px;
  line-height: 1;
  font-size: 15px;
  border-bottom: 1px solid #082551;
  background: rgba(45, 76, 151, 0.97);
  color: #FFF;
  white-space: nowrap;
  width: 100%;
}
nav#siteHeaderNavi > ul.naviPc > li > ul li a:hover {
  text-decoration: underline;
  background: rgb(30, 53, 107);
}
nav#siteHeaderNavi > ul.naviPc > li > ul {
  top: 100%;
  left: 0;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}
nav#siteHeaderNavi > ul.naviPc {
  /* ホバー時に表示 */
}
nav#siteHeaderNavi > ul.naviPc > li:hover > ul,
nav#siteHeaderNavi > ul.naviPc > li:focus-within > ul,
nav#siteHeaderNavi > ul.naviPc > li[aria-expanded=true] > ul {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0s;
}

/* --------------------------------
	footer
-------------------------------- */
footer {
  _background: #F4F4F4;
  overflow: hidden;
  margin-top: 100px;
}
footer div.copyright {
  width: 1350px;
  margin: 0 auto;
  border-top: 1px solid #333;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  padding: 15px 0 30px;
}

span.uma.status.stable {
  display: inline-flex;
  background: #d7b460;
  color: #fff;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 3px;
}

span.uma.status.turnout {
  display: inline-flex;
  background: #4f8437;
  color: #fff;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 3px;
}

/*
	#pageLogin
*/
#pageLogin {
  margin-bottom: 150px;
  margin-top: 50px;
}

#pageLogin div.boxLogin {
  max-width: 430px;
  margin: 0 auto;
  position: relative;
}

#pageLogin div.boxLogin::before {
  content: "lock";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 0;
  top: 30px;
  vertical-align: middle;
  font-size: 60px;
  line-height: 1;
  color: #9a6f04;
}

#pageLogin div.boxLogin table {
  margin: 150px 0 50px 80px;
  border-collapse: collapse;
}

#pageLogin div.boxLogin table th {
  border: 1px solid #EEE;
  padding: 15px 15px 15px 15px;
  font-size: 15px;
  text-align: right;
  font-weight: normal;
}

#pageLogin div.boxLogin table td {
  border: 1px solid #EEE;
  padding: 15px 15px 15px 15px;
  font-size: 15px;
}

#pageLogin div.boxLogin p {
  margin-bottom: 30px;
  font-size: 14px;
}

/*
	#pageLogout
*/
#pageLogout {
  margin-bottom: 150px;
  margin-top: 50px;
}

/*
	#pageSystem
*/
#pageSystem div.menuList {
  display: flex;
  column-gap: 60px;
  justify-content: start;
}

#pageSystem div.menuList dl {
  margin: 0;
  padding: 0;
}

#pageSystem div.menuList dl dt {
  font-size: 19px;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 0 0 12px 0;
}

#pageSystem div.menuList dl dt::before {
  content: "●";
  position: relative;
  vertical-align: middle;
  font-size: 21px;
  line-height: 1;
  margin-right: 5px;
}

#pageSystem div.menuList dl dd {
  font-size: 19px;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 0 0 12px 0;
}

#pageSystem div.menuList dl dd::before {
  content: "┣";
  margin-right: 10px;
}

#pageSystem div.menuList dl dd:last-of-type::before {
  content: "┗";
}

/*
	#pageUmaActive
*/
#pageUmaActive span.sei {
  display: inline-flex;
  color: #fff;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 3px;
}

#pageUmaActive span.sei.hinba {
  background: #eeadc4;
}

#pageUmaActive span.sei.boba {
  background: #adc5ee;
}

#pageUmaActive span.sei.senba {
  background: #c7b5ee;
}

/*
	#pageUmaDetail
*/
#pageUmaDetail table tr.turnout td {
  background: #ecf8e1;
}

/*
	#pageUmaDetail-race
*/
#pageUmaDetail-race table tr.turnout td {
  background: #ecf8e1;
}

/*
	#pageUmaDetail-pedigree
*/
#pageUmaDetail-pedigree div.table-ancestors {
  margin-bottom: 60px;
}

#pageUmaDetail-pedigree div.table-ancestors table {
  border-collapse: collapse;
  width: 100%;
}

#pageUmaDetail-pedigree div.table-ancestors table td {
  padding: 5px 10px;
  line-height: 1;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  font-size: 14px;
}

#pageUmaDetail-pedigree div.table-ancestors table td.boba,
#pageUmaDetail-pedigree div.table-ancestors table td.father {
  background: #eef2f9;
}

#pageUmaDetail-pedigree div.table-ancestors table td.hinba,
#pageUmaDetail-pedigree div.table-ancestors table td.mother {
  background: #f9eef0;
}

* {
  font-family: Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* --------------------------------
	main
-------------------------------- */
main {
  width: 1350px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #1e49ab;
}

a:hover {
  color: #85CC33;
}

a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

a.external::after {
  content: "open_in_new";
  font-family: "Material Symbols Outlined";
  position: relative;
  top: 3px;
  margin-left: 7px;
  color: #777;
  text-decoration: none;
  font-size: 80%;
}

button.btnLink {
  background: none;
  outline: none;
  padding: 0 4px;
  border: none;
  cursor: pointer;
  color: #1e49ab;
}

button.btnLink:hover {
  color: #85CC33;
}

button.btnLink .mIcon {
  position: relative;
  top: 3px;
}

div.page .h1 {
  font-weight: normal;
  font-size: 35px;
  line-height: 1;
  padding: 0 0 11px;
  margin: 0 0 35px 0;
  position: relative;
  border-bottom: 1px solid #E1E1E1;
}

div.page .h1:after {
  content: "";
  background: #DDD;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 200px;
}

div.page .h1::before {
  content: "double_arrow";
  font-family: "Material Symbols Outlined";
  position: relative;
  top: 4px;
  margin-right: 5px;
}

div.page .h2 {
  font-weight: normal;
  font-size: 31px;
  line-height: 1;
  padding: 0 0 10px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #DDD;
  word-break: break-all;
  position: relative;
}

div.page .h2::before {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  position: relative;
  top: 4px;
  margin-right: 5px;
}

div.page .h3 {
  font-weight: normal;
  font-size: 23px;
  line-height: 1;
  padding: 0 0 10px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #DDD;
  word-break: break-all;
  position: relative;
}

div.page .h4 {
  font-weight: normal;
  font-size: 19px;
  line-height: 1;
  padding: 0;
  margin: 0 0 20px 0;
  word-break: break-all;
  position: relative;
}

div.page div.pageAction {
  margin: 0 0 30px;
  display: flex;
  column-gap: 15px;
}

div.table-basic {
  margin-bottom: 60px;
}

div.table-basic > table {
  border-collapse: collapse;
  width: 100%;
}

div.table-basic > table > tbody > tr > th {
  padding: 8px 8px;
  border-bottom: 1px solid #DDD;
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
}

div.table-basic > table > tbody > tr > th.thw {
  width: 140px;
}

div.table-basic > table > tbody > tr > td {
  padding: 8px 8px;
  border-bottom: 1px solid #DDD;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
}

div.table-basic > table > tbody > tr > td.tdw1 {
  width: 60px;
  text-align: center;
  background: #F3F3F3;
}

div.table-basic > table > tbody > tr > td.tdw1.required {
  background: #FCF0F0;
}

div.table-basic > table > tbody > tr > td.tdw1.required span {
  display: block;
  background: #C22;
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
  width: 36px;
  padding: 3px 0;
  border-radius: 3px;
  margin: auto;
  text-align: center;
}

div.table-basic.dense th {
  padding: 3px 5px;
}

div.table-basic.dense td {
  padding: 3px 5px;
}

div.table-list {
  margin-bottom: 60px;
}

div.table-list > table {
  border-collapse: collapse;
  width: 100%;
  background: #FFF;
}

div.table-list > table > thead {
  position: relative;
}

div.table-list > table > thead::after {
  content: "";
  border-bottom: 2px solid #2989bb;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

div.table-list > table > thead > tr > th {
  padding: 6px 6px;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #EEE;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
}

div.table-list > table > thead > tr > th:last-child {
  border-right: none;
}

div.table-list > table > tbody > tr:first-child td {
  border-top: 1px solid #DDD;
}

div.table-list > table > tbody > tr > td {
  padding: 5px 7px;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #EEE;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
}

div.table-list > table > tbody > tr > td:last-child {
  border-right: none;
}

div.table-list > table > tbody > tr > td[rowspan] {
  border-left: 1px solid #EEE;
}

div.table-list > table > tbody > tr > td:first-child {
  border-left: none;
}

div.table-list > table > tbody > tr.sep td {
  font-size: 1px;
  padding: 0px;
  height: 12px;
}

div.table-list > table > tbody > tr:not(.sep):nth-child(odd) td {
  background: #F7F7F7;
}

div.table-list > table > tbody > tr.even td {
  background: #FFF !important;
}

div.table-list > table > tbody > tr.odd td {
  background: #F7F7F7 !important;
}

div.table-list.dense > table > tbody > tr > td {
  padding: 5px 5px;
}

div.table-list > table > tbody > tr.alert td {
  background: #FFDDFF !important;
}

div.table-list > table > tbody > tr.hot td {
  background: #FEE !important;
}

div.table-list > table > tbody > tr.selected td {
  background: #FEE !important;
}

div.table-list > table > tbody > tr td.rank1 {
  background: #FFA4B2 !important;
}

div.table-list > table > tbody > tr td.rank2 {
  background: #FFC6CF !important;
}

div.table-list > table > tbody > tr td.rank3 {
  background: #FFE0E5 !important;
}

div.table-list > table tbody tr td span.rank,
div.table-list > table tbody tr td a.rank {
  display: block;
  padding: 3px;
}

div.table-list > table tbody tr td span.rank.rank1,
div.table-list > table tbody tr td a.rank.rank1 {
  background: #FFDB2F;
}

div.table-list > table tbody tr td span.rank.rank2,
div.table-list > table tbody tr td a.rank.rank2 {
  background: #FFEB8D;
}

div.table-list > table tbody tr td span.rank.rank3,
div.table-list > table tbody tr td a.rank.rank3 {
  background: #FFF6CD;
}

ul.tabNavi {
  display: flex;
  list-style: none;
  margin: 0 0 30px;
  padding: 0 14px 0 7px;
  border-bottom: 2px solid #DDD;
  flex-wrap: wrap;
}

ul.tabNavi > li {
  font-size: 16px;
  line-height: 1;
  margin-left: 7px;
  position: relative;
  padding-top: 10px;
}

ul.tabNavi > li a {
  padding: 12px 12px 9px 12px;
  display: block;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  bottom: 0;
  background: #52922B;
  color: #FFF;
  border-bottom: 1px solid #417522;
  min-width: 120px;
  text-align: center;
}

ul.tabNavi > li a:hover {
  text-decoration: underline;
}

ul.tabNavi > li.active {
  padding-top: 6px;
  background: #FFF;
  margin-bottom: -2px;
}

ul.tabNavi > li.active a {
  padding-top: 13px;
  margin-top: 0;
  border: 1px solid #CCC;
  border-bottom: 2px solid #FFF;
  background: none;
  border-top: 3px solid #52922B;
  color: #52922B;
  pointer-events: none;
}

.dialogStd {
  overscroll-behavior: contain;
}
.dialogStd::backdrop {
  overflow: hidden;
  overscroll-behavior: contain;
  background-color: rgba(12, 53, 165, 0.3);
}
.dialogStd[open] {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  padding: 2rem;
  width: 70rem;
  height: 70rem;
}

#dialog {
  position: relative;
}
#dialog .btnDialogClose {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E3E3E3;
  color: #1e49ab;
  font-size: 23px;
  font-weight: bold;
}

dl.pagerNavi {
  margin: 0 0 30px;
}

dl.pagerNavi dt {
  margin: 0 0 15px;
  font-size: 17px;
  line-height: 1;
}

dl.pagerNavi dd {
  margin: 0;
  padding: 0;
}

dl.pagerNavi dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 5px;
}

dl.pagerNavi dd ul li {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1;
}

dl.pagerNavi dd ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BDC8CA;
  padding: 0 9px;
  border-radius: 3px;
  min-width: 35px;
  height: 35px;
}

dl.pagerNavi dd ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BDC8CA;
  padding: 0 9px;
  border-radius: 3px;
  min-width: 35px;
  height: 35px;
  background: #1f4a97;
  color: #FFF;
}

dl.pagerNavi dd ul li a:hover {
  background: #EEE;
}

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