<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#atena_templateContentBody{
    min-width: 1280px;
}

.atena-01-list-wrapper{
    display: block;
    margin: 0 auto;
    overflow: auto;
}

.atena-01-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.wj-state-multi-selected{
    background-color: #F9EEEF !important;
    color: #000000 !important;
}

.atena-01-item:hover {
    background: #cee0f5;
}

#atena_sasikomiContentBody {
    min-width: 1280px;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.data_selector_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.data_selector {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #CEE0F5;
    border: 2px solid #4597F5;
    border-radius: 10px;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.data_selector:hover {
    opacity: 0.7;
}

.data_selector_inner, .data_selector_file_read, .layout_landscape, .layout_portrait {
    text-align: center;
}

.layout_landscape img, .layout_portrait img {
    margin-top: 30%;
}

.layout_landscape p, .layout_portrait p {
    margin-top: 30%;
}

.data_selector p {
    color: #444444;
}

.layout_select_comment {
    color: #444444;
    text-align: center;
    margin-bottom: 3%;
}

#template_img_preview_area{
    border: 2px solid #CCCCCC;
    margin-left: auto;
    margin-right: auto;
}

#sel_chk_area{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.table_header_ch_area{
    text-align: center;
}

#wijmo_table_area{
    min-width: 1280px;    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #CCCCCC !important;
}

#bottom_tool_area{
    width: 100%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

#set_finish{
    width: 60%;
    text-align: right;
    margin-right: 2%;
}

.label_wizard_sheet_modal_content_body{
    padding: 15px;
    background-color: #FFFFFF;
    position: relative;
    top: 0%;
}

.label_wizard_sheet_modal_title{
    line-height: 30px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
    background-color: #000000;
}

.label_wizard_sheet_modal_btn{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding-top: 18px;
}

#label_wizard_sheet_modal_btn_ok{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: auto 0 auto auto;
}
#label_wizard_sheet_modal_btn_cancel{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: auto 0 auto 10px;
}

.label_wizard_sheet_modal{
    display: none;
    position: absolute;
    z-index: 303;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
}

.label_wizard_sheet_modal_content{
    background-color: #C8DDF2;
    position: absolute;
}

.wj-state-column-selected{
    background-color: #D1D1D1 !important;
}

#atena_body .object{
    cursor: pointer;
}

#atenaContentBody &gt;div{
    width: 100%;
    min-width: 1280px;
}

.atena_help_modal {
    display: none;
    position: absolute;
    z-index: 2500;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: default;
    background-color: rgba(0,0,0,0.5);
}

.atena_help_modal_content{
    background-color: #F5E6CE;
    border: 7px solid #F5A623;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: absolute;    
}

.atena_help_modal_content_body{
    background-color: #F5E6CE;    
}

.atena_help_modal_list_img{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
}

.atena_help_modal_bottom{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
}

#atena_help_modal_bottom_item1{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 40%;
    padding-bottom: 1%;
    padding-left: 5%;
}

#atena_help_modal_bottom_item2{
    width: 55%;
    text-align: right;
}

.atena_help_modal_txt{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 1%;
}

#switch_print{
    width: 75%;
    font-weight: bold;
}

#labelWizard_wrapper{
    width:100%;
    height:100%;
    overflow:hidden;
}

#atena_sasikomi_header_title{
    background-color: #666666;
}

#atena_header_title{    
    background-color: #666666;
}

#atena_header_title &gt; a{
    float: right;
    text-align: center;
    height: 100%;
    margin-right: 1%;
}

#atena_header_title &gt; a &gt; img{
    height: 100%;
}

#atena_help{
    cursor: pointer;
}

#first_item{
    width: 40%;
}

.atena_help_modal_list_img &gt; img{
    border: 1px solid;
}

