html {
    scroll-behavior: smooth;
}

body {
    font-family: "Meiryo";
    font-size: 16px;
    background-color: #010101;
    color: #DCDCDC;

}
table, td, th {
    border: 1px #DCDCDC solid;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 3px;
    vertical-align:middle;
}

.rect {
    display: flex;
    align-items: center;
    justify-content:center;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
}

.clickable {
    cursor:pointer;
    pointer-events: auto;
    user-select: none;
}

.mobile_clickable {
    cursor:initial;
}

.table_cell {
    display: table-cell;
}

.no_margin {
    margin:0 auto;
}

.full_width {
    width:1530px;
    height:510px;
    position:relative;
    background-color: rgba(0,0,0,0);
    z-index: 0;
}

.no_border {
    border: none;
}

th {
    vertical-align: middle;
    background-color: #151515;
}

.wd100 {
    width: 100%;
}
th.wd5 {
    width: 5%;
}
th.wd8 {
    width: 8%;
}
th.wd10 {
    width: 10%;
}
th.wd14 {
    width: 14%;
}
th.wd15 {
    width: 15%;
}
th.wd20 {
    width: 20%;
}
th.wd23 {
    width: 23%;
}
th.wd25 {
    width: 25%;
}
th.wd30 {
    width: 30%;
}
th.wd35 {
    width: 35%;
}
th.wd40 {
    width: 35%;
}

.stroke {
  text-shadow: 1px 1px 1px #696969;
}

.no_result {
  display: none;
  text-align: center;
  background-color: #C21253;
}

.display {
    display: block;
}

.no_display {
    display: none;
}

.force_no_display {
    display: none !important;
}

.force_display {
    display: block !important;
}

.mobile_display {
    display: none;
}
.no_wrap {
    white-space: nowrap;
}

.outer_link {
    padding-left: 2px;
    padding-right: 2px;
    font-size:10px;
    display: inline-block;
    text-decoration: none;
    color: #DCDCDC;
    border: 1px solid #DCDCDC;
}

.no_decoration {
    color: #DCDCDC;
    display: inline-block;
    text-decoration: none;
}

.border_single_white {
    border: 1px solid #DCDCDC;
    color: #DCDCDC;
}

.border_single {
    border: 1px solid #6C9BD2;
    color: #6C9BD2;
}

.border_double {
    border: solid 1px #DCDCDC;
    outline: solid 1px #DCDCDC;
    outline-offset: 2px;
    margin: 6px;
    text-align: center;
    color: #DCDCDC;
}
.top_menu {
    text-decoration: underline;
    display: inline-block;
    color: #DCDCDC;
}

.tab_menu {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    text-decoration: none;
}

.flex_box {
    display:flex-box;
}
.center_align {
    text-align: center;
    align:center;
    float:center;
}
.left_align {
    align:left;
    float:left;
}

.right_align {
    align:right;
    float:right;
}

.icon_block {
    text-align: right;
    float: right;
}

.load_background {
    background-color: rgba(0, 165, 117, 0.3); 
    position: absolute;
    top: 1%;
    left: 1%;
}

.iconfontsmall {
    font-size:12px;
}

.iconfontlarge {
    font-size:16px;
}

.icon {
    vertical-align:middle;
    display: inline-block;
    transform : scale(1.5, 0.5);
    text-decoration: none;
    color: #6C9BD2;
}

.display_table {
    display: table;
}

.display_table_cell {
    display: table-cell;
}

.small_font {
    display: inline-block;
    text-decoration: none;
    font-size:12px;
}

.color_white {
    color: #DCDCDC;
}

.region_info {
    font-size:14px;
    display: none;
    width: 800px;
}

