/* フォント：Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --live-text-color: #656565;
  --live-text-font-size: 20px;

  --live-background-color-0: #f6f6f6;
  --live-background-color-1: #f3f9fe;
  --live-background-color-2: #eff5fe;
  --live-background-color-3: #f2f6fd;
  --live-background-color-4: #039be5;
  --live-background-color-5: #e9e9e9;

  --live-border-left-w: 7px;

  --live-border-color-0: #999;
  --live-border-color-1: #eee;
  --live-border-color-2: #bbb;
  --live-border-color-3: #039be5;
  --live-border-color-4: #ddeaff;

  --live-text-color-B: #f9f9f9;
  --live-border-color-LB: #f9f9f9;

}


/* 初期化 */
html,
body {
	font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック','MS PGothic';
	font-size: 16px;
}

a,
a:visited {
  color: #039be5;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  position: relative;
  color: #d81f26;
  text-decoration: underline;
  left: 1px;
	top: 1px;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	display: inline-block;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 16px;
}
h5,
h6 {
	font-size: 1em;
}
h1,h2,h3,h4 {
	font-weight: 600;
}

/* 共通 */
.menu-mt-6 {
  margin-top: 3.5rem;
}
.menu-mt-7 {
  margin-top: 4rem;
}
.menu-mt-8 {
  margin-top: 4.5rem;
}
.menu-pb-6 {
  padding-bottom: 36px;
}

.btn-w100p {
  width: 100%;
}
.btn-liveA,
.btn-liveA:visited {
  background-color: #0288d1;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #ffffff;
  text-decoration: none;
}
.btn-liveA:hover,
.btn-liveA:active {
	background-color: #ffffff;
	border-color: #0288d1;
	color: #0288d1;
  text-decoration: none;
}
.btn-liveA:focus {
	background-color: #ffffff;
  border-color: #d81f26;
	border-radius: 2px;
	color: #d81f26;
  text-decoration: none;
}

.btn-liveB,
.btn-liveB:visited,
.btn-liveB:focus,
.btn-liveB:active {
	background-color: #ffffff;
	border-radius: 2px;
	color: #0288d1;
  text-decoration: none;
}
.btn-liveB:hover {
	background-color: #0288d1;
	color: #ffffff;
  text-decoration: none;
}

.btn-liveC,
.btn-liveC:visited {
	background-color: #ffffff;
  border-color: #0288d1;
	border-radius: 2px;
	color: #0288d1;
  text-decoration: none;
}
.btn-liveC:hover,
.btn-liveC:active {
	background-color: #0288d1;
	color: #ffffff;
  text-decoration: none;
}
.btn-liveC:focus {
	background-color: #ffffff;
  border-color: #d81f26;
	border-radius: 2px;
	color: #d81f26;
  text-decoration: none;
}

.btn-liveD,
.btn-liveD:visited,
.btn-liveD:focus,
.btn-liveD:active {
	background-color: #8d8d8d;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #ffffff;
  text-decoration: none;
}
.btn-liveD:hover {
	background-color: #ffffff;
	border-color: #8d8d8d;
	color: #8d8d8d;
  text-decoration: none;
}

/* ヘッダー・タイトル */
#header {
  border-bottom: 1px solid #d7dee0;
  background-color: #039be5;
}

.head-message {
	/* background-color: #039be5; */
  background-color: #0288d1;
	font-size: 0.75em;
  padding: 3px 5px 5px 5px;
  text-align: center;
  color: #eee;
}
.h1-title {
  /* color: #8d8d8d;
  color: #656565; */
  color: #fff;
  margin: 15px 0 0 0;
  text-align: center;
  font-weight: bold;
}
.h1-sub {
  /* color: #888888; */
  color: #fff;
  margin: 5px 0 15px 0;
  text-align: center;
	font-size: 18px;
  font-weight: bold;
}

.h2-title,
.h2-title15 {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #656565;
	font-weight: bold;
  text-align: center;
	text-transform: uppercase;
	position: relative;
}
.h2-title:before,
.h2-title:after,
.h2-title15:before,
.h2-title15:after {
  content: '';
	background-color: #039be5;
	top: 50%;
	height: 2px;
	position: absolute;
	width: 35%;
}
.h2-title:before,
.h2-title15:before {
	left: 0px;
}
.h2-title:after,
.h2-title15:after {
    right: 0px;
}

