/* メイン画像のバッジ位置 */
#main h1 {
    position: relative;
}
    #main h1 a {
        position: absolute;
        right: 59px;
        bottom: 39px;
    }


/* ホイールラインアップ非表示 */
#dataBox {
    display: none;
}


/* 安全なドライブを楽しむために。1カラムに */
.contentArea #recommendBox ul.recommendItems>li.type2 {
    width: 920px;
    margin-top: -5px;
}
    /* 安全なドライブを楽しむために。左寄りに */
    .contentArea #recommendBox ul.recommendItems>li.type2 h3 {
        text-align: left !important;
    }
        /* 安全なドライブを楽しむために。改行削除 */
        .contentArea #recommendBox ul.recommendItems>li.type2 br {
            display: none;
        }


/* 純正アルミホイール&ウィンタータイヤセットご購入サポートキャンペーン */
#winterTire2021 {
    line-height: 1.5;
    width: 920px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: #f1f1f1;
}

    #winterTire2021 h3 {
        color: #008dbe;
        font-size: 30px;
        font-weight: normal;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    #winterTire2021 #wrap .kv {
        float: left;
        width: 425px;
    }
        #winterTire2021 #wrap .kv img {
            width: 425px;
        }

    #winterTire2021 #wrap .contents {
        float: left;
        font-size: 13px;
        width: 435px;
        margin-bottom: 15px;
        padding: 17px 20px;
        background-color: #ffffff;
    }
        #winterTire2021 #wrap .contents p {
            margin-bottom: 30px;
        }
        #winterTire2021 #wrap .contents table {
            font-size: 13px !important;
        }
            #winterTire2021 #wrap .contents th {
                width: 14%;
                text-align: left;
            }

    #winterTire2021 .annotation {
        clear: both;
        font-size: 12px;
        margin-bottom: 30px;
    }
        #winterTire2021 .annotation p:first-child {
            text-indent: -1em;
            padding-left: 1em;
            margin-bottom: 6px;
        }

    #winterTire2021 .btn {
        width: 700px;
        margin: 0 auto;
    }


/* 20211207修正 */
#winterTire2021 .re_schedule p {
    color:#ff0000;
    margin-bottom: 34px;
}
#winterTire2021 .re_schedule p span{
    line-height: 34px;
}
#winterTire2021 .contents span {
    color: #ff0000;
}