#boxMain { 
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

#inDt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dt {
    width:50%;
    padding: 10px;
    margin: 10px;

    font-weight: bold;
}


.boxli {    
    padding: 3px;
    margin: 3px;
}

.boxrank {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    width: 25px;
    height: 25px;
    background-color: aquamarine;
}
.boxrankup {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 25px;
    color:red;
}
.boxrankdown {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 25px;
    color:blue;
}
.boxrankstay {
    display: inline-flex;
    justify-content: center;
    align-items: end;
    width: 40px;
    height: 25px;
    color:gray
}
#content {
    width: 80%;
    height : 600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.boxthumb {
    width: 20px;
    height: 30px;
}

#box {
    width: 70%;
    padding-right: 10px;
}
#posterimg
{
    width:240px;
    height:360px;
    padding-left: 10px;
    display: inline-flex;
    border: 1px solid black;
}