body {
    background-color: #ebebeb;
}
#renewFix {

}

#titleBox {
    width: 330px;
    height: 85px;
    margin: auto;
    margin-top: 150px;
    background-color: #d4123f;
    border-radius: 20px;
    border: 6px solid white;
    padding-left: 33px;
    padding-top: 35px;
}
.tltleText01,
.tltleText02,
.tltleText03,
.tltleText04 {
    color: white;
    margin: 0;
}
.tltleText01 {
    font-family: sans-serif;
    font-size: 13px;
}

.tltleText02 {
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bolder;
}

.tltleText03 {
    position:relative;
    top: -51px;
    left: 130px;
    width: 205px;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bolder;
}

.tltleText04 {
    position:relative;
    top: -51px;
    left: 130px;
    width: 205px;
    font-family: cursive;
    font-size: 15px;
    font-style: italic;
}
.renewText,
.infoText,
.infoMe1,
.infoMe2 {
    width: 330px;
    margin: auto;
    color: #1a1a1a;
    font-family: sans-serif;
}
.renewText {
    padding-top: 50px;
    font-size: 15px;
    font-weight: bolder;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
}

.infoText {
    font-size: 13px; 
}

.infoMe1 {
    padding-top: 100px;
    font-size: 10px;
    text-align: right;
}

.infoMe2 {
    font-size: 10px;
    text-align: right;
}