.sheet {
    display: flex;
    width: 800px;
    align-items: flex-start;
    background-color: #FFF;
    overflow: auto;

}

.table_sheet {
    width: 80%;
    margin-left: 10%;
    border-spacing: 1px;
    margin-top: 10px;
    color: #000;
    font-size: 0.8rem;
    font-weight: 300;

}



#td_100 {
    width: 100px;
}

#td_300 {
    width: 300px;
}



#tb_700 {
    margin: 0 auto;
    width: 700px;


}

.table_sheet tr:first-child {
    font-weight: 900;
    font-size: 0.8rem;

}

.table_sheet th {
    border-bottom: solid 2px #999;
    padding: 10px 0;


}

.table_sheet td {
    border-bottom: solid 1px #999;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;



}

#stb_select_box {
    overflow: scroll;
    background-color: #fff;
    height: 100%;
}

.blue_line {
    background-color: #bbe0ff;
    color: #0272d1;
    font-weight: 800;

}

.blue_name {}

.blue_line p {
    text-align: left;
    font-size: 14px;
    margin-left: 20px;
    line-height: 10px;
    border-left: solid 5px #0272d1;
    padding: 10px;
    height: 10px;
}

.stb_ok {
    color: rgb(48, 0, 178);
}


.stb_ng {
    color: rgb(232, 54, 12);
}

.title_img img {
    text-align: left;
    margin-right: 20px;
}


.tr_stb {
    display: none;
}

.spot_box {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #333;
}

.spot_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #999;
}

.spot_title p {
    font-weight: 800;
    margin-left: 20px;
    font-size: 15px;
    vertical-align: middle;
}

#spot_del_btn {
    margin: 0 10px 0 auto;

}

#spot_del_btn img {}

.chk_img {
    width: 50px;
}

.table_sheet .group_img {
    margin-left: 30px;
    text-align: left;
}

.group_img img {
    text-align: left;

}

#area_select {
    border: 1px solid #333;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
}

#area_select p {
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 10px;
    font-weight: 700;
}
