/* 翻訳ボタン調整用 */
#google_translate_element2 {
  text-align: center !important;
}

#main .gt_switcher img {
  width: auto !important;
}

#gt_float_wrapper {
  bottom: 10px !important;
  left: 50px !important;
}

@media screen and (max-width: 767px) {
    #gt_float_wrapper{
        bottom: 50px !important;
        left: 10px !important;
    }
}

/* プロフィールタイプアイコンの色変更 */

#topbox #profdata .type li, #option_box li, .gallist li article .type li {
    border-color: #444444; /* ←枠線の色 */
    color: #ffffff; /* ←文字の色 */
    background-color: #0000FF; /* ←背景の色 */
}

