/*------------------------------------------------
    追記用CSS
------------------------------------------------*/

.mb10 {
    margin-bottom: 10px;
}
.txtAlertTop {
    width: 100%;
    min-height: 60px;
    line-height: 1.9;
    display: table;
}
.txtAlertTop p {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.messageArea { display: block; width: 100%; min-height: 0; padding: 13px 0 9px; background: #e4f4fd;}
.messageArea p { display: block; color: #2c2c38; font-size: 18px; line-height: 1.6; text-align: center; vertical-align: middle; margin: 0 0 10px; }
.messageArea p:last-of-type { margin-bottom: 0; }

.txtLink.notice {
    font-size: 1.7rem;
    border: 3px solid #f2c3c3;
}
.txtLink.notice a {
    color: #cb0e0e;
    text-decoration: none !important;
}
.txtLink.notice a:hover {
    text-decoration: underline !important;
}
.pdf_link {
    display: inline-block;
    width: 49%;
    float: right;
    margin-bottom: 80px;
}
.pdf_link a {
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
}
.pdf_link a + a {
    margin-top: 10px;
}
.colorBox .label >span .smlTxt {
		width: 264px;
}
@media print, screen and (min-width: 541px){
    .txtAlertTop {
        font-size: 1.6rem;
    }
    .txtAlertTop a {
        margin-left: 20px;
    }
    .txtLink.notice {
        padding: 25px;
        margin-bottom: 60px;
        text-align: center;
        border: 3px solid #f2c3c3;
    }
}
@media screen and (max-width: 540px){
    .txtAlertTop {
        font-size: 1.4rem;
    }
    .txtAlertTop a {
        display: block;
    }
    .txtLink.notice {
        padding: 20px;
        margin-bottom: 50px;
        text-align: left;
        border: 3px solid #f2c3c3;
    }
    .pdf_link {
        width: 100%;
        margin-bottom: 60px;
    }
    .messageArea { box-sizing: border-box; padding: 13px 23px 9px 24px; }
    .messageArea p { text-align: left; }
}
