
/*fcr_table.html
=============================================================*/



/*--//ヘッダーフッター固定---------------------------------------*/

#tbl-wrap {
	width: 100%;
  padding: 20px 10px;
  font-size: 1.4rem;
  line-height: 1.2;
	}
#tbl-wrap p {
	font-size: 1.4rem;
  line-height: 1.2;
	}
@media screen and (min-width: 768px) {
  #tbl-wrap {
    padding: 40px 20px;
  }
}
.tbl-ttl-1 {
	font-size: 2.4rem;
  line-height: 1.5;
	margin: 0 0 20px;
	font-weight: bold;
}
.tbl-ttl-2 {
	font-size: 2.0rem;
  line-height: 1.5;
	margin: 0 0 20px;
	font-weight: bold;
}
.tbl-ttl-3 {
	font-size: 1.8rem;
  line-height: 1.5;
	margin: 0 0 20px;
	font-weight: bold;
}
.tbl-ttl-4 {
	font-size: 1.6rem;
  line-height: 1.4;
	margin: 0 0 20px;
	font-weight: bold;
}
/*タイトルの小文字*/
span.ttl-txt-s {
	font-size: 0.8em;
	padding-left: 1em;
}

/*　＞付きリンク　*/
#tbl-wrap .tbl_menu {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
#tbl-wrap .tbl_menu li a {
  position: relative;
  padding: 0.5em 0.5em 0.5em 1em;
  margin-right: 2em;
  color: var(--txt-link01);
  transition: 0.3s;
  display: inline-block;
}
#tbl-wrap .tbl_menu li a::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
  display: block;
  width: 0.428em;
  height: 0.428em;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #tbl-wrap .tbl_menu {
    flex-direction: row;
  }
  #tbl-wrap .tbl_menu li a:hover {
    text-decoration: underline;
    color: var(--txt-link01-hv);
  }
}


/*表上部の注釈-赤*/
.header_caution-01 {
  font-size: 11px;
  color: #F00;
  margin: 0 10px 5px;
}
.nowrap { white-space:nowrap;}

/*共通の表スタイル*/
table.hyo {
	background-color: #FFF;
	width: 100%;
	empty-cells: hide;
  margin: 10px 0
}
table.hyo th,
table.hyo td {
	font-size: 1.4rem;
  line-height: 1.3;
  padding: 6px;
}

table.hyo td {
  border: #ddd 1px solid;
}
table.hyo th {
	background-color: var(--cmn-blue);/*#03C*/
	color: #fff;
	text-align:center;
	border-right: /*#b6b6b6*/#fff 1px solid;
  /*border-left: var(--cmn-blue) 1px solid;*/
}
table.hyo th:last-child {
  /*border-right: #03C 1px solid;*/
}
/*ヘッダーの罫線追加*/
table.hyo th.tbl-line-top {
  border-top: #fff 1px solid;
}
table.hyo th.tbl-line-bottom {
  border-bottom: #fff 1px solid;
}

th span {
	font-size: 10px;
	}

table.hyo tr.lightblue,
table.hyo tr.lightblue td {
	background-color: #00beed !important;
  font-weight: bold;
}
table.hyo .deepblue {
	background-color: #0086c5;
	font-weight: bold;
	color: #FFF;
}
table.hyo tr.ttl-bar {
  background-color: #00beed!important;
	font-weight: bold!important;
}
table.hyo tr.ttl-bar td {
  font-weight: bold!important;
}

table .al_top {
	vertical-align: top;
	}

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


table.hyo .bg,
table.hyo2 .bg{
	background-color: #e7f2f9;
}

table.hyo2 td {
	padding: 2px 3px;
	border: #999 1px solid;
	text-align: center;
}


/* テーブル行をマウスオーバーで着色 */
@media (hover: hover) {
/*table.hyo tbody tr:hover {
	background: #ffff99!important;
	}*/
}

table.hyo tbody.group2 {
	background-color: #e7f2f9;
	}
/*table.hyo tbody.group:hover,
table.hyo tbody.group2:hover {
	background: #ffff99;
	}*/

