body {
	margin: 0;
	padding: 0;
}

* {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.page-header {
	display: block;
	position: fixed;
	height: 48px;
	width: 100vw;
	top: 0;
	left: 0;
	background-color: white;
	padding: 0;
	margin: 0;
	z-index: 200;
}

.page-header__inner {
	display: block;
	position: relative;
	width: 100%;
	height: 24px;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
}

.page-header__title {
	display: inline-block;
	position: relative;
	background-image: url('/materials/header-logo.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	margin-left: 50px;
	vertical-align: middle;
}

.page-header__username {
	display: inline-block;
	position: relative;
	height: 24px;
	line-height: 24px;
	top: 0;
}

.page-header__time {
	display: inline-block;
	position: absolute;
	right: 20px;
	height: 24px;
	line-height: 24px;
}

.header-spacer {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
}

h1 {
	display: block;
	position: relative;
	width: 100%;
	height: 24px;
	background-color: dimgray;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

h1:after {
	content: ' | OASIS';
}

h2 {
	width: 100%;
}

.content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.basic-form {
	display: block;
	position: relative;
	margin: 0 auto;
}

.input-box {
	display: flex;
	justify-content: left;
	margin: 10px auto;
	background-color: whitesmoke;
}

.input-label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: lightgray;
	min-width: 250px;
	text-align: center;
	margin-right: 5px;
}

.input-box input {
	min-width: 220px;
}

.input-box input[type="radio"] {
	min-width: 30px;
}

.input-box input[type="checkbox"] {
	min-width: 30px;
}

input {
	padding: 5px;
}

select {
	padding: 5px;
}

textarea {
	padding: 5px;
}

.submit-button {
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	color: white;
	text-align: center;
	border: none;
	border-radius: 5px;
	user-select: none;
}

.submit-button:active {
	box-shadow: 0 0 10px black inset;
}

.submit-button:hover {
	box-shadow: 0 0 10px lightgray;
}

.blue {
	background-color: royalblue;
}

.orange {
	background-color: orange;
}

.gold {
	background-color: gold;
}

.gray {
	background-color: darkgray !important;
	color: white !important;
}

.light-button {
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	color: black;
	text-align: center;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	background-color: lightblue;
	width: max-content;
	user-select: none;
}

.light-button:active {
	box-shadow: 0 0 10px dodgerblue inset;
}

.light-button:hover {
	box-shadow: 0 0 10px lightgray;
}

.form-title {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	border-left: solid 10px orange;
	padding: 10px;
	font-weight: bold;
}

.vendor-button {
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	color: white;
	text-align: center;
	border: none;
	border-radius: 5px;
	user-select: none;
	font-size: 36px;
	font-weight: bold;
	margin: 10px;
}

.vendor-button:active {
	box-shadow: 0 0 10px black inset;
}

.vendor-button:hover {
	box-shadow: 0 0 10px lightgray;
}

.vendor-type {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 36px;
	font-weight: bold;
	color: red;
}