@media (max-width: 1609px){
    .atena-01-list-wrapper{
        width: 750px;
    }
    .atena-01-item{
        width: 230px;
        margin-left: 10px;
    }
    .data_selector{
        width: 225px;
        height: 225px;
        margin: 0px 26px;
    }

    .data_selector_inner &gt; img, .data_selector_file_read &gt; img{
        height: 104px;
    }

    .layout_landscape &gt; img , .layout_portrait &gt; img {
        height: 40px;
    }

    .data_selector p, .layout_select_comment{
        font-size: 14px;
    }

    .atena_help_modal_list_body{
        height: 40px;
        padding-left: 12px;
        padding-top: 8px;
    }

    .atena_help_modal_list_title{
        font-size: 19.2px;
    }

    .atena_help_modal_list_img{
        width: 480px;
    }

    .atena_help_modal_list_img &gt; img{
        width: 368px;
        height: 192px;
    }

    #atena_help_modal_bottom_item2 &gt; button{
        width: 96px;
        height: 40px;
    }

    #atena_help_modal_bottom_item2{
        padding-bottom: 8px;
    }

    #atena_help_modal_txt_1{
        font-size: 15px;
    }

    #atena_help_modal_txt_2{
        font-size: 10px;
    }

    #label_wizard_sheet_modal_btn_ok, #label_wizard_sheet_modal_btn_cancel{
        width: 100px;
        height: 40px;
    }

    #switch_print{
        height: 50px;
    }

    .atena-01-list-wrapper{
        height: calc(100vh - 90px);
    }
}

@media (min-width: 1610px) and (max-width: 1930px){
    .atena-01-list-wrapper{
        width: 937.5px;
    }
    .atena-01-item{
        width: 287.5px;
        margin-left: 12.5px;
    }
    .data_selector{
        width: 280px;
        height: 280px;
        margin: 0px 32px;
    }

    .data_selector_inner &gt; img, .data_selector_file_read &gt; img{
        height: 130px;
    }

    .layout_landscape &gt; img , .layout_portrait &gt; img {
        height: 50px;
    }

    .data_selector p, .layout_select_comment{
        font-size: 18px;
    }

    .atena_help_modal_list_body{
        height: 50px;
        padding-left: 15px;
        padding-top: 10px;
    }

    .atena_help_modal_list_title{
        font-size: 24px;
    }

    .atena_help_modal_list_img{
        width: 600px;
    }

    .atena_help_modal_list_img &gt; img{
        width: 460px;
        height: 240px;
    }

    #atena_help_modal_bottom_item2 &gt; button{
        width: 120px;
        height: 50px;
    }

    #atena_help_modal_bottom_item2{
        padding-bottom: 10px;
    }

    #atena_help_modal_txt_1{
        font-size: 19px;
    }

    #atena_help_modal_txt_2{
        font-size: 12px;
    }

    #label_wizard_sheet_modal_btn_ok, #label_wizard_sheet_modal_btn_cancel{
        width: 125px;
        height: 50px;
    }

    #switch_print{
        height: 62.5px;
    }

    .atena-01-list-wrapper{
        height: calc(100vh - 115px);
    }
}

@media (min-width: 1931px) and (max-width: 2570px){
    .atena-01-list-wrapper{
        width: 1125px;
    }
    .atena-01-item{
        width: 345px;
        margin-left: 15px;
    }
    .data_selector{
        width: 338px;
        height: 338px;
        margin: 0px 39px;
    }

    .data_selector_inner &gt; img, .data_selector_file_read &gt; img{
        height: 156px;
    }

    .layout_landscape &gt; img , .layout_portrait &gt; img {
        height: 60px;
    }

    .data_selector p, .layout_select_comment{
        font-size: 21px;
    }

    .atena_help_modal_list_body{
        height: 60px;
        padding-left: 18px;
        padding-top: 12px;
    }

    .atena_help_modal_list_title{
        font-size: 29px;
    }

    .atena_help_modal_list_img{
        width: 720px;
    }

    .atena_help_modal_list_img &gt; img{
        width: 552px;
        height: 288px;
    }

    #atena_help_modal_bottom_item2 &gt; button{
        width: 144px;
        height: 60px;
    }

    #atena_help_modal_bottom_item2{
        padding-bottom: 12px;
    }

    #atena_help_modal_txt_1{
        font-size: 22.5px;
    }

    #atena_help_modal_txt_2{
        font-size: 15px;
    }

    #label_wizard_sheet_modal_btn_ok, #label_wizard_sheet_modal_btn_cancel{
        width: 150px;
        height: 60px;
    }

    #switch_print{
        height: 75px;
    }

    .atena-01-list-wrapper{
        height: calc(100vh - 135px);
    }
}

