#id_selectlang {
    float: right;
    right: 0;
    display: table-cell;
    width: 68px;
    height: 60px;
}

#id_lang_title {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 5px;
    color: #000;
}

#id_lang_selected {
    position: relative;
}

#id_lang_selected>img {
    position: absolute;
    top: 0;
    left: 15px;
    height: 18px;
}

.selectbutton{
    right: 0px;
}

#id_selectitems {
    display: none;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 60px;
    color: white;
    background-color: #222;
    z-index: 9999;
}

.selectitem {
    padding: 10px 2px;
    border-bottom: solid 1px #646464;
    position: relative;
}

.selectitem span {
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    margin-top: 3px;
}

.selectitem a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.selectitem:hover {
    background-color: #444;
}