
body#message .content-text h2.content-title {
    color: #fff;
    background: #E9B5A8;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 5px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
    line-height: 30px;
}

.content-text p.txtcenter {
    text-align: center;
}

div.content-text {

}

div.content-text p {
    width: 90%;
    margin: 0 auto;
}



div.presentinfo {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

div.presentinfo dl {
    width: 300px;
    display: flex;
    flex-direction: column;
}

div.presentinfo dt{
    display: flex;
}

div.presentinfo dt img{
    width: 100%;
    height: 100%;
}
div.presentinfo dd{
    padding: 10px 0;
    text-align: center;
    font-size: 1.3em;
}

div.presentinfo dd span {
    font-size: 0.8em;
}

div.movie {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

div.movie div.moviebox{
    width: 300px;
}


div#formarea {
    margin-top: 50px;
}

input[type=file] {
    display: block;
    width: 100%;
}