body {
    background-color: #EFEFEF;
}

.body {
    width: 90%;
    margin: 20px auto;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 10px;
}

p {
    line-height: 2em;
}

span {
    /*color: #FF3300;*/
}

.submit {
    display: block;
    width: 280px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    background-image: url("../images/btn001.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    font-size: 18px;
    color: #0E4338;
    font-weight: bold;
    text-indent: -0.8em;
    margin: 10px auto;
}

.item{
    margin: 10px;
}

.list {
    width: 90%;
    margin: 0 auto 20px;
    background-color: #FFFFFF;
}

.list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-top: 1px solid #EFEFEF;
    color: #333333;
}