body{
    margin: auto;
    padding: 0;
    background-color: #e5e5e5;
}
p{margin: 0;}
.content{
    width: 100%;
    display: table;
}
@media (min-width:1100px){
    .content {
        width: 1000px;
        margin: auto;
    }
}
.content img{
    width: 100%;
    display: block;
}
.bottom{
    background-color: #ffffff;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.bottom p{
    padding: 3px;
}
.bottom a{
    text-decoration: none;
    color: #999999;
}

.message_div{
    display: table;
    width: 100%;
    background-color: #ffffff;
}
.message_div .p0{
    color: #333333;
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    font-weight: bold;
}
.message_div .p1{
    color: #333333;
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
}
.red{
    color: #E90D19;
}
.message_div .p2{
    color: #666666;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
}
.input_div{
    width: 86%;
    padding: 3px 2%;
    margin: 15px auto;
    border-radius: 5px;
    border: 1px solid #333333;
    display: table;
}
.input_title{
    width: 18%;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #999999;
    text-align: left;
    display: block;
    float: left;
}
.message_input{
    width: 80%;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #999999;
    display: block;
    float: left;
    border: none;
}
.message_input:focus{
    outline: medium;
}
.message_button{
    width: 90%;
    height: 46px;
    background-color: #E90D19;
    color: #ffffff;
    font-size: 20px;
    border: none;
    border-radius: 23px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}