.MOVIELIST .smallcategory {
    text-align: center;
	overflow: hidden;
}
.MOVIELIST .smallcategory > div {
    float: left;
    width: 25%;
}
.MOVIELIST .smallcategory > div > a {
    border-bottom: 0.5px solid rgba(96, 76, 63, 0.2);
    border-right: 0.5px solid rgba(96, 76, 63, 0.2);
    display: block;
    height: 40px;
    line-height: 40px;
}
.MOVIELIST .smallcategory .active{
    /*border-top: 4px solid;*/
    color: #ea5e09;
	background-color: #fff;
}
.MOVIELIST .pagination li {
    background-color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px;
}
.MOVIELIST .HEADER .headlogo.font-lerge {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #ea5e09;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.MOVIELIST .active hr {
    background-color: #ea5e09;
    height: 4px;
    margin: 0;
    position: absolute;
    width: 100%;
}
.MOVIELIST .BOX02.ranking .container {
    padding-top: 0;
	padding-bottom: 20px;
}
.MOVIELIST .smallcategory hr {
    margin: 0;
}
.MOVIELIST .smallcategory > div:last-child > a {
    border-right: 0 none;
}
.MOVIELIST .smallcategory .active > a {
    border-bottom: 0.5px solid #fff;
}


@media (min-width: 768px){
.MOVIELIST .BOX05.yourrank .inner {
    padding: 70px;
}
.MOVIELIST .HEADER .headlogo.font-lerge {
    width: 330px;
}
.MOVIELIST .BOX05.ranking.world-ranking {
    margin-top: 20px;
}
.MOVIELIST .container {
    padding-top: 0;
}
.title3 {
    padding: 10px ;
}
.BOX05.ranking.yourrank .title {
    padding: 10px ;
}
.BOX05.yourrank .title > span {
    font-size: 400%;
}
.BOX05 .number {
    text-align: right;
}
.MOVIELIST .smallcategory > div:last-child > a {
    border-right: 0.5px solid rgba(96, 76, 63, 0.2);
}
.MOVIELIST .smallcategory > div > a {
    border: 0.5px solid rgba(96, 76, 63, 0.2);
}
.MOVIELIST .smallcategory .active > a:last-child {
    border-right: 0 none;
}
.MOVIELIST .smallcategory .active > a:first-child {
    border-left: 0 none;
}

    .select-box02 select {
        position: relative;
        width: 100%;
        padding: 3% 10% 3%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #999;
        background: #eee;
        background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
        background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    }
    .select-box02 label {
        position: relative;
    }
    .select-box02 label:after {
        display: block;
        content: " ";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        height: 20px;
        margin-top: -8px;
        background: url(/images/enquete/arrow02.png) 0 0 no-repeat;
        background-size: 20px;
        pointer-events: none;
    }


}