html, body{
	height:100%;
	font-size:10pt;
	margin: auto;
	overflow: visible;
	width: 100%;
	background-color: white;
	padding-top: 35px;
	bottom: 200px;
}
header{
	text-align: left;
	position:fixed;
	top: 0px;
	height: 57px;
	background: deepskyblue;
	color:#fff;
	width: 100%;
	margin: auto;
	float: left;
	z-index: 1;
}

a:hover.nondeco {
	background: none;
}
footer{
	width: 100%;
	line-height: 10pt;
	position:fixed;
	bottom: 0px;
	height:auto;
	background-color: deepskyblue;
	color:#fff;
	text-align: center;
	padding-top: 10px;
	margin: auto;
}
#kensaku, #btn_seiki, #btn_reset, #btn-onoff {
	font-size: 8pt;
	float: left;
	z-index: 10;
}
#kensaku {
	width: 180px;
	height: 16px;
	left: auto;
}

#targetspace {
	/* ヘッダーの高さに応じて適宜調整してください */
	padding-top: 55px;
	/* フッターの高さに応じて適宜調整してください */
	padding-bottom: 2px;
	width: 100%;
	margin: auto;
}
#parentElement {
	font-size: 8pt;
	background-color: white;
	height: 70px;
}
#output table {
	border-collapse: separate;
    border-spacing: 0px;
}
#output table thead tr {
	background-color: skyblue;
	font-size: 9pt;
	position: sticky;
	top: 125px;
	left: 0px;
	z-index: 0;
}
#outoput tbody tr {
	top: 43px;
}
table:nth-child(2){
	top: 100px;
	font-size: 20pt;
}
table tr:nth-child(even) {
	background-color: rgb(240, 234, 231);
	border-top:rgb(14, 13, 13);
}
table th, tr, td {
	font-size: 8pt;
	text-align: center;
	word-break: break-word;
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse;
	border-bottom: 1px solid #f7b977;
	border-left: 1px solid #f7b977;
    border-spacing: 0px;
	table-layout: fixed;
    margin: 0 0 -1px;
}
table tr td:nth-of-type(1), th:nth-of-type(1) {
	width: 12%;
}
table tr td:nth-of-type(2), th:nth-of-type(2) {
	width: 40%;
}
table tr td:nth-of-type(2) {
	text-align: left;
}
table tr td:nth-of-type(5), th:nth-of-type(5) {
	width: 15%;
}
table tr td:nth-of-type(5) {
	font-size: 6pt;
}
table tr td:nth-of-type(6), th:nth-of-type(6) {
	width: 22%;
	border-right: 1px solid #f7b977;
}
table tr th:nth-of-type(3), table tr th:nth-of-type(4), table tr th:nth-of-type(7), table tr th:nth-of-type(8), table tr th:nth-of-type(9), table tr th:nth-of-type(10), table tr th:nth-of-type(11)    {
	display: none;   
}
table tr td:nth-of-type(3), table tr td:nth-of-type(4), table tr td:nth-of-type(7), table tr td:nth-of-type(8), table tr td:nth-of-type(9), table tr td:nth-of-type(10), table tr td:nth-of-type(11)    {
	display: none;   
}
tr:hover {
	background-color: papayawhip;
}
.tr-nohover {
	pointer-events: none;
}
/* ▼ハイライト部分の装飾 */
span.mark1 { background-color: darkblue; color: white;} /* 黄色ハイライト用 */
span.mark2 { background-color: darkgreen; color: white;}   /* 緑色ハイライト用 */
span.mark3 { background-color: darkmagenta; color: white;}   /* 水色ハイライト用 */ 

.ppp {
    font-size: 24px;
    font-weight: bold;
}
.ppp_pc {
	display: none;
}
.ppp_sp {
	font-size: 10pt;
}
.ppp_sp_orikaeshi {
	display: none;
}
th.sort-asc::after {
	content: '🔼';
}
th.sort-desc::after {
	content: '🔽';
}
.copywrite {
	display: none;
}

@media (min-width: 768px) {
	html, body, header, footer {
		width: 768px;
	}
	header {
		height: 45px;
	}
	.ppp {
		font-size: 20px;
	}
	.ppp_pc {
		display: flex;
		font-size: 10pt;
		line-height: 11pt;
	}
	.ppp_sp {
		display: none;
	}
	img {
		width: 367px;
		height: 44px;
	}
	.copywrite {
		display: block;
	}
	.controlpane {
		display: none;
	}
	#targetspace {
		padding-top: 0px;
		/* フッターの高さに応じて適宜調整してください */
		padding-bottom: 120px;
	}
	.content {
		/* ヘッダーの高さに応じて適宜調整してください */
		padding-top: 34px;
		/* フッターの高さに応じて適宜調整してください */
		padding-bottom:130px;
	}
	#parentElement {
		padding-top: 0px;
		height: 50px;
		background-color: white;
		z-index: 1;
	}
	#childElement {
		top: 140px;
	}
	#output {
		/* ヘッダーの高さに応じて適宜調整してください */
		padding-top: 0px;
	}
	#output table {
		padding-top: 10px;
		border-collapse: separate;
		border-spacing: 0px;
	}
	#outoput tbody tr {
		top: 140px;
	}
	#output table thead tr {
		top: 125px;
		left: 0px;
		z-index: 0;
	}
	#output table thead tr {
		top: 80px;
		height: 50px;
	}
	table tr td:nth-of-type(1), th:nth-of-type(1) {
		width: 8%;
	}
	table tr td:nth-of-type(2), th:nth-of-type(2) {
		width: 28%;
	}
	table tr td:nth-of-type(3), th:nth-of-type(3), table tr td:nth-of-type(4), th:nth-of-type(4) {
		width: 4%;
	}
	table tr td:nth-of-type(5), th:nth-of-type(5) {
		width: 8%;
	}
	table tr td:nth-of-type(5) {
		font-size: 6pt;
	}
	table tr td:nth-of-type(6), th:nth-of-type(6), table tr td:nth-of-type(7), th:nth-of-type(7) {
		width: 11%;
		border-right: 0px solid #f7b977;
	}
	table tr td:nth-of-type(8), th:nth-of-type(8) {
		width: 7%;
	}
	table tr td:nth-of-type(9), th:nth-of-type(9), table tr td:nth-of-type(10), th:nth-of-type(10), table tr td:nth-of-type(11), th:nth-of-type(11) {
		width: 3%;
	}
	table tr td:nth-of-type(11), th:nth-of-type(11) {
		border-right: 1px solid #f7b977;
	}
	table tr th:nth-of-type(3), table tr th:nth-of-type(4), table tr th:nth-of-type(7), table tr th:nth-of-type(8), table tr th:nth-of-type(9), table tr th:nth-of-type(10), table tr th:nth-of-type(11)    {
		display: table-cell;   
	}
	table tr td:nth-of-type(3), table tr td:nth-of-type(4), table tr td:nth-of-type(7), table tr td:nth-of-type(8), table tr td:nth-of-type(9), table tr td:nth-of-type(10), table tr td:nth-of-type(11)    {
		display: table-cell;   
	}
}
