*:focus {
	outline: none;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #303030;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

button a:hover {
	text-decoration: none;
}

div, p, input, select, textarea, button, td {
	box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"], select, textarea {
	width: 100%;
	padding: 5px;
	background-color: #fff;
	font-size: 1.2em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	border: 1px solid #909090;
	border-radius: 3px;
}

input[type="checkbox"], input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #909090;
	border-radius: 3px;
}

input[type="radio"] {
	margin: 0px;
}

input[type="file"] {
	font-size: 0.8em;
}

textarea {
	height: 100px;
}

hr {
	margin: 20px 0px;
	border: none;
	border-top: 1px solid #707070;
}

hr.dot {
	border-top: 1px dotted #707070;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

ul {
	margin: 0px;
}

button {
cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.f06 {
	font-size: 0.6em;
}

.f08 {
	font-size: 0.8em;
}

.f09 {
	font-size: 0.9em;
}

.f12 {
	font-size: 1.2em;
}

.f14 {
	font-size: 1.4em;
}

.f16 {
	font-size: 1.6em;
}

.f18 {
	font-size: 1.8em;
}

.finger {
cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

.sp {
	display: none;
}

.fw {
	width: 100%;
}

.w70 {
	width: 70px !important;
}

.w300 {
	width: 95%;
	max-width: 300px;
	margin: 0px auto;
}

.w400 {
	width: 95%;
	max-width: 400px;
	margin: 0px auto;
}

.ww {
	width: 95%;
	max-width: 900px;
	margin: 0px auto;
}

.nw {
	width: 95%;
	max-width: 600px;
	margin: 0px auto;
}

.uw {
	width: unset !important;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.b40 {
	margin-bottom: 40px;
}

.t5 {
	margin-top: 5px;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.btn01 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #489f48;
	border-radius: 3px;
	background-color: #489f48;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn01:hover {
	background-color: #fff;
	color: #489f48;
}

.btn02 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #607d8b;
	border-radius: 3px;
	background-color: #607d8b;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn02:hover {
	background-color: #fff;
	color: #607d8b;
}

.btn03 {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #607d8b;
	border-radius: 3px;
	background-color: #607d8b;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn03:hover {
	background-color: #fff;
	color: #607d8b;
}

.btn04 {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	background-color: #c0c0c0;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn05 {
	padding: 3px 5px;
	border: 1px solid #607d8b;
	border-radius: 3px;
	background-color: #607d8b;
	color: #fff;
	transition-duration: 0.3s;
}

.btn05:hover {
	background-color: #fff;
	color: #607d8b;
}

.dspn {
	display: none;
}

.dspb {
	display: block;
}

.dspib {
	display: inline-block;
}

.dspg {
	display: grid;
}

.dspig {
	display: inline-grid;
}

.gtc11 {
	grid-template-columns: 1fr 1fr;
}

.gtc21 {
	grid-template-columns: 2fr 1fr;
}

.gtca1 {
	grid-template-columns: auto 1fr;
}

.gtc1a {
	grid-template-columns: 1fr auto;
}

.gtcaa {
	grid-template-columns: auto auto;
}

.gtc400400 {
	grid-template-columns: 400px 400px;
}

.gtc400400400 {
	grid-template-columns: 400px 400px 400px;
}

.gtc11a {
	grid-template-columns: 1fr 1fr auto;
}

.gtc111 {
	grid-template-columns: repeat(3, 1fr);
}

.gtc1111 {
	grid-template-columns: repeat(4, 1fr);
}

.gtca1a1a {
	grid-template-columns: auto 1fr auto 1fr auto;
}

.gtca1a1 {
	grid-template-columns: auto 1fr auto 1fr;
}
.gtc1a1a1 {
	grid-template-columns: 1fr auto 1fr auto 1fr;
}

.gtc1a1a1a {
	grid-template-columns: 1fr auto 1fr auto 1fr auto;
}

.gtcaaaa {
	grid-template-columns: repeat(4, auto);
}

.gg10 {
	grid-gap: 10px;
}

.gg5 {
	grid-gap: 5px;
}

.pic {
	place-items: center;
}

.aic {
	align-items: center;
}

.asc {
	align-self: center;
}

#wrapper {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr auto;
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 5px;
	text-align: center;
}

.head_link {
	display: inline-block;
	min-width: 150px;
	margin: 0px 5px;
	padding: 5px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	transition-duration: 0.3s;
}

.head_link:hover {
	background-color: #f0f0f0;
}

#header img {
}

#main {
	padding: 15px 0px;
}

#footer {
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
	background-color: #303030;
}

.request_table th, .request_table td {
	border: 1px solid #c0c0c0;
	white-space: nowrap;
	width: 1px;
	text-align: center;
	padding: 7px 0px;
	font-size: 0.8em;
}

.request_table th {
	position: sticky;
	top: 0;
	background-color: #303030;
	color: #fff;
}

.process_done td {
	background-color: #707070;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 99;
	overflow-y: scroll;
}

.modal_inner {
	width: 95%;
	max-width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
}

.modal_title {
	padding: 3px 5px;
	background-color: #607d8b;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
}

.order_form {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px;
}

.user_table {
	width: 100%;
	background-color: #fff;
}

.user_table tr:first-child {
	position: sticky;
	top: 0;
	left: 0;
}

.user_table th, .user_table td {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

.user_table th {
	background-color: #fff4d6;
}

.user_table th:last-child {
	border-right: 1px solid #c0c0c0;
}

.user_table td:last-child {
	border-right: 1px solid #c0c0c0;
}

.user_table tr:first-child th {
	border-top: 1px solid #c0c0c0;
}

.add_and_edit {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	overflow: auto;
}

.user_table_wrap {
	height: calc(100vh - 370px);
	overflow-y: auto;
}

.user_table_wrap.card {
	height: calc(100vh - 410px);
}

.ctrl_header {
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto;
	grid-gap: 5px;
	align-items: center;
}

.title2 {
	margin-left: 20px;
}

.content_wrap {
	background-color: #daf3ff;
	border-radius: 5px;
	padding: 15px;
}

@media only screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	
	.ctrl_header {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-gap: 5px;
		align-items: center;
	}
	
	.content_wrap {
		padding: 15px 5px;
	}
	
	.title1 {
		font-size: 0.8em;
	}

	.title2 {
		margin-left: 0px;
		font-size: 0.8em;
	}
	
	.user_table {
		font-size: 0.7em;
	}
	
	.user_table button {
		font-size: 0.6em;
	}
	
	.user_table th, .user_table td {
		padding: 5px 1px;
	}
	
	.order_form {
		display: block;
	}
	
	.partition {
		margin: 5px 0px;
	}
}