.raceTime {
  font-size: 90%;
}
.sub-desc {
  font-size: 0.85rem;
  color: #999;
}
.endMsg {
  font-size: 0.85rem;
}
.desc85 {
  font-size: 0.85rem;
}

/* パンくず */
.live-breadcrumb {
  border-bottom: 1px solid #eee;
  margin-top: 5px;
  padding-bottom: 10px;
}

/* ライブ動画 */
.live-container {
	background: #f7f7f7;
}
.live-video {
	padding: 10px 0 10px 0;
  border-top: 1px solid #0288d1;
	border-bottom: 1px solid #999;
}
.live-stdm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.live-stdm-label {
  width: 50px;
  margin-right: 15px;
  text-align: right;
}
.live-stdm-select {
  width: 180px;
}
.live-stdm-video {
  margin-top: 20px;
  width: 320px;
  height: 217px;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #0288d1;
}
.live-stdm-iframe {
  transform: scale(0.60);
  -o-transform: scale(0.60);
  -webkit-transform: scale(0.60);
  -moz-transform: scale(0.60);
  -ms-transform: scale(0.60);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
}
.live-stdm-iframe-04 {
  transform:scale(0.69);
  -o-transform:scale(0.69);
  -webkit-transform:scale(0.69);
  -moz-transform:scale(0.69);
  -ms-transform:scale(0.69);
  transform-origin:0 0;
  -o-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -ms-transform-origin:0 0;
}
.live-stdm-link {
  margin: 30px 5px 10px 5px;
  display: flex;
  justify-content: space-evenly;
  font-weight: 600;
  color: #d7dee0;
}


.live-1v {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
  background: #f7f7f7;
}

.live-1v .live-video {
  border: 3px solid #0288d1;
}

