/* 字級 */
#AllRec_YF026 a{
    text-decoration: none;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
}

#AllRec_YF026 .rec_txt_primary{
    font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #333;
}

#AllRec_YF026 .rec_txt_center{
    font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.8rem;
    color: #333;
    text-align: center;
}

#AllRec_YF026 .rec_txt_plus{
    font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
}

#AllRec_YF026 .rec_txt_mark{
    font-family: "微軟正黑體", "Microsoft JhengHei", "sans-serif", Helvetica, Arial;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #333333;
}

/* 間距 */
#AllRec_YF026 .spacer_vertical_primary{height: 20px;}
#AllRec_YF026 .spacer_vertical_large{height: 40px;}
#AllRec_YF026 .spacer_vertical_small{height: 10px;}

#AllRec_YF026 .txt_bold{font-weight: bold;}

/* 顏色：背景米黃 */
#AllRec_YF026 .background_lite_gray{background-color: #efefef;}
/* 顏色：女生 */
#AllRec_YF026 .color_pink{color: #f13e96;}
/* 顏色：男生 */
#AllRec_YF026 .color_blue{color: #0088ff;}
#AllRec_YF026 .color_red{color: #d80000;}

/* 按鈕顏色 */
#AllRec_YF026 .button_gradient_red{
    background: #ff0000;
    background: linear-gradient(180deg, #ff0000 0%, #b90000 100%);
}#AllRec_YF026 .button_gradient_red:hover{
    color:#fff9bc;
    background: #b90000;
    background: linear-gradient(180deg, #b90000 0%, #ff0000 100%);
}

/* ===========================================*/
/* ================= 大框架區塊 ================*/
/* ===========================================*/
#AllRec_YF026{
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Helvetica, Arial;
    clear: both;
    width: 100%;
    margin: 0 auto;
}

#AllRec_YF026 .rec_section{
    clear:both;
    width:100%;
    margin:0 auto;
    height:auto;
    overflow:hidden;
    box-sizing:border-box;
    background-color:#FFF;
    border:3px solid #a8a8a8;
    margin-top:10px;
}

/* 協銷標題圖區塊 */
#AllRec_YF026 .rec_top{
    width:100%;
    height:auto;
    border-bottom:3px solid #a8a8a8;
    margin:0 auto;
    box-sizing:border-box;
}

#AllRec_YF026 .rec_top img{
    display: block;
    width:100%;
    height: auto;
}

/* 內容區塊：寬度90% */
#AllRec_YF026 .rec_container{
    clear:both;
    width:90%;
    margin:0 auto;
    height:auto;
    overflow:hidden;
    background-color:#FFF;
    box-sizing:border-box;
    padding:2% 0%;
}

#AllRec_YF026 .container_box{
    width:95%;
    height: auto;
    margin:0 auto;
    padding:0% 0% 2% 0%;
    box-sizing: border-box;
}

/* ===========================================*/
/* ================= 按鈕區塊 ================*/
/* ===========================================*/
#AllRec_YF026 .button_area{
    clear: both;
    width:50%;
    height:45px;
    margin:0 auto;
    margin-bottom:10px;
}

#AllRec_YF026 .button_area a{    
    display:block;
    width:100%;
    height:45px;
    line-height:45px;
    margin:0 auto;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border:1px solid #a30000;
    box-shadow:inset 0px 0px 2px rgba(255,255,255,1);
    box-sizing: border-box;
}