<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.divlayout{
    width:100%;
    background-color:#fff;
    font-size:1em;
    text-align:justify;
    line-height:1.8em;
    color:#5a5a5a;
    display:table;
}
.divlayout img{
    width:100%;
    display:table;
}
.item_content_layout{
    margin-left:auto;
    margin-right:auto;
    max-width:1140px;
}
.padding_top_bottom{
    padding-bottom:2%;
    padding-top:3%;
}
.padding_top{
    padding-top:3%;
}
.padding_bottom{
    padding-bottom:2%;
}
a{
    text-decoration:none;
    color:inherit;
}

@media screen and (min-device-width:1140px) and (max-device-width: 1280px) {
    
}
h1{
    color:#343434;
    font-size:1.6em;
    text-align:center;
}
.describe{
    text-indent:2em;
    margin-top:3%;
}
.content_layout{
    width:90%;
    margin:3% auto 0 auto;
}
.navigation{
    list-style:none;
    padding:0;
    margin:0 0 5% 0;
    height:55px;
}
.navigation li{
    width:24.8%;
    float:left;
    border-right:1px solid #cbcbcb;
    color:#7e7b7b;
    text-align:center;
    padding:1% 0;
    cursor:pointer;
}
.navigation_select{
    background-color:#c22c3d;
    color:#fff !important;
}
.margin_top{
    margin-top:4%;
}
.checkout_describe_margin{
    margin-top:2%;
}
.checkout_title{
    font-size:1.5em;
    color:#343434;
    font-weight:bold;
    text-indent:1.3em;
}
.checkout_describe{
    text-indent:2em;
}
.checkout_table{
    width:90%;
    margin:2% auto;
    border-collapse:separate;
    border-spacing:0;
    border:0;
}
.checkout_table td{
    text-align:center;
    vertical-align:middle;
    height:50px;
    width:33.333333333333333333%;
}
.checkout_table tr:nth-child(odd){
    background-color:#e4e4e4;
}
.checkout_table th{
    background-color:#c22c3d;
    color:#fff;
    text-align:center;
    vertical-align:middle;
    height:50px;
        font-weight: initial;
}
.checkout_table td:first-child{
    width:40% !important;
}
.dispay_none{
    display:none;
}
.dispay_view{
    display:block;
}
.prompt{
    font-size:0.8em;
    width:90%;
    margin:0 auto;
}
.prompt span{
    color:#c13a58;
    font-weight:bold;
}
.image_table{
    width:90%;
    margin:2% auto;
    border-collapse:separate;
    border-spacing:0;
    border:0;
}
.image_table td{
    text-align:center;
    vertical-align:middle;
    height:50px;
    width:33.333333333333333333%;
}
.image_table tr:nth-child(odd){
    background-color:#e4e4e4;
}
.image_table th{
    background-color:#c22c3d;
    color:#fff;
    text-align:center;
    vertical-align:middle;
    height:50px;
        font-weight: initial;
}
.image_table td:first-child{
    width:40% !important;
}

.outpatient_table{
    width: 100%;
            border-spacing: 0;
            border-collapse: separate;
            border-top: 1px solid #808080;
            border-left: 1px solid #808080;
            margin:3% 0;
}
.outpatient_table td{
     border-bottom: 1px solid #808080;
                border-right: 1px solid #808080;
                text-align: center;
                padding:0.5%;
                vertical-align:middle;
}
.outpatient_table td:first-child{
                width:30%;
            }
          
.outpatient_table td:nth-child(2) {
                    width:10%;
                }
                .outpatient_table td:nth-child(3),.outpatient_table td:nth-child(4),.outpatient_table td:nth-child(5),.outpatient_table td:nth-child(6)    {
                    width:10%;
                }
                .outpatient_table th:nth-child(3),.outpatient_table th:nth-child(4),.outpatient_table th:nth-child(5),.outpatient_table th:nth-child(6)    {
                    width:10%;
                }
.outpatient_table th:nth-child(2) {
                    width:10%;
                }
.outpatient_table th{
    border-bottom: 1px solid #808080;
                border-right: 1px solid #808080;
                text-align: center;
                padding: 0.5%;
                vertical-align:middle;
}
.float_left{
    width:70%;
    float:left;
}
.float_right{
    float:right;
    width:25%;
}
.right_title{
    color:#343434;
    font-size:1.5em;
    margin-top:4%;
}
.right_navigation{
    width:232px;
}
.right_navigation li{
    height: 56px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    cursor: pointer;
}
.right_navigation li a{
    display: inline-block;
    width: 230px;
    height: 32px;
    font-size: 16px;
    color: #343434;
    cursor: pointer;
    line-height: 30px;
    padding-left: 16px;
}</pre></body></html>