@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
img {
	vertical-align: bottom3;
}
body {
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	letter-spacing: 0.01em;
	width: 100%;
	line-height: 1.5em;
	word-break: break-all;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, li {
	list-style: none;
}
ul {
	margin-top: 20px;
	margin-left: 10px;
}
li {
	margin-bottom: 10px;
	font-size: 1.2em;
}
@media(max-width:768px) {
p {
	font-size: 14px;
}
h3 {
	font-size: 20px;
}
}
header {
	padding: 10px 0;
	background: #000;
	color: #ffffff;
	border-bottom: 5px solid #aa0000;
	margin-bottom: 30px;
	text-align: center;
}
footer {
	background: #cccccc;
	text-align: center;
	padding: 30px;
}

@media (max-width: 768px) {
h1 {
	padding: 5px 15px;
}
}
h2 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.5em;
	color: #aa0000;
}
@media (max-width: 768px) {
h2 {
	font-size: 26px;
}
}
h3 {
	margin-bottom: 10px;
	font-weight: normal;
	background: #eee;
	padding: 15px;
	border-left: 10px solid #aa0000;
}
#wrapper {
	margin: 0 auto 30px;
	padding: 0 15px;
}
.category {
	padding: 25px 0;
}
.fileList {
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
}
.fileList th {
	border-bottom: 2px solid #ddd;
}
.fileList th, .fileList td {
	padding: 8px;
	text-align: left;
}
.fileList td {
	vertical-align: top;
	padding-top: 20px;
}
.ttl {
	width: 50%;
}
.fileName {
	font-size: 80%;
	color: #000;
}
.sublink {
	font-size: 20px;
	margin-top: 20px;
}

@media (min-width: 769px) {
#wrapper {
	width: 960px;
}
}
@media(max-width:768px) {
.fileList {
	font-size: 14px;
}
footer {
	font-size: 12px;
}
.sublink {
	font-size: 16px;
	margin-top: 20px;
}
}