@charset "shift_jis";
/* CSS Document */

/**************************************************************/
/* 「.ttl」のbackground-colorはページ内の表に合わせて変更する */
/**************************************************************/

.tab_btn {
	margin: 1px auto;
	display: flex;
	justify-content: space-between;
	width: 96%;
}
.tab_btn.wrap {
    margin-bottom: 0;
    flex-wrap: wrap;
}
.tab_btn li {
    padding: 8px 0;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #666;
	font-size: min(3.7vw,14px);
	line-height: 1.1;
	text-align: center;
	background-color: #DEDEDE;
	flex: 1 1 auto;
}
.tab_btn li.selected {
	background-color: #EA4335;
	color: #000;
}
.tab_btn.wrap li {
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}
.tab_btn li + li {
	border-left: solid 1px #FFF;
}
.btn6with li {
	flex: 1 1 calc(100% / 6);
}
.btn5with li {
	flex: 1 1 calc(100% / 5);
}
.btn4with li {
	flex: 1 1 calc(100% / 4);
}
.btn3with li {
	flex: 1 1 calc(100% / 3);
}
.btn2with li {
	flex: 1 1 calc(100% / 2);
}
.tabBox {
	margin: 0 auto;
	display: none;
	width: 96%;
	overflow: auto;
}
.tabBox.selected {
	display: block;
}
.stickyBox {
	margin: 0 auto;
	width: 96%;
	overflow: auto;
}
.ttl,
.boxleft_01 div > .ttl {
    margin: 0 auto;
	padding: 4px 2px;
    width: 96%;
	text-align: center;
	font-size: 16px;
	background-color: #FF3300; /* ←ここ */
	border: 1px solid #666;
	position: sticky;
	left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.boxleft_01 div > .ttl {
    margin-bottom: -1px;
    width: 100%;
}
.boxleft_01 div > .table {
    width: 100% !important;
	border-collapse: separate;
	border: none;
}
.boxleft_01 div > .table th,
.boxleft_01 div > .table td {
    padding: 4px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
.boxleft_01 div > .table tr:first-child th,
.boxleft_01 div > .table tr:first-child td {
	border-top: 1px solid #666;
}
/*.boxleft_01 div > .table tr th:first-child,
.boxleft_01 div > .table tr td:first-child {
	border-left: 1px solid #666;
}*/
.boxleft_01 div > .table .fix1 {
	border-left: 1px solid #666;
}
.boxleft_01 div > .table .fix1,
.boxleft_01 div > .table .fix2,
.boxleft_01 div > .table .fix3 {
    position: sticky;
    left: 0;
	z-index: 1;
}
.boxleft_01 div > .table .blank {
	background-color: #FFF !important;
	border: none !important;
}
.comments {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
    color: #666;
}
.iconGear {
	margin: 0 1px 1px 0;
    width: 15px;
    height: 15px;
    animation: gearSpin 3.0s linear infinite;
}
@keyframes gearSpin {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
