﻿/* ******************************
 mvp0000.css
 Jan-23-2023
****************************** */

#topbox {
	padding: 0;
}

section {
	font-size: 14px;
}

h3 {
	max-width: 600px;
	font-size: 24px;
	text-align: center;
	color: #036;
	background: transparent;
}

section {
	margin: 10px 0px 40px 0px;
}

table {
	width: 96%;
	max-width: 480px;
	margin: 10px auto 1px;
	border-collapse: collapse;
}

table caption {
	font-size: 13px;
	font-weight: normal;
	caption-side: top;
	text-align: left;
	line-height: 1.2;
	padding: 0.2em 0em;
}

table th {
	background: yellowgreen;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	padding: 0.5em 0.5em;
	line-height: 1;
}

table td {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	width: auto;
	padding: 0.5em 0em;
	line-height: 1;
}

table tr:nth-child(2n+1) td {
	background: #f8f8f8;
}

table tr:nth-child(2n) td {
	background: #f0f0f0;
}

table th:nth-child(4),
table td:nth-child(4) {
	min-width: 100px;
}

table th:nth-child(6),
table td:nth-child(6) {
	font-weight: bold;
}

table.col6ump {
	width: 98%;
	max-width: 360px;
}

table.col6ump th:nth-child(3),
table.col6ump td:nth-child(3) {
	width: 100px;
}

table.col6ump th:nth-child(4),
table.col6ump td:nth-child(4) {
	width: auto;
	min-width: 0px;
	font-weight: bold;
}

table.col6ump td:nth-child(6) {
	font-weight: normal;
}

table.col4 {
	width: 240px;
	max-width: 240px;
}

table.col4 th:nth-child(3),
table.col4 td:nth-child(3) {
	width: 100px;
}

table.col4 th:nth-child(4),
table.col4 td:nth-child(4) {
	width: auto;
	min-width: 0px;
	font-weight: bold;
}

table.col5 {
	width: 270px;
	max-width: 270px;
}

table.col5 th:nth-child(4),
table.col5 td:nth-child(4) {
	width: 100px;
}

table.col5 th:nth-child(5),
table.col5 td:nth-child(5) {
	font-weight: bold;
}

table.col7 td:nth-child(6) {
	font-weight: normal;
}

table.col7 th:nth-child(7),
table.col7 td:nth-child(7) {
	font-weight: bold;
}



@media screen and (min-width:600px) {

	/* ******************************

	Stylesheet:600px以上に適用

	****************************** */
	#mainbox1 {
		max-width: 600px;
	}
}

/* ------------------------------ */