/* 出走表 */
.live-1v .live-stdm-video {
  margin-bottom: 20px;
}
.live-1v .live-st {
  margin-top: 30px;
	padding: 0px 0 0 0;
  border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.live-1v .accordion-button {
  padding: 10px 15px 10px 10px;
  font-size: 1.0rem;
  font-weight: 600;
  /* background: #f7f7f7; */
  background: #eff5fe;
  color: #545454;
}

.live-st .accordion-body {
  padding: 10px;
}
.live-st .live-stdm-st {
  display: flex;
  justify-content: center;
}

.live-1v .live-racelist {
  margin-top: 30px;
	padding: 0;
  border-top: 1px solid #0288d1;
	border-bottom: 1px solid #0288d1;
	border-left: 1px solid #0288d1;
	border-right: 1px solid #0288d1;
}
.live-racelist .accordion-button {
  padding: 10px 15px 10px 10px;
  font-size: 1.0rem;
  font-weight: 600;
  /* background: #f7f7f7; */
  background: #eff5fe;
  color: #545454;
}
.live-racelist .accordion-body {
  padding: 5px;
}
.live-racelist-data {
  /* border: 1px solid #ddd; */
}

/* オッズ */
.live-1v .live-odds {
	padding: 0;
  border-top: 1px solid #0288d1;
	border-bottom: 1px solid #0288d1;
	border-left: 1px solid #0288d1;
	border-right: 1px solid #0288d1;
}
.live-1v .nowTime {
  font-size: 0.9rem;
  color: #666;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
.live-odds .accordion-body {
  padding: 0px;
}
.live-odds .live-odds-updt {
  margin-left: 5px;
  margin-top: 2px;
  font-weight: normal;
  font-size: 0.85rem;
  color: #666;
}


/* メニュー */
.live-menu1 {
  /* border: 1px solid #039be5; */
  border: 1px solid #999;
  padding: 10px;
  background-color: #fff;
}
.live-menu1 a {
  font-weight: 600;
}
.live-menu1-link {
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 5px;
}
.live-menu1-desc {
  font-size: 0.85rem;
  color: #777;
  padding: 5px 0 0 15px;
}

.menu9 {
  background-color: #eef2f5;
}
.live-menu9 {
  border: 1px solid #aaa;
  padding: 10px;
  background: #f7f7f7;
}
.live-menu9 a {
  font-weight: 600;
  color: #787878;
}
.live-menu9 a:hover {
  color: #d81f26;
}
.live-menu9-link {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 5px;
}
.live-menu9-desc {
  font-size: 0.85rem;
  color: #999;
  padding: 5px 0 0 15px;
}

/* 会場 */
.stdm24-item {
  border: 1px solid #aaa;
  padding: 3px;
  border-radius: 3px;
}
.stdm24-item-L1 {
  padding: 4px 5px;
  background-color: #8d8d8d;
  text-align: center;
}
.stdm24-item-name a {
  font-weight: 600;
  color: #fff;
}
.stdm24-item-L2 {
  padding: 5px;
  font-size: 13px;
  border-bottom: 1px solid #d7dee0;
  display: flex;
  justify-content: space-between;
  line-height: 1.5rem;
}
.stdm24-item-grade {
  padding-left: 2px;
}
.stdm24-item-days {
  color: #666;
}
.stdm24-item-daysNext {
  color: #999;
  font-size: 0.7rem;
}
.stdm24-item-L3 {
  padding: 5px;
  font-size: 13px;
  border-bottom: 1px solid #d7dee0;
  color: #d7dee0;
  display: flex;
  justify-content: space-around;
  line-height: 1.5rem;
}
.stdm24-item-L4 {
  padding: 5px;
  font-size: 13px;
  color: #d7dee0;
  display: flex;
  justify-content: space-around;
  line-height: 1.5rem;
  background-color: #f9f9f9;
}
.stdm24-item-none {
  background-color: #eee;
}

/* スマホ対応 - 991px 以下 */
@media (max-width: 991px) {
  .h2-title:before,
  .h2-title:after {
    width: 25%;
  }
  .h2-title15:before,
  .h2-title15:after {
    width: 15%;
  }

  .live .live-video {
    border-bottom: none;
  }

  .live-1v .live-odds {
    margin-top: 30px;
  }

  .stdm24-item-L3,
  .stdm24-item-L4 {
    justify-content: space-between;
  }
  .stdm24-item-L3n {
    justify-content: space-around !important;
  }
}

/* フッター */
footer {
	background-color: #0288d1;
	color: #ffffff;
	font-size: 0.85em;
}
footer p,
footer a,
footer a:visited {
	color: #ffffff;
}
footer a:hover,
footer a:focus,
footer a:active {
  color: #ffffff;
}
.footer-top {
	padding-top: 25px;
}
.footer-area {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 20px;
}
.footer-area h2 {
  font-size: 1.2rem;
	margin-bottom: 25px;
  font-weight: 400;
}
.footer-area h3 {
  font-size: 1rem;
	margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
}
.footer-area li {
	display: block;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.copyright {
	line-height: 70px;
}


/* アコーディオン */
.accordion-button {
  /* background-color: #bbdefb !important; */
  background-color: #eff5fe !important;
}
.accordion-button:hover,
.accordion-button:focus,
.accordion-button:active {
  box-shadow: none;
}
.accordion-button a {
  color: #545454;
}
.accordion-button:not(.collapsed) {
  /* background: #f7f7f7; */
  background: #eff5fe;
}
.accordion-body {
  background: #f7f7f7;
}

/* 号艇 */
.ngnCenter {
	margin: 0 auto;
}
.ngnCenter {
	margin: 0 auto;
}
.ngnCenter {
	margin: 0 auto;
}
/*--- 20 x 20 ---*/
.ngn13 {
	font-family: 'メイリオ', sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 60px;
  line-height: 1.4;
}
.ngn12 {
	font-family: 'メイリオ', sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 40px;
  line-height: 1.4;
}
.ngn11 {
	font-family: 'メイリオ', sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 20px;
  line-height: 1.4;
}

.ngn1r1, .ngn1r1n {
	height: 20px;
	width: 19px;
	text-align: center;
	font-weight: bold;
	float: left;
}

.ngn1r1, .ngn1r1n {
	background-color: #fff;
	color: #333;
	border: 1px solid #333;
	float: left;
}

.ngn1r2, .ngn1r2n,
.ngn1r3, .ngn1r3n,
.ngn1r4, .ngn1r4n,
.ngn1r5, .ngn1r5n,
.ngn1r6, .ngn1r6n {
	height: 20px;
	width: 19px;
	text-align: center;
	color: #fff;
	float: left;
  padding-top: 1px;
}
.ngn1r2, .ngn1r2n {
	background-color: #333;
}
.ngn1r3, .ngn1r3n {
	background-color: #e60012;
}
.ngn1r4, .ngn1r4n {
	background-color: #265caa;
}
.ngn1r5, .ngn1r5n {
	background-color: #f6dd2b;
	font-weight: bold;
	color: #333;
}
.ngn1r6, .ngn1r6n {
	background-color: #079a3e;
	border: 1px solid #079a3e;
}
.ngn1r1n, .ngn1r2n, .ngn1r3n,
.ngn1r4n, .ngn1r5n, .ngn1r6n {
	margin-left: 1px;
}

/*--- 18 x 18 ---*/
.ngn23 {
	font-family: 'メイリオ', sans-serif;
	font-size: 13px;
  width: 54px;
	font-weight: bold;
  line-height: 1.4;

  display: flex;
  justify-content: flex-start;
}
.ngn23n {
	font-family: 'メイリオ', sans-serif;
	font-size: 13px;
	font-weight: bold;
  line-height: 1.4;
}
.ngn22 {
	font-family: 'メイリオ', sans-serif;
	font-size: 13px;
	width: 40px;
	font-weight: bold;
  line-height: 1.4;
}
.ngn21 {
	font-family: 'メイリオ', sans-serif;
	font-size: 13px;
	width: 20px;
	font-weight: bold;
  line-height: 1.4;
}

.ngn2r1, .ngn2r1n {
	height: 18px;
	width: 17px;
	text-align: center;
	font-weight: bold;
	float: left;
}

.ngn2r1, .ngn2r1n {
	background-color: #fff;
	color: #333;
	border: 1px solid #333;
}

.ngn2r2, .ngn2r2n,
.ngn2r3, .ngn2r3n,
.ngn2r4, .ngn2r4n,
.ngn2r5, .ngn2r5n,
.ngn2r6, .ngn2r6n {
	height: 18px;
	width: 17px;
	text-align: center;
	color: #fff;
}
.ngn2r2, .ngn2r2n {
	background-color: #333;
	border: 1px solid #333;
}
.ngn2r3, .ngn2r3n {
	background-color: #e60012;
	border: 1px solid #e60012;
}
.ngn2r4, .ngn2r4n {
	background-color: #265caa;
	border: 1px solid #265caa;
}
.ngn2r5, .ngn2r5n {
	background-color: #f6dd2b;
	border: 1px solid #f6dd2b;
	color: #333;
}
.ngn2r6, .ngn2r6n {
	background-color: #079a3e;
	border: 1px solid #079a3e;
}

.ngn2r1n, .ngn2r2n, .ngn2r3n,
.ngn2r4n, .ngn2r5n, .ngn2r6n {
	margin-left: 1px;
}


/* オッズ */
#oddsTbl table, #oddsTbl td, #oddsTbl th {
  padding: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  color: #333;
  background-color: #fff;
}
#oddsTbl table {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
	border: 2px solid #4581d3;
}
#oddsTbl th {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #f2f2f2;
}
#oddsTbl .oddsLine5 {
	border-bottom: 2px solid #dee2e6;
}
#oddsTbl .odText {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
  padding-right: 1px;
}


