h3 span {
	font-size: 60%;
}
#contents > div {
	background: #fff;
}
#contents .inner {
	padding :30px 20px 30px 20px;
	margin-top: 60px;
}
#contents h4.subTitle {
	font-size: 180%;
	font-weight: bold;
	padding: 0 0px 23px 0px;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #aaa;
}
#contents p a {
	color: #0015ff;
	font-size: 100%;
}
#contents #tabMenu {
	border-bottom: 1px solid #fff;
}
#contents #tabMenu li {
	border-bottom: none;
}
span.line2{
	padding: 11px 0;
}
/* ダウンロード
------------------------------------------------------------------*/
#contents .inner .material {
	color: #c80101;
	font-size: 160% !important;
	font-weight: bold;
	margin: 0 0 30px;
	text-align:center;
}
#contents .inner table {
	background: #fff;
	width: 100%;
}
#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 table td a {
	text-decoration: underline;
	color: #0015ff;
}
#contents .inner table td a:hover {
	text-decoration: none;
}
#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;
}
