﻿/* 整個內容方塊 */
.index學生成就14 {
    /*height : 300px;   --- if simpleBar (i.e. scroll bar) is set on the whole block, change the number.*/
}

    /* 內容方塊標題 */
    .index學生成就14 .blockTitle {
    }

        /* 內容方塊標題超連結 */
        .index學生成就14 .blockTitle a {
        }

    /* 比賽容器，每個比賽都放在裡面 */
    .index學生成就14 .loopElementList {
        height : 600px;   /*--- if simpleBar (i.e. scroll bar) is set on the content, change the number.*/
    }


/*單一比賽*/
    .index學生成就14 .eachCompetition {
        border-bottom: solid 1px #dddddd;
        padding: 1rem;
    }

    /*標題*/
    .index學生成就14 .heading {
        font-weight: 700;
        display: block;
        margin-bottom : 1rem;
    }

    /*日期*/
    .index學生成就14 .date {
        font-size: 0.8rem;
    }



@media (max-width: 480px) {

}
@media (min-width: 481px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (min-width: 980px) and (max-width:1199px) {

}
@media (min-width: 1200px) and (max-width:1919px) {
}

@media (min-width: 1920px) {
}