/* 出走表 */
#rlTbl {
  margin-bottom: 5px;
}
#rlTbl table {
  margin-top: 10px;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size:  14px;
	border: 2px solid #4581d3;
}
#rlTbl td, #rlTbl th {
  padding: 5px 2px 5px 2px;
  border-right: 1px solid #a5a5a9;
  border-bottom: 1px solid #a5a5a9;
	color: #000;
  text-align: center;
  vertical-align: middle;
}
#rlTbl .subTitle {
  background-color: #eee;
  color: #424242;
  font-size: 14px;
  font-weight: bold;
	line-height: 1.8em;
  border-top: 2px solid #4581d3;
  border-bottom: 1px solid #4581d3;
}
#rlTbl .labelW {
	width: 16%;
}
#rlTbl .colW {
	width: 14%;
}
#rlTbl .labelTitle {
  background-color: #eee;
  color: #666;
  font-size: 11px;
  font-weight: normal;
  border-right: 1px solid #4581d3;
}
#rlTbl .label2 {
  font-size: 9px;
}
#rlTbl .labelWin {
	margin: 0 auto;
	width: 70%;
	border-top: 1px solid #666;
}

#rlTbl .name-col1 {
	color: #000099;
}
#rlTbl .name-col2 {
	color: #990000;
}
#rlTbl .colMin0 {
}
#rlTbl .colMin1 {
	color: #0069d5;
}
#rlTbl .colMax0 {
}
#rlTbl .colMax1 {
	color: #f04141;
}

