@charset "utf-8";
/* 設定カラー ヘッダ　48BAD0　 ボタン　48BAD0 */

header {
	position: relative;
	left: 0;
	top: 0;
	width: 1920px;
	height: 38px;
	background: #48BAD0;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	padding: 0 10px;
	box-sizing: border-box;
}
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: 100%;
    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: .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;
}
