@charset "UTF-8";

#cast_page h3:nth-of-type(2) {
  margin-top: 30px;
}

#cast_page .box {
    width: 48%;
    float: left;
    margin: 10px 1% 0px;
    background-color: #ffffff;
    position: relative;
    height: 278px;
}

#cast_page .box a > p {
    position: relative;
    height: 225px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #eee;
}

#cast_page .box a .new {
    position: absolute;
    left: 5px;
    bottom: 5px;
    display: inline-block;
    color: #ff792d;
    padding: 2px 10px;
    background-color: #FFF7DE;
    border-radius: 6px;
}

#cast_page .box img {
  width: 100%;
}

#cast_page .box ul {
    width: 96%;
    font-weight: bold;
    margin: 4px;
    line-height: 1;
    margin-top: 8px;
}

#cast_page .box ul li:nth-of-type(2) {
    font-size: 11px;
    color: #666;
}

#cast_page .box .icon {
  width: 96%;
  margin: 0 auto 4px;
}

#cast_page .box .icon p {
  font-size: 0.80rem;
}

#cast_page .box .icon p:nth-of-type(1) {
    position: absolute;
    bottom: 74px;
    width: auto;
    right: 4px;
}

#cast_page .box .icon p span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 12px;
}
