.content-container {
    background-color: #ffe9ec;
}

/*/////////////////////////////////////////////////////////*/
/*------- banner區塊 --------*/
/*/////////////////////////////////////////////////////////*/
.bannerBg.complete {
    background-color: #fff;
}
.bannerBg .textArea .title {
    color: #e22b40;
}

/*/////////////////////////////////////////////////////////*/
/*------- 徵文產品區塊 --------*/
/*/////////////////////////////////////////////////////////*/
.productBg .textArea .title {
    color: #e22b40;
}

/*/////////////////////////////////////////////////////////*/
/*------- 活動辦法&報名區塊 --------*/
/*/////////////////////////////////////////////////////////*/
.timeArea .date {
    color: #e22b40;
}
.timeArea .bottom, .titleArea .tag, .block_list .num {
    background-color: #e22b40;
}
.titleArea .tag.orange {
    background-color: #f07892;
}

/*/////////////////////////////////////////////////////////*/
/*------- 表單區塊 --------*/
/*/////////////////////////////////////////////////////////*/
input[type="button"],input[type="submit"],input[type="reset"] {
    background: #f07892;
}
.blockBg .textArea .title, .privateArea .title  {
    color: #e22b40;
}
.requirde_icon {
    color: #f07892;
}
.privArea {
    background-color: #707070;
}

/*/////////////////////////////////////////////////////////*/
/*-------版腳+版權宣告--------*/
/*/////////////////////////////////////////////////////////*/
.footer {
    background: #d1163f;
}

/*/////////////////////////////////////////////////////////*/
/*-------名單公布--------*/
/*/////////////////////////////////////////////////////////*/
.awardTit {
    color: #464646;
}
.titleArea.award .tag {
    background-color: #e22b40;
}
.titleArea.award2 .tag {
    background-color: #f07892;
}
.nameArea .text a:hover {
    color: #e22b40;
}