/* トップ画面での強制更新用 */
#reloadMsg1 {
/*	display			: table; */
	display			: none;
	width			: 100%;
	height			: 100%;
	position		: fixed;
	top				: 0;
	left			: 0;
	background-color	: #666;
	opacity			: 0.8;
	z-index			: 10;
}
#reloadMsg1 .loadingMsg {
	display			: table-cell;
	text-align		: center;
	vertical-align	: middle;
	padding-top		: 140px;
	color			: #fff;
	font-size		: 1.5em;
	z-index			: 12;
}
#reloadMsg2 {
	display			: table;
/* 	display			: none; */
	width			: 100%;
	height			: 100%;
	position		: fixed;
	top				: 0;
	left			: 0;
	background-color	: #666;
	opacity			: 0.8;
	z-index			: 10;
}
#reloadMsg2 .loadingMsg {
	display			: table-cell;
	text-align		: center;
	vertical-align	: middle;
	padding-top		: 140px;
	color			: #fff;
	font-size		: 1.5em;
	z-index			: 12;
}

ul,
div,
img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

.req_input {
	border			:	2px solid red;
}

.req_input~.select2-container--default {
    border			:	2px solid red;
}

.req_div {
	border			:	1px solid #000;
	background-color	: #ffb6c1;
	padding			: 10px 10px;
	margin			: -10px 10px 10px -10px;
}

.reg_button {
	background-color: #ffb7b7;
}

.pdf_button {
	background-color: #bcffbc;
}

.del_button {
	background-color: #bcffff;
}

.movepage_button {
	background-color: #ffffb7;
}

.csv_button {
	background-color: #b7b7ff;
}

td.title {
	background-color: #f0ffff;
	font-weight: bold;
}
.listtable th {
	background-color: #f0ffff;
}
table.listtable tr:nth-child(even) {
	background-color: #eee;
}

#loading {
	display			: table;
	width			: 100%;
	height			: 100%;
	position		: fixed;
	top				: 0;
	left			: 0;
	background-color	: #666;
	opacity			: 0.8;
}
#loading .loadingMsg {
	display			: table-cell;
	text-align		: center;
	vertical-align	: middle;
	padding-top		: 140px;
	background		: url('../img/spin.svg') center center no-repeat;
	background-size	: 130px;
	color			: #fff;
}

#corsor1 {
	position		: fixed;
	width			: 200%;
	height			: 1px;
	margin-left		: -100%;
	z-index			: 2;
	pointer-events	: none;
}
#corsor2 {
	position		: fixed;
	width			: 1px;
	height			: 200%;
	margin-top		: -50%;
	z-index			: 2;
	pointer-events	: none;
}


.wrapper {
	height			:	100%;

	margin-top		:	-40px;
	margin-bottom	:	-60px;
}

.login-wrapper {
	color			:	white;
}

.login-wrapper form {
	margin			:	70px auto;
	background		:	#1955A6;
	width			:	347px;
	text-align		:	center;
	padding			:	40px;
	border-radius	:	15px;
}

.login-wrapper form > h1 {
	color			:	white;
	text-shadow		:	1px 1px 0px rgba(0, 0, 0, 0.7);
	font-weight		:	400;
	margin-bottom	:	20px;
}

.login-wrapper form input {
	background		:	rgba(255,255,255,0.9);
	color			:	black;
	display			:	block;
	width			:	269px;
	padding			:	15px;
	margin			:	5px auto;
	outline			:	none;
	border-radius	:	5px;
}

.login-wrapper form .button {
	position		:	relative;
	background		:	rgb(255, 85, 85);
	color			:	rgb(255, 255, 255);
	display			:	block;
	width			:	270px;
	padding			:	17px;
	margin			:	5px auto;
	outline			:	none;
	border-radius	:	5px;
	font-size		:	1.2em;
	box-shadow		:	0px 3px 0px rgb(237, 103, 103);
	cursor			:	pointer;
}

.login-wrapper form .button:active {
	top				:	3px;
	box-shadow		:	none;
}


.mlogin-wrapper {
	color			:	white;
}

.mlogin-wrapper form {
	margin			:	70px auto;
	background		:	#ff8102;
	width			:	347px;
	text-align		:	center;
	padding			:	40px;
	border-radius	:	15px;
}

.mlogin-wrapper form > h1 {
	color			:	white;
	text-shadow		:	1px 1px 0px rgba(0, 0, 0, 0.7);
	font-weight		:	400;
	margin-bottom	:	20px;
}

