#contents .inner {
	padding :30px 20px 30px 20px;
	margin-top: 110px;
	background: #fff;
}
/* ダウンロード
------------------------------------------------------------------*/

#contents .inner table {
	background: #fff;
	width: 100%;
}
#contents tr:nth-child(even) {
	background: #fff;
}
#contents .inner table th {
	background: #000;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 20px;
	vertical-align: middle;
}
#contents .inner table th:last-child {
	border-right: 1px solid #000;
}
#contents .inner 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 .inner table td:last-child {
	text-align: left;
}
#contents .inner .material {
	color: #c80101;
	font-size: 160% !important;
	font-weight: bold;
	margin: 0 0 30px;
	text-align:center;
}
#contents .inner .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 .inner p.attention {
	color: #c80101;
	font-size: 100% !important;
}
