<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.featurelist{
    width:94%;
    margin:3% auto;
}
.divlayout img{
    width:100%;
    display:table;
}
a{
    text-decoration:none;
    color:inherit;
}
.feature_title{
    color:#a1414c;
    font-size:1.8em;
    font-weight:bold;
    text-align:center;
}
.feature_title_en{
    text-align:center;
    font-size:0.9em;
    margin-top:0.5%;
}
.feature_navigation{
    margin:4% 0 0 0 !important;
    list-style:none;
    padding:0 !important;
    height: 25px;
}
.feature_navigation li{
    border-right:1px solid #cbcbcb;
    width:24.7%;
    float:left;
    text-align:center !important;
    padding: 1% 0;
    cursor: pointer;
    color:#898686;
}
.feature_navigation li:nth-child(2),.feature_navigation li:nth-child(3),.feature_navigation li:nth-child(4){
    border-left:0;
}
.navigation_select{
    background-color:#c22c3d;
    color:#fff !important;
}
.feature_list{
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    margin-top:2%;
}
.feature_list td{
    width:48.5%;
    padding-top:3%;
}
.feature_list td:nth-child(2){
	width:51.5%;
    padding-left:3%;
}
.feature_list_title{
    margin-top:10px;
}
.dispay_none{
    display:none;
}
.dispay_view{
    display:block;
}</pre></body></html>