       table {
           border-collapse: collapse;
           text-align: center;
           width: 100%;
       }

       .no_boder {
           border: none;
           outline: none;
           padding: 0;
           width: 100%;
           text-align: right;
       }

       th,
       td {
           border: 1px solid black;
           text-align: center;
       }

       .type_select_color_1 {
           background-color: #FFFFFF;
       }

       .type_select_color_2 {
           background-color: #FFCBCF;
       }

       .type_select_color_3 {
           background-color: #EBCBFF;
       }

       .type_select_color_4 {
           background-color: #CBE5FF;
       }

       .type_select_color_default {
           background-color: #F8FFCB;
       }


       #dice_result {
           border: 2px solid #000000;
           border-radius: 10px;
       }

       #space_option_button_space {
           display: inline-block;
       }

       #space_option_button_space input {
           background-color: red;
       }