﻿/*******************************
recordT.css
Nov-27-2023
*******************************/

/* ------------------------------ */
#mainbox1 {
	font-size: 10px;
}

#mainbox1 h3 {
	background: #060;
	color: #fff;
}

#mainbox1 section {
	margin: 10px 0px 30px;
}

/* ------------------------------ */
#mainbox1 table {
	font-size: 1em;
	border-collapse: separate;
	border-spacing: 0;
	width: 96%;
	max-width: 360px;
	margin: 0 auto 10px 2%;
	border: solid 3px #060;
}

#mainbox1 table caption {
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding: 0.1em 0.2em;
}

#mainbox1 table th,
#mainbox1 table td {
	font-size: 1.4em;
}

#mainbox1 table th {
	padding: 0.25em;
}

#mainbox1 table th {
	background: #060;
	color: #fff;
}

#mainbox1 table td {
	border-bottom: solid 1px #9c9;
	border-right: solid 1px #9c9;
	width: auto;
}

#mainbox1 table tr:last-child td {
	border-bottom: none;
}

#mainbox1 table td:nth-last-child(2),
#mainbox1 table td:nth-last-child(1) {
	border-right: none;
}

#mainbox1 table th:nth-child(1),
#mainbox1 table td:nth-child(1) {
	display: none;
}

#mainbox1 table th:nth-child(2),
#mainbox1 table td:nth-child(2) {
	width: 22%;
	text-align: center;
}

#mainbox1 table td:nth-child(2) {
	font-size: 16px;
	font-weight: bold;
}

#mainbox1 table th:nth-child(3),
#mainbox1 table td:nth-child(3) {
	display: none;
}

#mainbox1 table th:nth-child(4),
#mainbox1 table td:nth-child(4) {
	display: none;
}

#mainbox1 table th:nth-child(5),
#mainbox1 table td:nth-child(5) {
	width: 14%;
}

#mainbox1 table th:nth-child(6),
#mainbox1 table td:nth-child(6),
#mainbox1 table th:nth-child(7),
#mainbox1 table td:nth-child(7),
#mainbox1 table th:nth-child(8),
#mainbox1 table td:nth-child(8) {
	width: 14%;
}

#mainbox1 table th:nth-child(9),
#mainbox1 table td:nth-child(9) {
	width: 22%;
}

#mainbox1 table th:nth-child(10),
#mainbox1 table td:nth-child(10) {
	display: none;
}

/* -------- */
#mainbox1 table td {
	text-align: right;
	padding: 0.5em 0.5em 0.5em 0.25em;
	color: #000;
}

/* ------------------------------ */
#mainbox1 table a {
	color: #333;
	text-decoration: underline;
}

#mainbox1 table a:hover {
	color: #008000;
	text-decoration: underline;
}

/* ------------------------------------------------------------ */
#mainbox1 dl {
	width: 96%;
	margin: 10px auto 10px 2%;
	padding: 0px;
}

#mainbox1 dl dt {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	line-height: 1.41;
}

#mainbox1 dl dd {
	margin: auto auto auto 1em;
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	line-height: 1.41;
}

#mainbox1 dl dd span.new {
	font-weight: bold;
	color: #000000;
}

/* ------------------------------------------------------------ */
@media screen and (min-width:480px) {
	#mainbox1 table {
		max-width: 480px;
	}

	#mainbox1 table th:nth-child(1),
	#mainbox1 table td:nth-child(1) {
		display: none;
	}

	#mainbox1 table th:nth-child(2),
	#mainbox1 table td:nth-child(2) {
		width: 13%;
	}

	#mainbox1 table th:nth-child(3),
	#mainbox1 table td:nth-child(3) {
		display: table-cell;
		width: 28%;
	}

	#mainbox1 table td:nth-child(3) {
		text-align: left;
	}

	#mainbox1 table th:nth-child(4),
	#mainbox1 table td:nth-child(4) {
		display: table-cell;
		width: 9%;
	}

	#mainbox1 table th:nth-child(5),
	#mainbox1 table td:nth-child(5) {
		width: 9%;
	}

	#mainbox1 table th:nth-child(6),
	#mainbox1 table td:nth-child(6),
	#mainbox1 table th:nth-child(7),
	#mainbox1 table td:nth-child(7),
	#mainbox1 table th:nth-child(8),
	#mainbox1 table td:nth-child(8) {
		width: 9%;
	}

	#mainbox1 table th:nth-child(9),
	#mainbox1 table td:nth-child(9) {
		width: 14%;
	}
}

