@charset "utf-8";
/* 設定カラー ヘッダ　623D95　 ボタン　9A74CF */
header {
    background: #018f98;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}
header.off {
    background: #999;
}
header a {
    color: #fff;
    text-decoration: none;
}
header p.title {
    /*     min-width: 1580px; */
}
header .menu_btns {
    display: flex;
}
header .btn_chat_close {
    min-width: 120px;
    margin-left: 50px;
}
header .btn_window_close,
header .btn_telephone,
header .btn_monitor {
    min-width: 120px;
    margin-left: auto;
}
header .btn_monitor a {
    display: block;
    width: 100px;
    padding: 5px 16px;
    background-color: #339966;
    text-align: center;
    border-radius: 4px;
}
header .btn_telephone a {
    display: block;
    width: 100px;
    padding: 5px 16px;
    background-color: #334e99;
    text-align: center;
    border-radius: 4px;
}
header .btn_chat_close a {
    display: block;
    width: 100px;
    padding: 5px 16px;
    background-color: #cc6666;
    text-align: center;
    border-radius: 4px;
}
header .btn_window_close a {
    display: block;
    width: 100px;
    padding: 5px 16px;
    background-color: #333333;
    text-align: center;
    border-radius: 4px;
}

/* ボタンの反転 */
header .btn_chat_close a:hover,
header .btn_window_close a:hover,
header .btn_telephone a:active,
header .btn_monitor a:hover {
    opacity: 0.6;
}
header .btn_chat_close a:active,
header .btn_window_close a:active,
header .btn_telephone a:active,
header .btn_monitor a:active {
    background-color: #a7b6b7;
}

/* iframe */
.if-window {
    width: 600px;
    height: 990px;
}
.if-monitor-window {
    width: 430px;
    height: 470px;
}
.front-window {
    width: 600px;
    height: 30px;
}
