html {
    overflow-y: scroll;
}

html,
body {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
}

header {
    position: fixed;
    justify-content: space-between;
    width: 100%;
    background-color: #1f224c;
}

header a {
    text-decoration: none;
    color: #fff;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;    
    color: #666;    
    padding: 10px;
    border-top: 1px dotted #9c9c9c;
}

footer a {
    margin:0 30px;
    font-size: 13px;
    color: #999;
    text-decoration: none;
}

.nvl>ul {
    margin: 0;
    padding: 0;
    list-style: none;   
}

.nvl a {
    display: block;
    padding: 15px 10px;
    width: 70px;
    text-align: center;
    font-size: 15px;
}

.nvl a:hover {
    background-color: #424464;    
}

#lgi {
    margin: 0 15px;    
    background-color: #484b6b;
    color: #fff;
    font-size: 15px;
}

#lgi a {
    display: block;
    padding: 15px;
}

#lgi a.lon {    
    color:#6e8;
}

main {
    width: 760px;
    margin: 0 auto;
    padding: 55px 0px 15px;
}

.gap {
    margin: 20px 0;
}

.tcl {
    display: flex;
    justify-content: space-between;
}

.flx {
    display: flex;
    align-items: center;
}

.srh {
    display: inline-flex;
    align-items: center;
    border: 1px solid #9c9c9c;
}

#tbd {
    width: 170px;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 10px;
    padding: 6px;
    border: none;
    text-align: center;
    height: 20px;
    color: #3c3c3c;
    font-family: 'Noto Sans', sans-serif;

}

#tbd:focus {
    outline: thin dotted;
}


select {
    padding: 10px;
    border: none;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
}

#bbd {
    width: 45px;
    height: 42px;
    justify-content: center;
    background-color: #1f224c;
    border: 1px solid #1f224c;
}

#bbd:hover {
    cursor: pointer;
    background-color: #484b6b;
}

#shd {
    margin-left: 10px;
    font-size: 14px;
    /* line-height: 20px; */
}

.psm {
    color: #666;
}

#dtp {
    padding: 5px;
    margin-bottom: 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #f9f9fc;
    font-size: 14px;
}

#dtp>div {
    margin: 0 5px;
    padding: 0;
}


#dtp p {
    margin: 3px 5px;
}

.stc {
    font-weight: 500;
    color: #666;
}

#wk {
    display: flex;
    justify-content: center;
}

table,
tr,
td {
    border-collapse: collapse;
}

#wk table td {
    text-align: center;
}

.sgp>td {
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
}

.ssd>td {
    height: 30px;
    font-size: 14px;
    border: 1px solid #9c9c9c;
}

.sse>td {
    height: 30px;
    font-size: 13px;
    border: 1px solid #9c9c9c;
}

.sse>td>div {
    padding: 3px 0;
}

.sju>td {
    width: 76px;
    height: 76px;
    font-size: 32px;
    font-weight: 600;
    border: 1px solid #9c9c9c;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.oh0 {
    background-color: #D1EAFF;
}

.oh1 {
    background-color: #FADBD8;
}

.oh2 {
    background-color: #FCF3CF;
}

.oh3 {
    background-color: #fff;
}

.oh4 {
    background-color: #D5D5D5;
}

#hcp {
    border: 1px solid #9c9c9c;
}

#hcp>td {
    height: 30px;
    font-size: 13px;
    border-width: 0;
}

.sbt {
    font-size: 15px;
    text-align: center;
    padding: 10px 0 5px;
    font-weight: 500;
}

.sbt:first-child {
    padding: 5px 0;
}

.unl {
    margin: 0 auto;
}

.unl>ul {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
}

.unl ul {
    margin: 0;
    padding: 0;
}

.unl li {    
    background-color: #f9f9fc;
    border-left: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
}

.unl li:hover {
    cursor: pointer;
}

.unl li:first-child {
    border-right: 1px solid #9c9c9c;
}

.unl li>div {
    text-align: center;
    border-top: 1px solid #9c9c9c;
}

#dun div[class*="oh"],
#sun div[class*="oh"] {
    width: 41px;
    height: 41px;
    font-weight: 500;
    line-height: 41px;
}

#wun div[class*="oh"] {
    width: 34px;
    height: 34px;
    font-weight: 500;
    line-height: 34px;
}

.crd>div:first-child {
    text-decoration: underline solid #3c3c3c;
}

li.clk, td.clk {
    background-color: #cfd2ec;
}

div.agt {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
}

div.yrt {
    font-size: 13px;
    height: 33px;
    line-height: 33px;
}

div.tss {
    background-color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
}

div.syr {
    height: 46px;
    line-height: 46px;
}

.syr div {
    font-size: 13px;
    height: 23px;
    line-height: 23px;
}

.srg {
    color: #c33;
}

.ntj {
    color: #999;
}

#ntb {
    position: relative;
}

#ntf {
    position: absolute;
    top: 30px; 
    left: 65px;   
    width: 270px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #555;    
    color: #f1fa05;    
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.hide {
    display: none;
}

.show {
    display: block;
}

.show::before {
    content: "⚠️ ";
    font-size: 14px;
    font-weight: 600;
    color: #f1fa05;
}

#wcl {
    margin: 0 auto;
    padding: 10px 0 0 0;
}

#wcl table {
    border-collapse: collapse;
}

#wcl th {    
    background-color: #f9f9fc;
    font-size: 15px;
    height: 33px;
    line-height: 33px;
    font-weight: 500;
}

#wcl th,
#wcl td {
    width: 57px;
    border: 1px solid #9c9c9c;
}

#wcl td div {    
    font-size: 14px;
    padding: 2px 3px;
}

.sun {
    color: #c33;
}

.sat {
    color: #36c
}

.tdy {
    text-decoration: underline solid #3c3c3c;
}

aside {
    margin: 15px 0;
    padding: 5px;
    border:2px dotted #1976d2;    
    font-size: 14px;
    line-height: 2.0;
    color: #1976d2;
}