table {
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
}

caption {
	caption-side: top;
	text-align: center;
}
th {
	text-align: center !important;
	border: 1px solid black !important;
	background-color: lightblue;
}

td {
	border: 1px solid black;
	white-space: nowrap;
}

td.narrow {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 1.5em;
}

div.banner {
	text-align: center;
	background-color: lightgray;
	color: black;
	font-size: larger;
	font-style: bold;
	margin-bottom: 5px;
}

input.datepicker {
	width: 10em;
}

input.dateympicker {
	width: 10em;
}

input.hasNewYmpicker {
	width: 10em;
}

input.timepicker {
	width: 4em;
}

input.narrow {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 1.2em;
}
textarea {
	margin: 0px;
}
/* 追加 */
select{
	min-width: 45px;
}

button.disabled {
	pointer-events: none !important;
	background-color: rgb(151, 151, 151) !important;
	color: white !important;
	border: none;
}

li.next{
	list-style: none;
}

li.prev{
	list-style: none;
}

li.disabled a{
	pointer-events: none;
	cursor:default;
	text-decoration:none;
	color:rgb(151, 151, 151) !important;
}

.btn-primary{
	background-color: #2f529a !important;
	border-color: #2f529a !important;
}
.btn-primary:focus,.btn-primary:hover,.btn-primary:active{
	background-color: #4175df !important;
}

.btn-outline-primary{
	color: #2f529a !important;
	border-color: #2f529a !important;
	background-color: white !important;
}
.btn-outline-primary:focus,.btn-outline-primary:hover,.btn-outline-primary:active{
	background-color: #4175df !important;
	color: white !important;
}

.ui-newympicker-calendar .ui-state-disabled .ui-state-default{
	color: transparent !important;
	user-select: none !important;
	pointer-events: none;
}

.div_flex_justify_content_center{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

tr.dissable_term_order{
	background-color: lightgray !important;
}