#content {
    min-height: 510px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    letter-spacing: 0.03em;
    background-color: #fff;
    -webkit-border-radius: 16px;
    border: 2px solid #cccccc;
    position: relative;
    float: left;
    box-sizing: border-box;
    width: calc(97% - 200px);
}

#wrapper, #content, #wrapper_footer {
    box-sizing: border-box;
}

#subcontent {
    margin: 14px 20px;
    width: 96%;
    line-height: 140%;
}

#content h1 {
    letter-spacing: 0.05em;
    font-size: 150%;
    color: #cd5c5c;
    font-size: 160%;
    
    padding: 0.2em 0;
    text-indent: 3px;
    line-height: 1.1em;
    font-weight: normal;
    letter-spacing: 0em;
    font-size: 150%;
}

#block, #contact {
    color: #800000;
    font-size: 104%;
}

#content p {
    margin: 0 0 0 0;
}

#content a, #footer a {
    color: #3373b3;
    text-decoration: none;
}

#contact input, #contact textarea {
    color: #555555;
}

#contact .name input, #contact .mail input, #contact .cmail input, #contact .subject input, #bottom, #wrapper_footer {
    width: 98%;
}

#contact .message textarea {
    margin-top: 4px;
    width: 98%;
}