@charset "UTF-8";

.arch {
    padding-bottom: 30px;
}

.arch_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #f98760;
    padding: 10px 20px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.voice {
    padding-bottom: 30px;
}

.voice_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #f98760;
    padding: 10px 20px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.voice_img {
    text-align: center;
    margin-top: 40px;
}

.voice_name {
    margin-top: 40px;
    font-size: 16px;
}

.voice_entry {
    margin-top: 15px;
    border-top: 1px dashed #ccc;
    padding: 30px 0;
    font-size: 16px;
    text-align: justify;
}

.back {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 30px 0;
}

.back a {
    color: #333;
    text-decoration: none;
}

.back a:hover {
    text-decoration: underline !important;
}