@charset "utf-8";

:root {
    --blue: #c94941;
    --navy: #973730;
}
.login .help_box {
	display: block;
}
.open_sys_switch {
	display: none !important;
}
.partner_switch {
	display: block !important;
}
tr.partner_switch {
    display: table-row !important;
}
#side dl.partner_switch {
	display: flex !important;
}

/* 青色への変更 */

.et_day .txt {
    background: #0056a1;
}
.button_n {
    color: #0056a1 !important;
    border-color: #0056a1;
}
.button_n:focus, .button_n:hover {
    background-color: #0056a1 !important;
    border-color: #0056a1 !important;
}
.button_n2 {
    background-color: #0056a1;
    border-color: #0056a1;
}
.button_n2:focus, .button_n2:hover {
    color: #0056a1 !important;
}
.mode2_c_txt {
    border-color: #0056a1 !important;
    color: #0056a1 !important;
}
#footer {
    background: #333;
}

@media screen and (max-width: 760px) {
	
	#nav-content .submenu .wp-submenu,
	#nav-content .submenu.active.open .wp-submenu {
	    background: #a33737;
	}
}