@media screen and (min-width:600px) {

	/* ******************************
	for iPhone6/7/8 landscape, iPad
	****************************** */
	#mainbox1 table {
		max-width: 96%;
	}

	#mainbox1 table caption {
		font-size: 1.8em;
	}

	#mainbox1 table th:nth-child(1),
	#mainbox1 table td:nth-child(1) {
		display: table-cell;
		width: 26%;
		text-align: left;
		font-weight: bold;
	}

	#mainbox1 table th:nth-child(2),
	#mainbox1 table td:nth-child(2) {
		display: none;
	}

	#mainbox1 table th:nth-child(3),
	#mainbox1 table td:nth-child(3) {
		display: table-cell;
		width: 21%;
	}

	#mainbox1 table td:nth-child(3) {
		text-align: left;
	}

	#mainbox1 table th:nth-child(4),
	#mainbox1 table td:nth-child(4) {
		display: table-cell;
		width: 8%;
	}

	#mainbox1 table th:nth-child(5),
	#mainbox1 table td:nth-child(5) {
		width: 8%;
	}

	#mainbox1 table th:nth-child(6),
	#mainbox1 table td:nth-child(6),
	#mainbox1 table th:nth-child(7),
	#mainbox1 table td:nth-child(7),
	#mainbox1 table th:nth-child(8),
	#mainbox1 table td:nth-child(8) {
		width: 8%;
	}

	#mainbox1 table th:nth-child(9),
	#mainbox1 table td:nth-child(9) {
		width: 12%;
	}

	#mainbox1 table th:nth-child(10),
	#mainbox1 table td:nth-child(10) {
		display: none;
	}
}

@media screen and (min-width:960px) {

	/* ******************************
	for PC
	****************************** */
	#mainbox1 table {
		max-width: 960px;
	}

	#mainbox1 table th:nth-child(1),
	#mainbox1 table td:nth-child(1) {
		display: table-cell;
		width: 22%;
		text-align: left;
	}

	#mainbox1 table th:nth-child(2),
	#mainbox1 table td:nth-child(2) {
		display: none;
	}

	#mainbox1 table th:nth-child(3),
	#mainbox1 table td:nth-child(3) {
		display: table-cell;
		width: 15%;
	}

	#mainbox1 table td:nth-child(3) {
		text-align: left;
	}

	#mainbox1 table th:nth-child(4),
	#mainbox1 table td:nth-child(4) {
		display: table-cell;
		width: 5%;
	}

	#mainbox1 table th:nth-child(5),
	#mainbox1 table td:nth-child(5) {
		width: 6%;
	}

	#mainbox1 table th:nth-child(6),
	#mainbox1 table td:nth-child(6),
	#mainbox1 table th:nth-child(7),
	#mainbox1 table td:nth-child(7),
	#mainbox1 table th:nth-child(8),
	#mainbox1 table td:nth-child(8) {
		width: 6%;
	}

	#mainbox1 table th:nth-child(9),
	#mainbox1 table td:nth-child(9) {
		width: 8%;
	}

	#mainbox1 table th:nth-child(10),
	#mainbox1 table td:nth-child(10) {
		display: table-cell;
		text-align: left;
		width: 26%;
	}


	#mainbox1 table td:nth-last-child(2) {
		border-right: 1px solid #9c9;
	}











}

/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */