@charset 'UTF-8';

.pageSection:last-child{
    margin-bottom: 60px;
}

#change_castArea1 .tagArea {
    min-height: 18px;
}
#change_castArea1 .tagArea li {
    font-size: .79rem;
    float: left;
    text-align: center;
    color: #FFF;
}

#loading {
    height: 24px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
#loading img {
    width: 24px;
    height: 24px;
}

#castList_changeArea {
}

#schedule .schedule_selection_top {
    margin-bottom: 10px;
}

#schedule .schedule_selection ul {
    float: left;
    width: 100%;
}
#schedule .schedule_selection ul li {
    float: left;
    width: 25%;
    margin-right: 2%;
    margin-bottom: 5px;
}
#schedule .schedule_selection ul li a {
    font-size: .86rem;
    line-height: 46px;
    display: block;
    height: 42px;
    text-align: center;
    color: #FFF;
    border: 2px solid #4b4b4b;
    background-color: #4b4b4b;

        -ms-border-radius: 3px;
         -o-border-radius: 3px;
}
#schedule .schedule_selection ul li:first-child {
    width: 19%;
}
#schedule .schedule_selection ul li:first-child a {
    font-size: 1.14rem;
    font-weight: bold;
    line-height: 97px;
    height: 93px;
}
#schedule .schedule_selection ul li:nth-child(4) {
    margin-right: 0;
}
#schedule .schedule_selection ul li:nth-child(7) {
    margin-right: 0;
}
#schedule .schedule_selection ul li.active_tab a {
    color: #FFFFFF;
    background-color: #ffb400;
    border: 2px solid #ffb400;
}

#schedule_tools {
    padding: 4px;
    background-color: #232323;
}

#change_castArea1 {
    padding: 15px;
}
#change_castArea1 .castBox {
    position: relative;
    float: left;
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 15px;
}
#change_castArea1 .castBox:nth-child(3n) {
    margin-right: 0;
}

#change_castArea1 .topArea .leftArea {
}

#change_castArea1 .topArea .rightArea {
    min-height: 110px;
    color: #cd781e;
}
#change_castArea1 .topArea .rightArea dl {
    margin-bottom: 5px;
}

#change_castArea1 .topArea .rightArea dt span {
    font-size: .86rem;
    padding-left: 2px;
}

#change_castArea1 .topArea .rightArea .tag_newface {
    clear: both;
}

#change_castArea1 .topArea .rightArea .comment {
    display: none;
}
#change_castArea1 .topArea {
    margin-bottom: 0;
}
#change_castArea1 .bottomArea {
    display: none;
}

.todaytime{
    font-size: 85%;
    width: 104%;
    margin-bottom: 1px;
    color: #ff4f00;
    text-align: center;
    line-height: 1.3;
}
.finish{
    background: #14B9D5;
    color: #fff;
    padding: 5px;
    text-align: center;
    position: relative;
    bottom: 197px;
    left: 1px;
}