@charset "utf-8";
/**
 * =============================================================
 * locale navi
 * =============================================================
 */
.localeNav{
    background-color: #ff1720;
}
.localeNav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.localeNav ul li{
    font-size: 13px;
    position: relative;
}
.localeNav ul li::before{
    content: '';
    display: block;
    width: 1px;
    height: 1em;
    background-color: #fff;
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.localeNav ul li:first-child::before{
    display: none;
}
.localeNav ul li a{
    box-sizing: border-box;
    display: block;
    color: #fff;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 5px;
    padding-bottom: 3px;
    line-height: 1.2;
    
}
.localeNav ul li a:hover{
    text-decoration: none;
    color:#ddd;
}
.resultConditionsArea .resultConditions ul li.blank{ list-style-type: none;}