.canvas_info {
    white-space: pre-wrap;
    line-break: strict;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.es_info {
    display: inline-block;
    line-break: strict;
}

.ss_color10 {
    color: #2FEFEF;
}

.ss_color09 {
    color: #48F0C0;
}

.ss_color08 {
    color: #00EF47;
}

.ss_color07 {
    color: #00F000;
}

.ss_color06 {
    color: #8FEF2F;
}

.ss_color05 {
    color: #EFEF00;
}

.ss_color04 {
    color: #D77700;
}

.ss_color03 {
    color: #F06000;
}

.ss_color02 {
    color: #F04800;
}

.ss_color01 {
    color: #D73000;
}

.ss_color00 {
    color: #F00000;
}

.modal_content {
    width: 80%;
    margin: 1.5em auto 0;
    padding: 10px 20px;
    border: 2px solid #DCDCDC;
    background-color: #010101;
    z-index:2;
    position:absolute;
    display: none;
}

header {
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: fixed;
    z-index: 10000;
    background-color: #010101;
}

#suggest {
    position: absolute;
    background-color: #363431;
    border: 1px solid #CCCCFF;
    font-size: 100%;
    width: 200px;
}

#suggest div {
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

#suggest div.select{ /* キー上下で選択した場合のスタイル */
    color: #FFFFFF;
    background-color: #3366FF;
}
#suggest div.over{ /* マウスオーバ時のスタイル */
    background-color: #99CCFF;
}

.adjust_fontsize {
    font-size : 16px;
}

.adjust_fontsize12 {
    font-size : 16px;
}

.margin_top {
    margin-top : 20px;
}

.modal_size {
    width: 50%;
}

.th_region {
    width: 8%;
}

.th_constellation {
    width: 14%;
}

.th_system {
    width: 23%;
}

.th_ss {
    width: 5%;
}
.th_station {
    width: 35%;
}

.th_orc {
    width: 15%;
}

.map_info_width {
    width: 510px;
}

.mobile_br {
    display: none;
}

.absolute_elem {
    position: absolute;
    transform-origin: left top;
    font-size: 10px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.text_info {
    position: absolute;
    transform-origin: top left;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0,0,0,0);
    pointer-events: none;
}

.mask {
    overflow: hidden;
    width:510px;
    height:510px;
}

.info_block {
    width: 2000px;
    height: 2000px;
}

.order_0 {
    top: 0px;
    left: 0px;
}

.order_1 {
    top: 0px;
    left: 510px;
}

.order_2 {
    top: 0px;
    left: 1020px;
}

.bar{
    display:block;
    position:absolute;
    text-align: center;
    margin:0;
    padding:0;
    bottom: 10px;
    left: 10px;
}
.trans07 {
    transform : scale(1, 0.7);
}
.half_width {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.same_box {
    display:inline-block;
    margin: 4px;
    padding: 0;
    width: 18px;
}

@media screen and (max-width: 510px) {
    .mobile_clickable {
        cursor:pointer;
    }
    .mask {
        overflow: hidden;
        width:100vw;
        height:100vw;
    }

    .order_1 {
        top: 0px;
        left: 0px;
    }

    .order_2 {
        top: 0px;
        left: 0px;
    }

    .text_info {
        position: absolute;
        width: 100vw;
        height: 100vw;
        margin: 0px;
        padding: 0px;
        background-color: rgba(0,0,0,0);
        pointer-events: none;
    }

    .info_block {
        width: 100vw;
        height: 100vw;
    }

    #suggest div {
        display: block;
        width: 200px;
        overflow: hidden;
        padding: 10px;
        white-space: nowrap;
    }
    .th_system {
        width: 50%;
    }

    .th_station {
        width: 50%;
    }

    .modal_size {
        width: 80%;
    }
    .region_info {
        font-size:14px;
        display: none;
        width: 100%;
    }

    .adjust_fontsize {
        font-size : 14px;
    }
    .adjust_fontsize12 {
        font-size : 12px;
    }

    .map_info_width {
        width: 100%;
    }

    .full_width {
        width:100vw;
        height:100vw;
        position:relative;
        background-color: rgba(0,0,0,0);
        z-index: 0;
    }

    .mobile_br {
        display: block;
    }

    .mobile_display {
        display: block;
    }
}
