section .caption-main h2 + p {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    left: 120px;
    position: absolute;
    top: 18px;
}

section .caption-main {
    margin-bottom: 20px;
    position: relative;
    width: 700px;
}

section .info-ms {
    border: 1px solid #0B1784;
    box-sizing: border-box;
    padding: 15px 10px;
}

section .info-ms h3 {
    float: left;
    width: 200px;
}

section .info-ms .info {
    float: right;
    width: 450px;
}

section .info-ms .info p:first-child {
    color: #0B1784;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

section .info-ms .info p {
    font-size: 12px;
}

section .contents {
    margin-bottom: 20px;
}

section .contents {
    margin-bottom: 20px;
}

section .info dl {
    background-color: #2986DA;
    border-left: 1px solid #0B1784;
    border-right: 1px solid #0B1784;
    border-top: 1px solid #0B1784;
    box-sizing: border-box;
    font-size: 12px;
}

section .info dl:last-child {
    border-bottom: 1px solid #0B1784;
}

section .info dt {
    box-sizing: border-box;
    color: #FFF;
    float: left;
    font-weight: bold;
    height: auto;
    padding: 8px;
    width: 130px;
}

section .info dd {
    background-color: #FFF;
    box-sizing: border-box;
    float: left;
    padding: 8px;
    width: 568px;
}

section .info dd .block p:first-child {
    font-weight: bold;
}

section .info dd .block {
    margin-bottom: 8px;
}

section .info dd a:link,
section .info dd a:visited,
section .info dd a:active {
    color: #0092EF;
    text-decoration: none;
}

section .info dd a:hover {
    color: #0092EF;
    text-decoration: underline;
}

.message {
    border: 1px solid #B3E2ED;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.message h3 {
    background-color: #44BAF2;
    border-bottom: 10px solid #B7E3FF;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 20px 8px;
    position: relative;
}

.message .block-text {
    margin: 20px 20px 5px;
}

.message .block-text p {
    line-height: 1.8em;
    margin-bottom: 40px;
    text-align: justify;
}

.message .block-text p:last-child {
    margin-bottom: 0px;
}

.message .block-text .date {
    text-align: right;
}

.message .block-name {
    margin: 0px 15px 15px;
}

.message .block-name .name {
    text-align: right;
}

.message .block-name .name img {
    width: 220px;
}

