
* {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

table.edit_table, table.datalist {
	border-collapse: collapse;
	border: 1px solid rgba(26, 96, 163, 0.3);
}

table.edit_table th, table.datalist th {
	color: #3D5A9D;
	background: #E5F0FA;
	text-align: center;
}

table.edit_table th, table.edit_table td, table.datalist th, table.datalist td {
	padding: 5px 3px;
	border: 1px solid rgba(26, 96, 163, 0.3);
	font-size: small;
	letter-spacing: 1px;;
}

.logo {
	height: 40px;
}

.header_right_box {
	display: flex;
	align-items: center;
}

.point_box {
	display: flex;
	align-items: center;
	padding: 4px 12px;
	border: 1px solid #000000;
	border-radius: 20px;
	margin-right: 10px;
}

.add_plus {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: pointer;
}

.user_img_box {
	display: flex;
	align-items: center;
}

.user_img {
	width: 35px;
	height: 35px;
	border: 1px solid rgb(0, 143, 255);
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
}




#menu {
	display: none;
}

/*1枚4秒*/
.nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 99;
/*	background: #fff;*/
	background: #2b2b2b7d;
	transition: .5s;
}

#menu:checked ~ .nav {
	left: 0;
}

.menu_close {
/*	width: 20%;*/
/*	height: 50px;*/
	font-size: 50pt;
	background: #ffffff63;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

.menu_content {
	display: flex;
	justify-content: flex-end;
}

.menu_ul {
	width: 30%;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
}












/*
#menu {
	display: none;
}

#menu:checked ~ .menu {
	background-color: transparent;
	transform: rotate(360deg);
	transition: transform 250ms ease;
}

#menu:checked ~ .menu .nav {
	right: 0px;
	transition: left 500ms ease;
}

#menu:checked ~ .menu {
	transform: translateX(250px);
	transition: transform 500ms ease;
}





.nav {
	position: fixed;
	top: 0;
	right: -510px;
	width: 300px;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #444444;
	transition: left 500ms ease;
	z-index: 0;
}

.nav ul {
	position: relative;
	list-style-type: none;
	margin: 100px 0;
	padding: 0;
}

.nav ul li {
	position: relative;
	display: block;
	border-bottom: 5px solid rgba(white,1);
}

.nav ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 20px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.nav ul li a&:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: width 250ms ease;
	z-index: -1;
}

.nav ul li a&:hover {
	color: #444;
}

.nav ul li a&:hover:before {
	width: 100%;
	height: 100%;
	background-color: rgba(white,1);
	transition: width 250ms ease;
}

*/





























.header {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	position: sticky;
	top: 0px;
	z-index: 1000;
	border-top: 0.5px solid #CCCCCC;
}

.head_box {
	max-width: 768px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-inline-start: 0.75rem;
	padding-inline-end: 0.75rem;
}

.head_button {
	display: inline-flex;
	line-height: 1.2;
	font-weight: bold;
	color: #000000;
	border-radius: 20px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-inline-start: 1.5rem;
	padding-inline-end: 1.5rem;
}

.footer {
	width: 100%;
	margin: 0 auto;
	background: #2E2E2E;
	position: relative;
	display: flex;
	color: #FFFFFF;
}

.foot_box {
	padding-top: 1.5rem;
	padding-bottom: 4rem;
	border-top: 1px solid #E0E0E0;
}

.error_input {
	background: rgb(255 157 157 / 14%) !important;
	border-color: rgb(255 125 125 / 70%) !important;
}

.none {
	display: none !important;
}

.checkbox, .radio {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#loading {
	position: absolute;
	z-index: 9999999999999999999999;
	top: 0px;
	width: 100%;
	height: 100%;
}

#loading_mask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 99999999;
	opacity: 0.8;
}

#loading_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999999999;
}

#loading_text {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #999;
	width: 100px;
	height: 30px;
	margin: -7px 0 0 -45px;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
}

#loading_content {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 170px;
	height: 170px;
	margin: -85px 0 0 -85px;
	border: 3px solid #F00;
}

#loading_content:after {
	content: "";
	position: absolute;
	border: 3px solid #0F0;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
}

#loading_content:before {
	content: "";
	position: absolute;
	border: 3px solid #00F;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}

#loading_content {
	border: 3px solid transparent;
	border-top-color: #4D658D;
	border-bottom-color: #4D658D;
	border-radius: 50%;
	-webkit-animation: loader 2s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 2s linear infinite;
}

#loading_content:before {
	border: 3px solid transparent;
	border-top-color: #D4CC6A;
	border-bottom-color: #D4CC6A;
	border-radius: 50%;
	-webkit-animation: loader 3s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
	animation: loader 3s linear infinite;
}

#loading_content:after {
	border: 3px solid transparent;
	border-top-color: #84417C;
	border-bottom-color: #84417C;
	border-radius: 50%;
	-webkit-animation: loader 1.5s linear infinite;
	animation: loader 1.5s linear infinite;
	-moz-animation: loader 2s linear infinite;
	-o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}