@charset "utf-8";
/* CSS Document */


.ibcsupport #main h1 {
    padding: 0 0 0 2em;
    height: 150px;
    background: url(./img/ibc_banner.png) no-repeat center top;
    background-size: contain;
    display: flex;
    align-items: center;
    text-indent: -9999px;
}

div#main em {
    color: #164999;
}

.ibcsupport #main .readmore {
    list-style: none;
    text-align: right;
}

/* Download Datasheetsボタンを中央寄せ */
.priorityLink {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

.priorityLink li {
    float: none;
}

.label-red_block {
    background-color: #e00202;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 8px;
    vertical-align: middle;
}

