#toc_article {
    padding-bottom: 2em;
    float: right;
    width: 20%;
}

#subject_article {
    float: left;
    width: 75%;
}

#text_update {
    float: right;
    font-size: 0.5em;
    margin-top: -1.5em;
}

.table_of_contents_head {
    padding-left: 15px;
    margin-bottom: -0.5em;
}

.box {
    padding: 0.8em;
    /*border: solid 3px lightgray;*/
    width: 100%;
}

.td_center {
    text-align: center;
}

.tb_color_sys {
    background-color: #f0f8ff;
}

.tb_color_VoiceID {
    background-color: #88ff00;
}

.button_margin {
    margin: 50px 50px 5px 5px;
}

/* ############################# */
/* MAP */
/* ############################# */

.map table,
.map th,
.map td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
    font-size: 0.5em;
}

.map table {
    width: 400px;
    height: 400px;
}

.map td {
    text-align: center;
    padding: 1px;
    table-layout: fixed;
    white-space: nowrap;
    /*
    min-width: 40px;
    height: 40px;
    */
}

.map th {
    text-align: center;
    background: #4169e1;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.map_blank {
    background-color: darkgray;
}

.map_parking {
    background-color: lightgreen;
}

.map_road_to_parking {
    background-color: lightcyan;
}

.map_road_entry {
    background-color: lightcoral;
}

.map_road_return {
    background-color: cyan;
}

.map_delivery {
    background-color: palegreen;
}

.map_bow {
    background-color: greenyellow;
}

.map_table_entry {
    background-color: green;
}

.map_food {
    background-color: royalblue;
}

.map_table {
    background-color: burlywood;
}

.map_image_masiro {
    background-image: url(../image/Masiro.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: lightskyblue;
}

.map_image_ciro {
    background-image: url(../image/Ciro.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: lightpink;
}

.map_image_ciya {
    background-image: url(../image/Ciya.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: slategray;
}

.div_head_right {
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: -1;
    width: 500px;
}

.image_head_right {
    width: 400px;
}

.table_task {
    font-size: 0.5em;
}

.checkbox_size {
    height: 1em;
}

.icon_image {
    height: 1em;
    padding-right: 0.5em;
}

.line_through {
    text-decoration: line-through;
}

.task_display_block {
    display: block;
}

.task_display_none {
    display: none;
}

.table_th_action {
    width: 15em;
}

.table_td_text {
    height: 4em;
}

.table_work_text {
    width: 15em;
}

.table_th_action {
    width: 15em;
}

.table_td_font {
    font-weight: bold;
}

.table_td_select {
    width: 11em;
    text-align: center;
}

.table_td_center {
    text-align: center;
}

.chart_size {
    height: 450px;
    max-width: 80%;
}

#Voltage_masiro {
    display: none;
}

.twelite_input {
    text-align: center;
}

.td_duplication {
    background-color: gray;
}

.delivered {
    background-color: gray;
}

.delivered td {
    background-color: gray;
}

#toc_article {
    border: double;
}