@charset "utf-8";
#mmi-container .news-body ul, #mmi-container .news-body ol {
    padding: 15px 0 15px 2em;
    border: 1px solid #b6c7d6;
    border-width: 1px 0;
    margin: 0 10px 1.5em;
}
#mmi-container .news-body ul li {
    list-style-type: disc;
}
#mmi-container .news-body hr {
    height: 1px;
    background-color: #b6c7d6;
    border: none;
    margin: 1rem 0;
}
#mmi-container .news-body table {
    width: calc(100% - 20px);
    margin: 0 10px 1.5em;
}
#mmi-container .news-body h2 {
    margin: 0 10px 30px!important;
}
#mmi-container .news-body h3 {
    margin: 0 10px 25px;
}
#mmi-container .news-body a[data-lightbox="lightbox"] {
    display: block;
}
#mmi-container .news-body p.has_pdf {
    margin-top: 2em;
}
#mmi-container .news-body a[href$=".pdf"] {
    position: relative;
}
#mmi-container .news-body a[href$=".pdf"]::after {
    position: absolute;
    right: -30px;
    bottom: 0;
    content: '';
    background-image: url(/common2/img/pdf.gif);
    width: 28px;
    height: 28px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
#mmi-container .news-body hr.clearHidden {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    margin: 0;
}
#mmi-container .news-body table tr:nth-child(odd) {
	background: #f6f6f7;
}
.acms-col-sm-6 {
    float: left;
    width: 50%;
}
.acms-col-sm-4 {
    float: left;
    width: 33.33333%;
}
.acms-col-sm-12 {
    float: none;
    width: 100%;
}
.acms-entry-unit-full [class*=column-image-] {
    width: auto!important;
    max-width: 100%;
}
.column-image-right, .column-media-right {
    display: inline;
    float: right;
    margin-bottom: 10px;
}
.column-image-left, .column-media-left {
    float: left;
}
#mmi-container .news-body [class*=column-image-] img {
    margin: 0 10px 1.5em;
    max-width: 100%;
}
#mmi-container .news-body [class*=column-image-] .caption {
    font-size: 14px;
    color: #0a3066;
    text-align: center;
    margin-top: -25px;
}
#mmi-container .news-body .column-image-left .caption {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.color-red {
    color: red;
}
.acms-admin-clear {
    clear: both;
}
.under-line {
    text-decoration: underline;
}
#mmi-container .info_wrapper .news-body {
    margin: 0;
}