/*---------賣牌者選擇賣牌頁 (sellPredictCheck.php)-------*/

/*== 聯盟選單 ==*/
#navr {
    margin:0 0 60px 0;
    padding:0;
    width:100%;
}
#navr .title {
    float:none;
    display:inline-block;
    width: 100px;
}
#navr .content {
    float:none;
    display:inline-block;
    width: auto;

}
/*== 售牌主內容區塊 ==*/
#spc_content {
    border:0;
    margin:0;
    padding:0;
    width: 100%;
    background: none;
}
#spc_content a:link, #spc_content a:visited{
    color:#69f;
}
#spc_content a:hover, #spc_content a:active{
    color:#36f;
    text-decoration:underline;
}
/*== 最上方提醒 ==*/
.spc_hint{
    margin:-20px 0 40px 0;
}
/*== 項目區塊標題 ==*/
.spc_title {
    width:auto;
}
.spc_title span{
    font-size:13px;
}
/*== 各個項目區塊 ==*/
.spc_item {
    border: 0px dashed #CCCCCC;
    padding: 0px;
    margin: 0 0 60px 0;
    background: none;
}
.spc_item table td{
    border:0;
    text-align: left;
}

/*== 項目區塊 - 內容區塊 ==*/
.spc_item_content_price{
    color:red;
    font-size:1.5rem;
    vertical-align: middle;
}
/*== 填寫提醒 ==*/
.spc_remind{
    top:-80px;
    left:-33px;
    width:80%;
    padding:10px;
    border-radius: 4px;
    font-family: "微軟正黑體", "Microsoft JhengHei";
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
/*== 說明區塊 ==*/
.spc_item_note--wider{
    width:100%;
    margin-left:0;
    float:none;
}
/*== 說明區塊標題 ==*/
.member-showroom .spc_item_note_title {
    font-size: 13px;
}
.member-showroom .spc_item_note ol li{
    font-size: 13px;
    margin-left:20px;
    list-style: decimal;
}
.member-showroom .spc_item_note span{
    font-size: 13px;
}
/*== 說明文輸入欄位 ==*/
.member-showroom .spc_item_content_textcounter{
    padding:5px 10px 10px 10px;
    color:#bdbdbd;
    font-size:13px;
}
.member-showroom .spc_item_content_textcounter .text_counter{
    font-size:13px;
    padding-left:5px;
}
/*== 預測者自訂推銷說明範本視窗 ==*/
.tell {
    width:500px;
    margin-top: 20px;
    line-height:24px;
    position:absolute;
    display:none;
    border:2px solid #3987FC;
    background:white;
    padding:8px;
    font-size:13px;
    text-align:left;
}

.member-maincon .allpredictionbox table .medalpimg {
    width: 85px;
    padding-left: 0;
    padding-right: 10px;
}
.member-showroom .productPrice {
    color: #F60B0B;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}
.member-showroom .centerProductPrice {
    font-size: 14px;
    text-align: center;
    padding: 4px 5px;
    padding-right: 20px;
    color: black;
    line-height: 30px;
}
