﻿/* 整個內容方塊 */
.index比賽獎項4 {
    
    margin: 0;
}
/* 整個內容方塊 */
.index比賽獎項4 {
}

    /* 內容方塊標題文字 (h2) */
    .index比賽獎項4 .blockTitle{
        
    }

/* 比賽容器 */
.index比賽獎項4 .competitionList
{
    padding : 0;
    margin : 0;
    border : none 0;
}

/*單一比賽*/
.index比賽獎項4 .eachCompetition {
    border-bottom: solid 1px #dddddd;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

    /*日期*/
    .index比賽獎項4 .date {
        font-size: 0.8rem;
        flex-grow : 0;
        flex-shrink : 0;
    }

    /*標題*/
    .index比賽獎項4 .heading {
        font-weight : 700;
        display : block;
        
        flex-grow : 1;
        flex-shrink : 1;
        padding-left : 2rem;
    }



