* {
	font-family: "MS PGothic",sans-serif;
	font-size: 100%;
	font-weight: normal;

	margin: 0 0 0 0;
}

strong {
	font-weight: bold;
}

a:link {
	color: #00e;
}
a:visited {
	color: #551b8c;
}
a:hover {
	color: #e00;
}
a:active {
	color: #ee0;
}

.aLink {
	text-decoration: underline;

	color: #00e;
}
.aLink:hover {
	color: #e00;
}

nav {
	position: relative;

	width: 100vw;
	height: 3rem;
	margin: 0 auto;

	text-align: center;
}

nav img {
	height: 3rem;
}

h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0.5rem;
}

hr {
	height: 1rem;

	border: none;
}

.icon,
.icon * {
	font-family:'noto color emoji','apple color emoji','segoe ui emoji','android emoji','emojisymbols','emojione mozilla','twemoji mozilla','segoe ui symbol',"MS PGothic",sans-serif;
}

.warning {
	font-size: 1.1rem;

	margin-top: 0.5rem;

	color: rgb(241, 41, 41);
}

.labelAndTextBox {
	display: table;

	margin-bottom: 0.5rem;

	border-spacing: 0.5rem;
	border-collapse: separate;
}

.labelAndTextBox dl {
	display: table-row;
}

.labelAndTextBox dt,
.labelAndTextBox dd {
	display: table-cell;

	vertical-align: middle;
}

.labelAndTextBox dt {
	padding-right: 0.5rem;
}

.labelAndTextBox label {
	display: block;

	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

label input {
	margin-right: 0.3rem;
}

.wrap {
	word-break: break-all;
}

.nowrap {
	white-space: nowrap;
}

.tableWrap {
	overflow: auto;

	width: fit-content;
	max-height: 80vh;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5rem;
	padding-top: 0.5rem;

	scrollbar-gutter: stable;
}

table {
	border-collapse: collapse;

	border-color: #000;
}

table th,
table td {
	padding: 0.5rem;
}

table caption,
table th,
table td {
	white-space: nowrap;
}

#center {
	position: relative;

	width: 100%;
	height: 100%;
}

#centerInner {
	width: max-content;
	height: -webkit-calc(100% - 4rem);
	height:         calc(100% - 4rem);
	padding-top: 4rem;

	text-align: center;
}

#centerInner > *:not(input):not(button):not(select):last-child {
	padding-bottom: 2rem;
}

#centerInner.top {
	position: fixed;
	top: 50%;
	left: 50%;

	height: auto;
	padding-top: 0;

	transform: translateY(-50%) translateX(-50%);
}

input {
	max-width: inherit;
}

.sizeAuto {
	width: auto;
}

.size30 {
	width: 30rem;
}

.size20 {
	width: 20rem;
	max-width: 100%;
}

.size10,
select {
	width: 10rem;
}

.size5,
input[type="number"] {
	width: 5rem;
}

.photo {
	width: 10vw;
	min-width: 10rem;
	max-width: 100%;
}

.photo5 {
	max-height: 5vh;
}

.sp {
	display: none !important;

	margin-bottom: 1rem;
}

.none {
	display: none !important;
}

.lineLogin {
	width: 70px;
	height: 20px;

	color: transparent;
	border: 0;
	background: url(../img/20dp/btn_login_base.png) left top no-repeat;
}

.lineLogin:hover {
	background: url(../img/20dp/btn_login_hover.png) left top no-repeat;
}

.lineLogin:active {
	background: url(../img/20dp/btn_login_press.png) left top no-repeat;
}

.body {
	padding-bottom: 3.5rem;
}

.overlayBase {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;

	width: 100vw;
	height: 100vh;

	background-color: rgba(0, 0, 0, 0.7);
}

.overlayInner {
	overflow-x: hidden;
	overflow-y: auto;

	box-sizing: border-box;
	width: max-content;
	max-width: 90vw;
	max-height: calc(100vh - 10.1rem - 4px);
	max-height: calc(100dvh - 10.1rem - 4px);
	margin: 1rem auto;
	padding: 1rem;

	color: #000;
	border: 20px solid #fff;
	border-radius: 20px;
	background-color: #fff;
}

.overlayInner div:has(button) {
	display: flex;

	flex-wrap: wrap;
	justify-content: space-evenly;
}

@media screen and (max-width: 980px) {
	.overlayInner {
		border: 10px solid #fff;
		max-width: 98vw;
		padding: 0.3rem;
	}
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 4rem;

	background-color: #fff;
}

.footer p {
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 480px) {
	* {
		max-width: 100%;
	}

	#centerInner {
		width: 100vw !important;
		max-height: 100vh;
	}

	#centerInner.top {
		position: unset;

		transform: none;
	}

	nav {
		height: auto;
		margin: 0 auto;
	}

	nav img {
		height: 12vh;
	}

	table {
		width: 100vw;
	}

	.tableWrap {
		max-height: none;
		margin-right: 0;
	}

	.tableWrap table {
		width: auto;
	}

	caption {
		max-width: 100vw;
	}

	.labelAndTextBox,
	.labelAndTextBox dl,
	.labelAndTextBox dt,
	.labelAndTextBox dd {
		display: block;
	}

	.labelAndTextBox dt,
	.labelAndTextBox dd {
		max-width: 95% !important;
		margin-bottom: 0.2rem;
		padding-right: 0;

		text-align: center !important;
	}
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.lineLogin {
		width: 110px;
		height: 32px;

		background: url(../img/32dp/btn_login_base.png) left top no-repeat;
	}

	.lineLogin:hover {
		background: url(../img/32dp/btn_login_hover.png) left top no-repeat;
	}

	.lineLogin:active {
		background: url(../img/32dp/btn_login_press.png) left top no-repeat;
	}

	input {
		max-width: 90%;
	}
}
