/* 漫画レイアウト調整 */
.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;
}