html{--mainWidth: calc(90vw - 270px)}@media (max-width: 900px){html{--mainWidth: 90vw}}html{--tableWidth: calc(var(--mainWidth) - 40px)}.dataLink{display:block;padding-top:106px;margin-top:-90px}table{border-collapse:separate;border-spacing:0;margin:15px 0;table-layout:fixed;border-top:solid 1px gray;position:relative;width:var(--tableWidth)}table th,table td{font-weight:400;text-align:left;height:40px;padding:5px 15px;border-bottom:solid 1px gray}table.twoColumn th,table.twoColumn td{width:50% !important}table tr:first-of-type th{width:110px;min-width:110px}table tr th{background:#e5e5e5}table tr th:first-of-type{width:200px !important;position:sticky;left:0;background:#e5e5e5;box-shadow:1px 5px 10px #00000011;z-index:2}@media (max-width: 700px){table tr th:first-of-type{position:initial}}table tr td:nth-of-type(even){background:#f8f8f8}table:not(.all) tr:nth-of-type(3) th{background-image:url(../image/wave.svg);background-repeat:repeat-x;background-position:center}@media (max-width: 700px){table:not(.all) tr:nth-of-type(3) th{background-image:none}}table:not(.all) tr:nth-of-type(3) td{padding:0}table:not(.all) tr:nth-of-type(3) td:first-of-type div{position:absolute;top:90px;left:0;z-index:1;width:100%;height:20px;background-image:url(../image/wave.svg);background-repeat:repeat-x;background-position:center}.moreRows{height:40px;text-align:center}.links{width:var(--tableWidth);margin:10px auto}
