﻿button {
	outline: none;
}

button:hover {
	box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
}

button:disabled {
	box-shadow: none !important;
}

fluent-text-field::part(root),
fluent-number-field::part(root),
fluent-select::part(root),
fluent-text-area::part(root) {
	border: none;
	height: 100% !important;
	min-height: 100% !important;
	max-height: 100% !important;
	border-radius: initial !important;
	background: inherit;
}

fluent-text-field::after,
fluent-number-field::after,
fluent-select::after,
fluent-text-area::after {
	border-radius: initial !important;
}

fluent-text-field::part(control),
fluent-number-field::part(control),
fluent-select::part(control),
fluent-text-area::part(control) {
	height: 100% !important;
	min-height: 100% !important;
	max-height: 100% !important;
	padding: 0px 2px;
	font-size: inherit !important;
	line-height: inherit !important;
	border-radius: initial !important;
}

fluent-text-field.right::part(control),
fluent-number-field.right::part(control),
fluent-select.right::part(selected-value) {
	text-align: right !important;
}

fluent-text-field.left::part(control),
fluent-number-field.left::part(control),
fluent-select.left::part(selected-value) {
	text-align: left !important;
}

fluent-text-field.center::part(control),
fluent-number-field.center::part(control),
fluent-select.center::part(selected-value) {
	text-align: center !important;
}

fluent-text-field::part(end) {
	margin-inline-end: 2px;
}

fluent-text-field.ddl::part(control) {
	cursor: default;
}

fluent-tabs::part(tablist) {
	width: calc(100% - 20px);
}

fluent-tabs::part(tabpanel) {
	overflow-y: auto;
}

fluent-select::part(listbox) {
	width: auto !important;
}

fluent-select.listtop20::part(listbox) {
	top: 20px !important;
}

fluent-select.listtop25::part(listbox) {
	top: 25px !important;
}

fluent-select.listtop30::part(listbox) {
	top: 30px !important;
}

fluent-select.listtop35::part(listbox) {
	top: 35px !important;
}

fluent-select.listtop40::part(listbox) {
	top: 40px !important;
}

fluent-button,
fluent-listbox {
	outline: none;
}

fluent-option {
	font-size: inherit !important;
}

fluent-checkbox {
	margin: 0px 1px 1px 1px !important;
}

	fluent-checkbox::part(control) {
		outline: none;
		width: 18px;
		height: 18px;
		margin: auto;
	}

	fluent-checkbox::part(label) {
		padding-inline-start: 3px;
	}

	fluent-checkbox:focus::part(control) {
		border: solid 2px #036ac4;
	}

	fluent-checkbox.checked::part(control) {
		background-color: blue;
	}

fluent-radio {
	margin: 0px 1px 1px 1px !important;
}

	fluent-radio::part(control) {
		outline: none !important;
	}

	fluent-radio::part(label) {
		padding-inline-start: 3px;
	}

	fluent-radio:focus::part(control) {
		border: solid 2px #036ac4;
	}

	fluent-radio.checked::part(control) {
		background-color: blue;
	}

fluent-radio-group {
	outline: none !important;
}

fluent-dialog-body {
	min-height: initial !important;
}

/*//////////////////////////////////
//メニューバー関係
//////////////////////////////////*/
div.menubar {
	/*background-color    : lightgray;*/
	background-color: #303030;
	margin: 0px;
	/*height: 60px;*/
	height: 58px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	/*border-bottom       : 2px solid darkgray;*/
	padding: 0px;
	overflow: hidden;
	z-index: 9000;
}

button.menubar-menu-disabled {
	height: 54px;
	width: 70px;
	box-sizing: border-box;
	border: 0px none;
	border-radius: 10px;
	/*margin: 3px 5px;*/
	margin: 2px 5px;
	/*font-family: 'IPAmj明朝', メイリオ, Meiryo, 'ＭＳ　明朝', "ＭＳ Ｐゴシック";*/
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	/*background-color    : lightgray;*/
	background-color: #303030;
	outline: none;
	padding: 1px 0px;
	color: gray;
}

div.menubar-box {
	float: left;
	margin: 5px 10px 5px 10px;
	height: 50px;
	font-size: 42px;
	color: white;
}

div.menubar-box-title {
	margin: 2px 0px;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
}

div.menubar-box-user {
	margin: 2px 0px;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
}

div.menubar-box_date {
	border: none;
	width: 240px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	margin: 10px 0px;
	padding-left: 5px;
	font-size: 30px;
	outline: none;
	color: white;
}

button.menubar-menu {
	height: 54px;
	width: 70px;
	box-sizing: border-box;
	border: 0px none;
	border-radius: 10px;
	/*margin: 3px 5px;*/
	margin: 2px 5px;
	/*font-family: 'IPAmj明朝', メイリオ, Meiryo, 'ＭＳ　明朝', "ＭＳ Ｐゴシック";*/
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	/*background-color    : lightgray;*/
	background-color: #303030;
	outline: none;
	padding: 1px 0px;
	color: white;
}

	button.menubar-menu:hover {
		box-shadow: 0px 0px 10px 2px rgb(255 255 255 / 50%);
	}

	button.menubar-menu:active {
		box-shadow: 0px 0px 10px 2px rgb(135 206 250 / 50%);
		color: lightskyblue;
	}

.menubar-text {
	position: fixed;
	/*transform           : translateX(-100%);*/
	transform: translateX(-50%);
	display: inline-block;
	padding: 2px 0px;
	white-space: nowrap;
	line-height: 1.3;
	font-size: 10px;
	top: 43px;
	/*color               : #000;*/
	border-radius: 3px;
	transition: 0.3s ease-in;
	/*width: 70px;*/
	width: max-content;
}

button.menubar-menu:hover .menubar-text-text {
	opacity: 1;
	visibility: visible;
}

.menubar-icon {
	display: block;
	font-size: 2.7em !important;
	margin-bottom: 15px;
	width: 70px;
}

.fixrow {
	position: sticky;
	top: 0;
	z-index: 99;
}

.fixrow_top18 {
	position: sticky;
	top: 18px;
	z-index: 99;
}

.fixrow_top24 {
	position: sticky;
	top: 24px;
	z-index: 99;
}

.fixrow_top25 {
	position: sticky;
	top: 25px;
	z-index: 99;
}

.fixrow_top36 {
	position: sticky;
	top: 36px;
	z-index: 99;
}

.fixrow_top48 {
	position: sticky;
	top: 48px;
	z-index: 99;
}

.fixrow_top72 {
	position: sticky;
	top: 72px;
	z-index: 99;
}

.fixcol {
	position: sticky;
	left: 0;
	z-index: 99;
}

button.sscbtn:focus {
	border-bottom: solid 3px #036ac4 !important;
}

fluent-dialog .fluent-dialog-body {
	min-height: 10px !important;
}

span.start {
	margin-inline-start: 2px !important;
}