@charset "utf-8";

/* = mod-header
----------------------------------------------- *
 * ヘッダ
----------------------------------------------- */
.mod-header {
    font-size: 1em;
    color: #fff;
    background: #ed6103;
}
.mod-header .headerTextContent {
    color: #fee;
    background-color: #d05300;
    padding: 3px 10px;
    font-size: .63em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mod-header .upper {
    display: table;
    width: 100%;
}
.mod-header .upper > .logo {
    display: table-cell;
    vertical-align: middle;
    width: 112px;
    height: 50px;
    padding: 0 2px;
}
