@charset "utf-8";
.nowrap {
	white-space: nowrap;
}

.hdg-level1-01-container {
	margin-bottom: 0;
}
.floodlight-notice{
	margin-bottom: 40px;
}

.nav-changeview a {
	color: rgb(51, 51, 51);
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
	position: relative;
	width: 30px;
}
.nav-changeview img {
	height: auto;
	width: 30px;
	display: inline-block;
}
.nav-changeview span {
	display: inline-block;
    font-size: 10px;
    width: 40px;
    margin-left: -4px;
    transform-origin: center top;
    transform: scale(0.9);
}

.box-speclists {
	display: block;
	padding-bottom: 50px;
	font-size: 86%;
}


.tbl-data-01 tr.thead th {
	border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    background-color: #666;
    text-align: center;
    word-wrap: break-word;
}
.tbl-data-01 thead th {
	white-space: nowrap;
	vertical-align: middle;

}
.tbl-data-01 tbody th {
	white-space: nowrap;
	vertical-align: middle;
}
.tbl-data-01 tbody td {
	text-align: center;
	vertical-align: middle;
}

.tbl-data-01 tbody td.value {
	line-height: 1;
	font-family: 'DINNextLTPro-Regular';
	font-size: 130%;
	letter-spacing: -0.05em;
}
.tbl-data-01 tbody td.value.color-02 {
	color: #0096e1;
}
.tbl-data-01 tbody td.value.color-03 {
	color: #41b432;
}
.tbl-data-01 tbody td.value.color-01 {
	color: #dc1e37;
}
.color-01 {
}
.color-02 {
}
.color-03 {
}