@media (min-width: 2571px) and (max-width: 3199px){
    .atena-01-list-wrapper{
        width: 1500px;
    }
    .atena-01-item{
        width: 460px;
        margin-left: 20px;
    }
    .data_selector{
        width: 450px;
        height: 450px;
        margin: 0px 52px;
    }

    .data_selector_inner &gt; img, .data_selector_file_read &gt; img{
        height: 208px;
    }

    .layout_landscape &gt; img , .layout_portrait &gt; img {
        height: 80px;
    }

    .data_selector p, .layout_select_comment{
        font-size: 28px;
    }

    .atena_help_modal_list_body{
        height: 80px;
        padding-left: 24px;
        padding-top: 16px;
    }

    .atena_help_modal_list_title{
        font-size: 38px;
    }

    .atena_help_modal_list_img{
        width: 960px;
    }

    .atena_help_modal_list_img &gt; img{
        width: 736px;
        height: 384px;
    }

    #atena_help_modal_bottom_item2 &gt; button{
        width: 192px;
        height: 80px;
    }

    #atena_help_modal_bottom_item2{
        padding-bottom: 16px;
    }

    #atena_help_modal_txt_1{
        font-size: 30px;
    }

    #atena_help_modal_txt_2{
        font-size: 20px;
    }

    #label_wizard_sheet_modal_btn_ok, #label_wizard_sheet_modal_btn_cancel{
        width: 200px;
        height: 80px;
    }

    #switch_print{
        height: 100px;
    }

    .atena-01-list-wrapper{
        height: calc(100vh - 180px);
    }
}

@media (min-width: 3200px) and (max-width: 3839px){
    .atena-01-list-wrapper{
        width: 1875px;
    }
    .atena-01-item{
        width: 575px;
        margin-left: 25px;
    }
    .data_selector{
        width: 563px;
        height: 563px;
        margin: 0px 65px;
    }

    .data_selector_inner &gt; img, .data_selector_file_read &gt; img{
        height: 260px;
    }

    .layout_landscape &gt; img , .layout_portrait &gt; img {
        height: 100px;
    }

    .data_selector p, .layout_select_comment{
        font-size: 35px;
    }

    .atena_help_modal_list_body{
        height: 100px;
        padding-left: 30px;
        padding-top: 20px;
    }

    .atena_help_modal_list_title{
        font-size: 47.5px;
    }

    .atena_help_modal_list_img{
        width: 1200px;
    }

    .atena_help_modal_list_img &gt; img{
        width: 920px;
        height: 480px;
    }

    #atena_help_modal_bottom_item2 &gt; button{
        width: 240px;
        height: 100px;
    }

    #atena_help_modal_bottom_item2{
        padding-bottom: 20px;
    }

    #atena_help_modal_txt_1{
        font-size: 37.5px;
    }

    #atena_help_modal_txt_2{
        font-size: 25px;
    }

    #label_wizard_sheet_modal_btn_ok, #label_wizard_sheet_modal_btn_cancel{
        width: 250px;
        height: 100px;
    }

    #switch_print{
        height: 125px;
    }

    .atena-01-list-wrapper{
        height: calc(100vh - 225px);
    }
}

@media (min-width: 3840px){
    .atena-01-list-wrapper{
        width: 2250px;
    }
    .atena-01-item{
        width: 690px;
        margin-left: 30px;
    }
    .data_selector{
        width: 675px;
        height: 675px;
        margin: 0px 78px;
    }

    .data_selector_inner &gt; img, .data_selector_file_read &gt; img{
        height: 312px;
    }

    .layout_landscape &gt; img , .layout_portrait &gt; img {
        height: 120px;
    }

    .data_selector p, .layout_select_comment{
        font-size: 42px;
    }

    .atena_help_modal_list_body{
        height: 120px;
        padding-left: 36px;
        padding-top: 24px;
    }

    .atena_help_modal_list_title{
        font-size: 57px;
    }

    .atena_help_modal_list_img{
        width: 1440px;
    }

    .atena_help_modal_list_img &gt; img{
        width: 1104px;
        height: 576px;
    }

    #atena_help_modal_bottom_item2 &gt; button{
        width: 288px;
        height: 120px;
    }

    #atena_help_modal_bottom_item2{
        padding-bottom: 24px;
    }

    #atena_help_modal_txt_1{
        font-size: 45px;
    }

    #atena_help_modal_txt_2{
        font-size: 30px;
    }

    #label_wizard_sheet_modal_btn_ok, #label_wizard_sheet_modal_btn_cancel{
        width: 300px;
        height: 120px;
    }

    #switch_print{
        height: 150px;
    }

    .atena-01-list-wrapper{
        height: calc(100vh - 270px);
    }
}</pre></body></html>