.mlogin-wrapper form input {
	background		:	rgba(255,255,255,0.9);
	color			:	black;
	display			:	block;
	width			:	269px;
	padding			:	15px;
	margin			:	5px auto;
	outline			:	none;
	border-radius	:	5px;
}

.mlogin-wrapper form .button {
	position		:	relative;
	background		:	rgb(255, 85, 85);
	color			:	rgb(255, 255, 255);
	display			:	block;
	width			:	270px;
	padding			:	17px;
	margin			:	5px auto;
	outline			:	none;
	border-radius	:	5px;
	font-size		:	1.2em;
	box-shadow		:	0px 3px 0px rgb(237, 103, 103);
	cursor			:	pointer;
}

.mlogin-wrapper form .button:active {
	top				:	3px;
	box-shadow		:	none;
}



.site-header {
	background		:	#FFF;
	padding			:	5px 0px;
	position		:	fixed;
	justify-content	:	start;
	top				:	0px;
	left			:	0px;
	width			:	100%;
	height			:	40px;
	z-index			:	999;
}

.header-menu {
	padding			:	5px 10px;
	top				:	0px;
	left			:	0px;
	width			:	100%;
	height			:	40px;
}

.detail-body {
	padding			:	5px 10px 80px 10px;
	top				:	5px;
	left			:	5px;
	width			:	100%;
	margin-right	:	-30px;
	overflow		:	auto;
}

.detail-foot {
	background		:	#FFF;
	position		:	fixed;
	bottom			:	0px;

	padding			:	5px 10px;
	height			:	50px;
	width			:	100%;
}
.detail-foot2 {
	background		:	#FFF;
	position		:	fixed;
	bottom			:	0px;

	padding			:	5px 10px;
	height			:	80px;
	width			:	95%;
}

.lobutton {
	border			:	none;
	background-color:	transparent;
	text-decoration	:	underline;
	color			:	blue;
}

.drlocked {
	background-color:	#fff0f5;
}


/* タブ切り替え用 */
.tabs {
	margin-top		:	10px;
	padding-bottom	:	20px;
	background-color:	#FFF;
	box-shadow		:	0 0 10px rgba(0, 0, 0, 0.2);
	width			:	95vw;
}
.tab_item {
	width			:	calc(100%/4);
	height			:	40px;
	border-bottom	:	3px solid #5AB4BD;
	background-color:	#D9D9D9;
	line-height		:	40px;
	font-size		:	16px;
	text-align		:	center;
	color			:	#565656;
	display			:	block;
	float			:	left;
	text-align		:	center;
	font-weight		:	bold;
	transition		:	all 0.2s ease;
}
.tab_item:hover {
	opacity			:	0.75;
}
input[name="tab_item"] {
	display			:	none;
}
.tab_item2 {
	width			:	calc(100%/3);
	height			:	40px;
	border-bottom	:	3px solid #5AB4BD;
	background-color:	#D9D9D9;
	line-height		:	40px;
	font-size		:	16px;
	text-align		:	center;
	color			:	#565656;
	display			:	block;
	float			:	left;
	text-align		:	center;
	font-weight		:	bold;
	transition		:	all 0.2s ease;
}
.tab_item2:hover {
	opacity			:	0.75;
}
input[name="tab_item2"] {
	display			:	none;
}

.tab_content {
	display			:	none;
	padding			:	20px 20px 0;
	clear			:	both;
	overflow		:	auto;
}

#rdoTab1:checked~#tab_panel1 {
	display			:	block;
}
#rdoTab2:checked~#tab_panel2 {
	display			:	block;
}
#rdoTab3:checked~#tab_panel3 {
	display			:	block;
}
#rdoTab4:checked~#tab_panel4 {
	display			:	block;
}

.tabs input:checked + .tab_item {
	background-color:	#5AB4BD;
	color			:	#FFF;
}
.tabs input:checked + .tab_item2 {
	background-color:	#5AB4BD;
	color			:	#FFF;
}



/* ヘッダメニュー　通常用 */
.systemlogo {
	font-weight: bold;
	font-size: 1.4em;
	margin-left: 20px;
}

#navi {
  background-color: #1955A6;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 100000;
}
#navi2 {
  background-color: #ff8102;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 100000;
}
/* チェックボックスを非表示 */
#navi input {
  display: none;
}
#navi2 input {
  display: none;
}
/* 左上ロゴ */
.menu-left {
  float: left;
  line-height: 60px;
}
.menu-left img {
  vertical-align: middle;
  margin-left: 10px;
}
/* 上部メニュー */
#menu, #menu2 {
  float: right;
  margin-right: 10px;
}
#menu li, #menu2 li {
  position: relative;
  white-space: nowrap;
}
#menu li a, #menu2 li a {
  display: block;
  color: #FFFFFF;
}
#menu > li, #menu2 > li {
  float: left;
  margin: 0 15px;
  line-height: 60px;
  font-size: 17px;
  font-weight: bold;
}
/* パソコンでは V を非表示 */
#menu > li .pd, #menu2 > li .pd {
  display: none;
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

