@charset 'UTF-8';

#change_castArea1 .tagArea .grayicon {
    background-color: #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    margin: 1.5%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#change_castArea1 .tagArea {
    min-height: 18px;
}
#change_castArea1 .tagArea li {
    font-size: .79rem;
    float: left;
    text-align: center;
    color: #FFF;
}

#loading {
    margin-top: 20px;
    text-align: center;
}
#loading img {
    width: 24px;
    height: 24px;
}

#castList_changeArea {
    margin-bottom: 40px;
}

#be_on p {
    display: table;
    float: right;
}
#be_on span {
    display: table-cell;
}
#be_on span:first-child {
    padding-left: 10px;
    background: url('/smart/img/castlist/arrow01.png') 0 17px no-repeat;
    background-size: 7px;
}
#be_on span:nth-child(2) {
    font-size: 1.64rem;
    font-weight: bold;
    color: #ff4f00;
}

#castList_tools .refinementArea {
    line-height: 42px;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 55.0%;
    height: 48px;
    cursor: pointer;
    border-top: 4px solid #232323;
    border-bottom: 4px solid #232323;
    background-color: #f2f2f2;
}
#castList_tools .refinementArea span {
    padding-left: 15px;
}
#castList_tools .refinementArea span:after {
    position: absolute;
    z-index: 1000;
    top: 21px;
    left: 140px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -4px;
    content: '';
    border-top: 8px solid #525252;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
#castList_tools .refinementTools {
    display: none;
    clear: both;
    border-bottom: 4px solid #232323;
    background-color: #f2f2f2;
}
#castList_tools .refinementTools .wrap {
    padding: 13px 25px;
}
#castList_tools .refinementTools .cheakboxBox {
    margin-bottom: 3px;
}
#castList_tools .refinementTools .cheakboxBox .checkbox {
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 48%;
    height: 40px;
    margin-right: 3%;
    margin-bottom: 10px;
    padding: 1px;
    cursor: pointer;
}
#castList_tools .refinementTools .cheakboxBox .checkbox:nth-child(odd) {
    margin-right: 0;
}
#castList_tools .refinementTools .cheakboxBox .checkbox input[type='checkbox'] {
    position: absolute;
    display: none;
    opacity: 0;
}
#castList_tools .refinementTools .cheakboxBox .checkbox label {
    line-height: 40px;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 40px;
    padding-left: 30px;
    cursor: pointer;
    color: #FFF;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #ffb400 url('/smart/img/castlist/checkbox_off.png') 10px center no-repeat;
    background-size: 14px auto;

        -ms-border-radius: 5px;
         -o-border-radius: 5px;
}
#castList_tools .refinementTools .cheakboxBox .checkbox label.check_on {
    background: #ffb400 url('/smart/img/castlist/checkbox_on.png') 10px center no-repeat;
    background-size: 14px auto;
}
#castList_tools .refinementTools .selectboxBox {
    margin-bottom: 20px;
}
#castList_tools .refinementTools .selectboxBox select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    background: white url('/smart/img/common/arrow04.png') 96% center no-repeat;
    background-size: 20px auto;

        -ms-border-radius: 8px;
         -o-border-radius: 8px;
}
#castList_tools .refinementTools .submit input[type='submit'] {
    font-size: 1.29rem;
    font-weight: bold;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    border: 1px solid #272727;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    background-color: #414141;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .2), inset -1px -1px 0 rgba(255, 255, 255, .2);
       -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .2), inset -1px -1px 0 rgba(255, 255, 255, .2);
            box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .2), inset -1px -1px 0 rgba(255, 255, 255, .2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);

        -ms-border-radius: 8px;
         -o-border-radius: 8px;
}
#castList_tools .changeArea {
    display: table;
    width: 45%;
    height: 40px;
    border-top: 4px solid #232323;
    border-bottom: 4px solid #232323;
    background-color: #232323;
}

#change_castArea1 {
    padding: 15px;
}
#change_castArea1 .castBox {
    float: left;
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 8px;
}
#change_castArea1 .castBox:nth-child(3n) {
    margin-right: 0;
}

#change_castArea1 .topArea .rightArea {
    min-height: 100px;
    color: #232323;
}
#change_castArea1 .topArea .rightArea dl {
    margin-bottom: 3px;
}
#change_castArea1 .topArea .rightArea dt span {
    font-size: .86rem;
    padding-left: 2px;
}

#change_castArea1 .topArea .rightArea .threesize01 {
    display: none;
}

#change_castArea1 .topArea .rightArea .comment {
    display: none;
}
#change_castArea1 .topArea {
    margin-bottom: 2px;
}
#change_castArea1 .bottomArea {
    display: none;
}

.timeArea{
    height: 20px;
    font-size: 80%;
    width: 103%;
    color: #ff4f00;
    text-align: center;
}
