<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* body{font-size:14px;} */
/* section {display: flex; flex-direction: column; gap: 10px;} */

#sub_visual {display:none !important;}

.a_section {
    margin-top: 55px;
}

.a_section input, .a_section select {width:100%; border-radius: 3px; height:26px;font-size:16px; border:0; background-color: #eee;}

.a_section table{width:100%; max-width: 900px; margin:0 auto;table-layout:auto;}
.a_section th{width:27% !impotant; text-align:center; font-size:15px;}
.a_section td{width:73%;}
.a_section th, .a_section td {border: 1px solid #aaa; border-collapse: collapse; padding:3px 10px;}

.a_section button {padding: 5px 10px;margin:5px;font-size:14px; border:1px solid #ccc; border-radius: 5px;
    background-color: #eee;cursor: pointer;} 
.btn-submit {
    background-color: #cae0eb;
    color: black;
}
.a_section .btn-print {
    background-color: #4CAF50;
    color: white;
}

/* .data_list{border: 1px solid #333333; border-collapse: collapse;} */

.dt_list{display:none}
.c_btn{float:right;background-color:#B0C8E5;padding:3px 30px;}
.s_btn{float:left;background-color:#B0C8E5;padding:3px 30px;}
.dt_list_color_0{background-color:#FBCFD0;}
.dt_list_color_1{background-color:#FFE5D4;}
.dt_list_color_2{background-color:#FFFCCC;}
.dt_list_color_3{background-color:#C8EFD4;}
.dt_list_color_4{background-color:#C8EBFA;}
.dt_list_color_5{background-color:#D3D5F5;}
.dt_list_color_6{background-color:#EDD3ED;}
.dt_list_color_7{background-color:#E7B9C0;}
.dt_list_color_8{background-color:#F2F2F2;}
.dt_list_color_9{background-color:#FFFF00;} /*  B5E61D;} */

.jungsan{display:inline-block;padding:8px;}
.jungsan_item{display:inline-block;width:120px;text-align:right;float:left;}
.jungsan_money{display:inline-block;width:85px;text-align:right;float:left;}

#toast {
    position: fixed;
    top: 200px;
    left: 50%;
    padding: 15px 20px;
    transform: translate(-50%, 10px);
    border-radius: 30px;
    overflow: hidden;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s, transform .5s;
    background: #FF0; /* rgba(0, 0, 0, .35); */
    color: red; /* #fff; */
    z-index: 10000;
}

#toast.reveal {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0)
}
.rotate-cw{float:left;margin:10px}
.rotate-ccw{float:right;margin:10px}
.a_section a.top {position:fixed; right:5px;bottom: 5px;display: none;text-decoration: none;}

/* .ads{
    width: 100%
    height: auto;
    position: absolute;
    transform : translateY(100%);
    bottom: 0;
} */

/* .wrap_box {
    display: flex;
    align-items: center;
    height: 100%;
}

.wrap_box h1 a img {
    vertical-align: middle;
    max-height: 100%;
} */</pre></body></html>