* {
    box-sizing: border-box;
}

#ifimportarea {
    width: 800px;
    height: 600px;
    display: block;
    margin: auto;
    padding: 0;
}

#loading {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.description {
    font-size: 18px;
    margin: 10px 0px;
}

#putmap {
    margin: 10px 0px;
}

/* Excel表示 */

#viewimportexcel {
    position: inherit;
    bottom: 0;
    width: 100%;

    background-color: #FCECEC;
    z-index: 10001;
}

#viewimportexcel table {
    border-collapse: collapse;
}

#viewimportexcel thead tr td {
    border-bottom: 1px solid rgb(167, 167, 167);
}

#viewimportexcel td {
    padding: 5px 10px
}

#viewimportexcel th {
    padding: 5px 10px
}

#viewimportexcel tr:nth-child(odd) {
    background-color: #FFFFFF
}

#viewimportexcel table {
    width: 100%;
    min-width: 500px;
}

#viewimportexcel .viewareashow, .viewareahide{
    margin: 0px 5px;
}

#viewimportexcel .viewheader{
    height: 200px;
    overflow: auto;
    
}