/* スマホ用 */
@media screen and (max-width: 1075px) {
  /* 基本非表示 */
  #menu, #menu2 {
    display: none;
  }
  #menu li, #menu2 li {
    height: auto;
    width: 100%;
    padding: 0px 20px;
    border-bottom: 1px solid #DDD;
    white-space: nowrap;
  }
  #menu > li, #menu2 > li {
    margin-right: -20px;
  }
  /* V を表示 */
  #menu > li .pd, #menu2 > li .pd {
    display: inline-block;
    width: 100%;
  }
  #menu li a, #menu2 li a {
    display: inline-block;
  }
  #menu li:first-child, #menu2 li:first-child {
    border-top: 1px solid #DDD;
  }
  #menu li i, #menu2 li i {
    padding: 0px 6px;
  }
  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
  #menu-navibtn:checked ~ #navi2 {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
}

/* ドロップダウンメニュー */
#menu li ul, #menu2 li ul {
  position: absolute;
}
/* 子メニュー */
#menu > li > ul li {
  font-size: 14px;
  display: none;
  padding: 0px 20px;
  background-color: #00305c;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #DDD;
}
#menu2 > li > ul li {
  font-size: 14px;
  display: none;
  padding: 0px 20px;
  background-color: #f8630a;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #DDD;
}
#menu li ul li:first-child, #menu2 li ul li:first-child {
  border-top: 1px solid #000;
}
#menu li ul li:last-child, #menu2 li ul li:last-child {
  border-bottom: 1px solid #000;
}
#menu li ul li ul, #menu2 li ul li ul {
  top: -1px;
  left: 100%;
}
#menu li ul li ul li ul,
#menu li:nth-child(n+3) ul li ul,
#menu2 li ul li ul li ul,
#menu2 li:nth-child(n+3) ul li ul {
  left: inherit;
  right: 100%;
}
#menu > li > ul,#menu2 > li > ul {
  margin-left: -40px;
  width: auto;
}

/* パソコン用 */
@media screen and (min-width: 1075px) {
  #menu li:hover {
    background: #1e7dd4;
  }
  #menu2 li:hover {
    background: #ffd564;
  }
  #menu > li:hover > ul > li,
  #menu li ul li:hover > ul > li,
  #menu2 > li:hover > ul > li,
  #menu2 li ul li:hover > ul > li {
    display: block;
  }
  /* 階層がある場合の誘導の印 */
  #menu li ul li ul:before,
  #menu li ul li ul li ul:before,
  #menu li:nth-child(n+3) ul li ul:before,
  #menu2 li ul li ul:before,
  #menu2 li ul li ul li ul:before,
  #menu2 li:nth-child(n+3) ul li ul:before {
    position: absolute;
    top: 28px;
    content: "";
    border: 5px solid transparent;
    display: block;
  }
  /* 通常タイプ */
  #menu li ul li ul:before, #menu2 li ul li ul:before {
    left: -10px;
    border-left-color: #fff;
  }
  /* 右側タイプ */
  #menu li ul li ul li ul:before,
  #menu li:nth-child(n+3) ul li ul:before,
  #menu2 li ul li ul li ul:before,
  #menu2 li:nth-child(n+3) ul li ul:before {
    right: -10px;
    border-right-color: #fff;
  }
}
/* スマホ用 */
@media screen and (max-width: 1075px) {
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * #menu,
  #menu-navibtn:checked ~ * #menu2 {
    display: block;
  }
  #menu-navibtn:checked ~ * #menu > li,
  #menu-navibtn:checked ~ * #menu2 > li {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu > li ul, #menu2 > li ul {
    line-height: 50px;
  }
  #menu > li > label:hover, #menu2 > li > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  #menu li ul, #menu2 li ul {
    position: static;
  }
  /* 子メニュー */
  #menu > li > ul, #menu2 > li > ul {
    margin-left: initial;
    position: relative;
  }
  #menu li ul li:first-child, #menu2 li ul li:first-child {
    border-top: 1px solid #DDD;
  }
  #menu ul li:last-child, #menu2 ul li:last-child {
    border-bottom: none;
  }
  #menu > li > ul li, #menu2 > li > ul li {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  #menu li ul li ul, #menu2 li ul li ul {
    top: inherit;
    left: 0;
  }
  #menu li ul li:last-child, #menu2 li ul li:last-child {
    border-bottom: none;
  }
  /* 子メニューがクリックされた時 */
  #menu input[type="checkbox"]:checked ~ label ~ ul > li,
  #menu2 input[type="checkbox"]:checked ~ label ~ ul > li {
    max-height: inherit;
    overflow-y: visible;
    display: block;
  }
  .angletoggle:before {
    content: "\f107";
  }
  #navi input[type="checkbox"]:checked ~ label .pd .angletoggle:before {
    content: "\f106";
  }
  #navi2 input[type="checkbox"]:checked ~ label .pd .angletoggle:before {
    content: "\f106";
  }
}