#rlTbl .name-td {
  vertical-align: top;
}
#rlTbl .name {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 17px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
#rlTbl .age {
  line-height: 2em;
	font-size: 12px;
	font-weight: normal;
}
#rlTbl .ken {
	font-size: 12px;
}

#rlTbl .infoLine {
  margin-top: 5px;
}
#rlTbl .tani {
  font-size: 85%;
	color: #666;
}
#rlTbl .jyuni {
	font-size: 16px;
	font-weight: bold;
}
#rlTbl .rank {
	font-size: 16px;
	font-weight: bold;
}
#rlTbl .rank1 {
	margin-top: 5px;
	font-size: 12px;
}
#rlTbl .power {
/*	color: #000; */
	font-size: 16px;
	font-weight: bold;
}
#rlTbl .power1 {
	color: #666;
	font-size: 13px;
}
#rlTbl .total {
	color: #666;
	font-size: 13px;
}
#rlTbl .normal {
	font-size: 16px;
	font-weight: bold;
}
#rlTbl .jyuniCol1 {
  background-color: #e3f2fd;
}
#rlTbl .jyuniCol2 {
  background-color: #ffebee;
}
#rlTbl .rno {
  background-color: #4581d3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#rlTbl .colNo {
  background-color: #e0f2f1;
}
#rlTbl .bottomLine {
  border-bottom: 2px solid #4581d3;
}
#rlTbl .font-spacing {
	letter-spacing: 0.25em
}


/* タイトル */
.live-title-L {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--live-background-color-0);
  border-top: 1px solid var(--live-border-color-0);
  border-bottom: 1px solid var(--live-border-color-1);
}
.live-title-M {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: var(--live-background-color-0);
  border-top: 1px solid var(--live-border-color-0);
  border-bottom: 1px solid var(--live-border-color-1);
}

.live-text-C {
  text-align: center;
  vertical-align: middle;
  font-size: var(--live-text-font-size);
  line-height: 1.5em;
  color: var(--live-text-color);
}
.live-text-L {
  text-align: left;
  vertical-align: middle;
  font-size: var(--live-text-font-size);
  line-height: 1.5em;
  color: #656565;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  border-left: var(--live-border-left-w) solid var(--live-border-color-2);
}

.live-title-LB {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--live-background-color-4);
  border-top: 1px solid var(--live-background-color-4);
  border-bottom: 1px solid var(--live-background-color-4);
  color: var(--live-text-color-B);
}
.live-title-MB {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: var(--live-background-color-4);
  border-top: 1px solid var(--live-background-color-4);
  border-bottom: 1px solid var(--live-background-color-4);
  color: var(--live-text-color-B);
}
.live-title-MB5 {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: var(--live-background-color-5);
  border-top: 1px solid var(--live-background-color-5);
  border-bottom: 1px solid var(--live-background-color-5);
  color: var(--live-text-color);
}

.live-text-CB {
  text-align: center;
  vertical-align: middle;
  font-size: var(--live-text-font-size);
  line-height: 1.5em;
}
.live-text-LB {
  text-align: left;
  vertical-align: middle;
  font-size: var(--live-text-font-size);
  line-height: 1.5em;
  padding-left: 10px;
  border-left: var(--live-border-left-w) solid var(--live-border-color-LB);
}

