/* キャスト */

/* プロフィール */

.profile .new {
  position: absolute;
  top: 380px;
  left: 260px;
  width: 100px;
}

.profile .new img {
  width: 100%;
  height: auto;
}

.profile .cast_photo_wrap {
  height: 480px;
  overflow: hidden;
}

.profile {
  padding: 0 0 20px;
  position: relative;
}

.profile_left, .profile_right {
  float: left;
  display: inline;
}

.profile_left {
  width: 360px;
}

.profile_right {
  margin-left: 15px;
  width: 545px;
}

.cast_pager {
  margin: 10px 0 0;
  height: 120px;
  overflow: hidden;
}

.cast_pager img {
  width: 90px;
}

.profile table {
  width: 100%;
  background: url("../img/all/white70.png");
}

.profile th, .profile td {
  text-align: left;
  border: 1px solid #cccccc;
  color: #000000;
}

.profile th {
  width: 140px;
  text-align: center;
  padding: 7px 0;
  color: #ff4e9e;
  vertical-align: middle;
}

.profile td {
  padding: 7px 10px;
  word-break: break-all;
}

.profile .info {
  text-align: left;
  border-bottom: 1px solid #ff6a96;
  margin: 0 0 15px;
  padding: 3px 0 3px 0;
}

.profile .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  color: #ff6a96;
  float: left;
  display: inline;
}

.profile .info2 {
  text-align: left;
  float: right;
  display: inline;
}

.profile .blog {
  padding: 20px 0;
}

h4.schedule {
  margin-bottom: 15px;
}

ul.schedule {
  list-style: none;
}

ul.schedule li {
  display: inline;
  float: left;
  width: 127px;
  margin: 0 0 0 5px;
}

ul.schedule li.first {
  margin: 0 0 0 0;
  width: 128px;
}

ul.schedule .date {
  background: #ff6a96;
  color: #ffffff;
  padding: 5px 0;
}

ul.schedule .time {
  padding: 5px 0;
  border: 1px solid #ff6a96;
  background: url("../img/all/white70.png");
  color: #000000;
}

.cast_pager {
  margin-bottom: 15px;
  text-align: center;
  vertical-align: top;
}

.cast_pager a {
  display: inline-block;
  margin: 0px 0 0 0;
  vertical-align: top;
}

.cast_pager a img {
  width: 90px;
  height: auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.cast_pager a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}