@charset "UTF-8";

/*地球儀マーク*/
.wovn-lang-list {
    margin-left: 40px;
}
ul.wovn-lang-list:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -21px;
    top: 7px;
    background-image: url(/jp/img/common/language.png);
    background-size: contain;
    background-repeat: no-repeat;
}

