/* common */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	font-family: "consolas", Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 90%;
	margin: 0 auto 120px;
	min-width: 640px;
}

header {
	box-sizing: border-box;
	margin: 0 auto;
}
.header-inner {
	display: flex;
	align-items: center;
	min-width: 420px;
	height: 60px;
	margin: 0 auto;
	font-size: 1.2em;
}
.header-nav-list {
	display: inline-block;
}
.header-nav-item {
	float: left;
	padding: 0.5em 1.5em;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	list-style: none;
}
.header-nav-item a {
	text-decoration: none;
}
.select {
	color: #00f;
}
.header-nav-item:hover {
	background: #b2dbf6;
}
@media screen and (max-width: 480px) {
	.header-nav-list {
		display: none;
	}

	.header-nav {
		margin: 0 0 0 auto;
	}
}
.logo img {
	width: 100px;
	margin-right: 1em;
}

h1 {
	margin: 1em 0;
	text-align: center;
	font-size: 2.5rem;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
		"Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	padding: 0.25em 0.5em;
	color: #555;
	background: transparent;
	border-left: solid 10px #7db4e6;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
		"Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}

table th,
table td {
	padding: 1rem 2rem;
	text-align: left;
	border-bottom: 1px solid #ddd;
	min-width: 4em;
	max-width: 16em;
}
table th {
	font-weight: normal;
	font-size: 0.875rem;
	color: #666;
	position: sticky;
	top: 0;
}
table tr.equip th {
	background: #cfc;
}
table tr.standard th {
	background: #fc9;
}
table tr {
	cursor: pointer;
}
table tr:hover {
	background-color: #b2dbf6;
}

.highlight {
	font-weight: bold;
	background-color: Yellow;
}

form {
	margin: 0.5em 0;
	text-align: right;
}

input[type="text"],
input[type="button"],
input[type="reset"] {
	padding: 0.5em 1em;
}

.report {
	position: relative;
	height: 0;
	padding-top: 60%;
	margin: 0 auto;
}
.report iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list1 {
	margin-left: 2em;
}
