.environment-banner
{
    color: #ffffff;
    text-align: center;
    padding: 6px 0;
    font-weight: bold;
    font-size: 90%;
}

.environment-banner--uat
{
    background-color: #4caf50;
}

.environment-banner--stage
{
    background-color: #f0ad4e;
}

.environment-banner--development
{
    background-color: #5bc0de;
}

.environment-banner--admin-navbar
{
    margin: 0 -20px 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 8px 0;
}

.environment-banner--admin-popup
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 16px;
    z-index: 1051;
}

/*バナー表示時のロゴの位置修正 */
.environment-banner + #head {
    position: relative;
}