@charset "UTF-8";
/* sp(350px) */

#pageTable table tbody tr td:nth-of-type(1) {
	white-space: nowrap;
	font-weight: bold;
}
#pageTable table th,
#pageTable table td {
	padding: .7em 1.2em;
}

#pageTable table thead {
	border-block-start: 0px solid #000;
	border-block-end: 0px solid #000;
	border-inline-start: 0px solid #000;
	border-inline-end: 0px solid #000;
}
#pageTable table thead th {
	border-block-start: 0px solid #000;
	border-block-end: 0px solid #000;
	border-inline-start: 0px solid #000;
	border-inline-end: 1px solid #000;
}
#pageTable table thead th:nth-of-type(n + 2) {
	border-block-start: 1px solid #000;
}

#pageTable table tbody {
	border-block-start: 1px solid #000;
	border-block-end: 0px solid #000;
	border-inline-start: 1px solid #000;
	border-inline-end: 0px solid #000;
}
#pageTable table tbody td {
	border-block-start: 0px solid #000;
	border-block-end: 1px solid #000;
	border-inline-start: 0px solid #000;
	border-inline-end: 1px solid #000;
}

#tbl_pc {
	display: none;
}
/* #tbl_sp1 */
#tbl_sp1 table thead tr th:nth-of-type(3),
#tbl_sp1 table thead tr th:nth-of-type(4) {
	display: none;
}
#tbl_sp1 table tbody tr td:nth-of-type(3),
#tbl_sp1 table tbody tr td:nth-of-type(4) {
	display: none;
}
/* #tbl_sp2 */
#tbl_sp2 {
	margin-block-start: 2em;
}
#tbl_sp2 table thead tr th:nth-of-type(2),
#tbl_sp2 table thead tr th:nth-of-type(4) {
	display: none;
}
#tbl_sp2 table tbody tr td:nth-of-type(2),
#tbl_sp2 table tbody tr td:nth-of-type(4) {
	display: none;
}
/* #tbl_sp3 */
#tbl_sp3 {
	margin-block-start: 2em;
}
#tbl_sp3 table thead tr th:nth-of-type(2),
#tbl_sp3 table thead tr th:nth-of-type(3) {
	display: none;
}
#tbl_sp3 table tbody tr td:nth-of-type(2),
#tbl_sp3 table tbody tr td:nth-of-type(3) {
	display: none;
}
#tbl_sp3 table tbody tr td.del {
	display: table-cell;
}


@media handheld, print, screen and (min-width: 480px) {
/* tablet */





/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

#tbl_pc {
	display: block;
}
table tbody tr td.del {
	display: none;
}


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 900px) {
/* pc */



/* end of media query(pc) */
}