.live-fs20 {
  font-size: 20px;
}
.live-fs18 {
  font-size: 18px;
}
.live-fs17 {
  font-size: 17px;
}
.live-fs16 {
  font-size: 16px;
}
.live-fs15 {
  font-size: 15px;
}
.live-fs14 {
  font-size: 14px;
}
.live-fs12 {
  font-size: 12px;
}
.live-fs11 {
  font-size: 11px;
}
.live-fw400 {
  font-weight: 400;
}
.live-fw500 {
  font-weight: 500;
}
.live-fw600 {
  font-weight: 600;
}
.live-fw700 {
  font-weight: 700;
}
.live-fw800 {
  font-weight: 800;
}

.live-bc-1 {
  background-color: var(--live-background-color-1);
}
.live-bc-2 {
  background-color: var(--live-background-color-2);
}
.live-bc-3 {
  background-color: var(--live-background-color-3);
}

.live-bt-0 {
  border-top: none;
}
.live-bb-0 {
  border-bottom: none;
}
.live-bl-0 {
  border-left: none;
}

.live-btc-1 {
  border-top-color: var(--live-border-color-3);
  border-top-style: solid;
}
.live-bbc-1 {
  border-bottom-color: var(--live-border-color-3);
  border-bottom-style: solid;
}
.live-btc-2 {
  border-top-color: var(--live-border-color-4);
  border-top-style: solid;
}
.live-bbc-2 {
  border-bottom-color: var(--live-border-color-4);
  border-bottom-style: solid;
}
.live-btc-3 {
  border-top-color: var(--live-border-color-0);
  border-top-style: solid;
}
.live-bbc-3 {
  border-bottom-color: var(--live-border-color-0);
  border-bottom-style: solid;
}
.live-btc-4 {
  border-top-color: var(--live-border-color-1);
  border-top-style: solid;
}
.live-bbc-4 {
  border-bottom-color: var(--live-border-color-1);
  border-bottom-style: solid;
}

.live-blc-1 {
  border-left-color: var(--live-border-color-3);
  border-left-style: solid;
}
.live-blc-2 {
  border-left-color: var(--live-border-color-4);
  border-left-style: solid;
}
.live-blc-3 {
  border-left-color: var(--live-border-color-0);
  border-left-style: solid;
}

.live-btw1 {
  border-top-width: 1px;
  border-top-style: solid;
}
.live-btw2 {
  border-top-width: 2px;
  border-top-style: solid;
}
.live-btw3 {
  border-top-width: 3px;
  border-top-style: solid;
}
.live-btw4 {
  border-top-width: 4px;
  border-top-style: solid;
}
.live-bbw1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.live-bbw2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.live-bbw3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.live-bbw4 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.live-blw3 {
  border-left-width: 3px;
  border-left-style: solid;
}
.live-blw4 {
  border-left-width: 4px;
  border-left-style: solid;
}
.live-blw5 {
  border-left-width: 5px;
  border-left-style: solid;
}
.live-blw6 {
  border-left-width: 6px;
  border-left-style: solid;
}
.live-blw7 {
  border-left-width: 7px;
  border-left-style: solid;
}

/*--- h2_title ---*/
.titleContainer1 {
  border-top: 1px solid #039be5;
  border-bottom: 1px solid #ddeaff;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  background-color: #f3f9fe; /* #f2f6fd; /* #eff5fe; */
}

.h1_title {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #656565;
}

.titleContainer {
  border-top: 2px solid #039be5;
  border-bottom: 1px solid #ddeaff;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f3f9fe; /* #f2f6fd; /* #eff5fe; */
}

.h2_titleWrapper {
  display: table;
  padding-left: 12px;
  border-left: 7px solid #039be5;
}
.h2_title {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #656565;
}

.h3_titleWrapper {
  display: table;
  min-height: 34px;
  padding-left: 12px;
  border-left: 3px solid #0069D5;
}
.h3_title {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #039be5;
}

.titleContainer2 {
  border-top: 1px solid #039be5;
  border-bottom: 1px solid #039be5;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  background-color: #f3f9fe; /* #f2f6fd; /* #eff5fe; */
}

.titleContainer3 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  background-color: #f3f9fe; /* #f2f6fd; /* #eff5fe; */
}

.h3_titleWrapper3 {
  display: table;
  min-height: 34px;
  padding-left: 12px;
  border-left: 7px solid #bbb;
}
.h3_title3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #666;
}
