
.tab02 ul {
	justify-content: center;
}

/* ダウンロード
------------------------------------------------------------------*/

.contents .secBox table {
	background: #fff;
	width: 100%;
}
.contents tr:nth-child(even) {
	background: #fff;
}
.contents .secBox table th {
	background: #000;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 20px;
	vertical-align: middle;
}
.contents .secBox table th:last-child {
	border-right: 1px solid #000;
}
.contents .secBox table td {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 15px 20px;
	text-align: center;
	vertical-align: middle;
}
.contents .secBox table td:last-child {
	text-align: left;
}
.contents .secBox .material {
	color: #c80101;
	font-size: 160% !important;
	font-weight: bold;
	margin: 0 0 30px;
	text-align:center;
}
.contents .secBox .download {
	display: block;
	min-width: 3em;
	width: 35px;
	padding: 4px 0 1px 0;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	background-color: #dc0000;
	color: #fff;
	font-size: 90%;
}
.contents .secBox p.attention {
	color: #c80101;
	font-size: 100% !important;
}