table.hyo tr.deepblue:hover {
	background: #0086c5;
	}

/*colgroupにborderスタイル追加*/
.rc_list_street {
  border-left: #b6b6b6 3px double;
  border-right: #b6b6b6 3px double;
}


.caption {
	font-size: 11px;
	line-height: 120%;
	color: #333;
	width: 980px;
	margin: 5px 10px 20px;
	}

ul.caption {
	padding: 0;
	list-style-type: none;
}

ul.caption li {
	padding: 0 0 3px 10px;
	text-indent: -10px;
}

.close_bt {
	width: 980px;
	text-align:center;
	margin: 10px;
	padding: 3px;
	border-top: #999 3px double; 
}

table.hyo a:link {
	color:#003399;
	text-decoration:underline;
	}
table.hyo a:visited {
	color:#003399;
	text-decoration:underline;
	}
table.hyo a:hover {
	color:#003399;
	text-decoration:underline;
	}

/* thにリンクつける場合の色設定 */
table.hyo th a:link {
	color:#fff;
	text-decoration:underline;
	}
table.hyo th a:visited {
	color:#fff;
	text-decoration:underline;
	}
table.hyo th a:hover {
	color:#fff;
	text-decoration:none;
	}
	
.subdivide {
	padding: 10px;
	background-color: #fff;
	}
	
.subdivide .note {
	width: 100%;
	font-size: 85%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px;
	}

.subdivide .note td {
	padding:5px;
	vertical-align: top;
	}

.subdivide .note td .basic_list li {
	margin-left: 20px;
	list-style-type: disc;
	padding-bottom: 5px;
	}

/* アンカーボタン 横並びバージョン*/
.bt_tablelink {
  margin: 0 auto;
}
.bt_tablelink li {
	max-width: 246px;
	margin: 5px auto 0;
	}
.bt_tablelink li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .bt_tablelink {
    display: flex;
  }
  .bt_tablelink li {
    margin: 5px 5px 0;
    }
}

/* ポップアップ表示 */
#fixedBox {
	/*width: 500px;*/
  width: 100%;
  max-width: 600px;
	padding: 10px;
  margin: 0 auto;
	}

#fixedBox img {
	width: 100%;
  height: auto;
	}
#fixedBox table {
	width: 100%;
	}
#fixedBox table th {
  background-color: #666;
  font-weight: bold;
  border: #fff 1px solid;
  padding: 7px 5px;
  text-align: left;
  color: #FFF;
}
#fixedBox table td {
  border-bottom: #999 1px solid;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
}

/*テーブル用*/
table.spec4 {
	display: inline-block;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	font-size: 12px;
	border: #666 2px solid;
	}
		
		
		/* 濃いグレーバージョン */
		table.spec4 .dgray th{
			background-color: #666;
			font-weight: bold;
			border: #fff 1px solid;
			padding: 7px 5px;
			text-align: left;
			color: #FFF;
			width: 80px;
		}
		
		table.spec4 td {
			border-bottom: #999 1px solid;
			padding: 5px;
			vertical-align: middle;
			text-align: left;
			width: 240px;
		}


.tbodyScroll-outer { width: 100%;}

table.hyo .yellow,
table.hyo tr:hover .yellow {
  background-color: #FF3!important;
  font-weight: bold!important;
  color: #333;
}
/*--------------------------------------------
	HD/HS→FP/FS タイプ変更一覧
*/

.headeing_box {
  margin: 10px 0;
}
.headeing_box .btn-box {
  margin: 10px 0 0;
}
.headeing_box .tbl-ttl-4 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .headeing_box {
    display: flex;
    align-items: center;
  }
  .headeing_box .btn-box {
    margin: 0 0 0 20px;
  }
}

.bg-gray {
  background-color: #f3f4f6/*#d5e3ec*/;
}

/*連結行 jsでコントロール*/
table.hyo:not(#dummyID) tr td:hover {
  background-color: #FCF5C8;
}
/* ==== テーブル｜セル｜ハイライト ==== */
table.hyo .highlight {
  background-color: #FFFBE5;
}
table.hyo tr.lightblue td:hover {
	background: #00beed!important;
	}