/* ハンバーガー */
#navi #navibtn {
  display: none;
}
#navi2 #navibtn {
  display: none;
}
@media screen and (max-width: 1075px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #navi2 #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #navi #navibtn span, #navi2 #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
  }
  #navi #navibtn span span, #navi2 #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navi #navibtn span span::before,
  #navi #navibtn span span::after,
  #navi #navibtn span::after,
  #navi2 #navibtn span span::before,
  #navi2 #navibtn span span::after,
  #navi2 #navibtn span::after{
    position: absolute;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    z-index: 99999;
  }
  /* 上の棒 */
  #navi #navibtn span span::before, #navi2 #navibtn span span::before {
    top:10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #menu-navibtn:checked ~ #navi2 label#navibtn span span::before {
    top:19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #menu-navibtn:checked ~ #navi2 label#navibtn > span::after {
    bottom:18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
  #menu-navibtn:checked ~ #navi2 label#navibtn span span::after {
    display: none;
  }
}





div#main {
	margin-top		:	60px;
	margin-left		:	10px;

	overflow		:	hidden;
}
div#main2 {
	margin-left		:	10px;

	overflow		:	auto;
}

html, body {
	margin			:	0px;
	padding			:	0px;
	width			:	100%;
}

textarea {
	vertical-align	:	top;
}

table {
	border-collapse	:	collapse;
	border			:	1px #000 solid;
}

td, th {
	border-collapse	:	collapse;
	border			:	1px #000 solid;
	padding			:	5px;
}



table.layout {
	border			:	none;
	padding			:	0;
}
table.layout > tbody > tr > td {
	border			:	none;
	padding			:	0;
}


.warning {
	color			:	#ff4500;
}
.error {
	color			:	#ff0000;
	font-weight		:	bold;
}


#page_top{
	width			:	50px;
	height			:	50px;
	position		:	fixed;
	right			:	0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.flex {
	display			:	flex;
	flex-wrap		:	wrap;
	width			:	95%;

	list-style-type	:	none;
	margin			:	0;
	padding			:	0;
}
.flex-item {
	border			:	1px solid #000;
	margin-top		:	-1px;
	margin-left		:	-1px;
	padding			:	2px 5px;
}
.flex-spacer {
	width			:	100%;
}

/* 土曜日の背景色 */
.sat-bgcolor {
	background-color:	#f0f8ff;
}

/* 日曜日の背景色 */
.sun-bgcolor {
	background-color:	#ffe4e1;
}

.wk-bgcolor {
	background-color:	#f0f0f0;
}

table.tblhov td.hover {
  background-color: #FFCC99;    /* マウスオーバー時のセルの背景色 */
}
table.tblhov thead {
	white-space: nowrap;
	border-top: solid 2px #000;
	position: sticky;
	top: 0;
	left: 0;
}
table.tblhov thead th {
	background-color:	#FFF;
}
table.tblhov thead th.wk-bgcolor {
	background-color:	#f0f0f0;
}
table.tblhov thead th.sun-bgcolor {
	background-color:	#ffe4e1;
}
table.tblhov thead th.sat-bgcolor {
	background-color:	#f0f8ff;
}


.fixed01 {
	left			:	0px;
	position		:	sticky;
	background		:	#fff;
	border			:	1px solid #000;
	margin-top		:	1px;
}

.fixed02 {
	left			:	350px;
	position		:	sticky;
	background		:	#fff;
	border			:	1px solid #000;
	margin-top		:	1px;
}


.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li {
  margin-right: 1em;
}

.pagination li a {
  text-decoration: none;
  color: #000;
}

.page {
  padding: .5em;
  border: 1px solid #000;
}

.active {
  background-color: #000;
}

.pagination .active a {
  color: #fff;
}