/* 翻訳ボタン調整用 */
#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;
    }
}

/* 漫画レイアウト調整 */
.manga_box_flow section,
#wrap .manga_box_recruit section {
  width: 96%;
  max-width: 720px;
  margin: 0 auto 15px auto;
  overflow: hidden;
  position: relative;
}

/* TOP-出勤情報のキャスト名のTXTサイズ変更 */
#todayssche li article h3 {
    font-size: 1.6rem;
}

/* TOP-出勤情報の出勤時間のTXTサイズ変更 */

#todayssche li .time {
    font-size: 1.6rem;
}

/* 出勤情報の出勤時間のTXTサイズ変更 */
#list li .timedata {
    font-size: 1.6rem;
}

/* プロフィールのTXTサイズ変更 */
@media screen and (max-width: 480px)
#topbox #profdata dl {
    font-size: 1.3rem;
}
@media screen and (max-width: 768px)
#topbox #profdata dl {
    font-size: 1.3rem;
}
#topbox #profdata dl {
    font-size: 1.3rem;
}

/* コピーライトのリンクテキスト色変更 */
#footer .copyright a,
#footer .copyright a:visited {
    color: #fff;
}