@charset "utf-8";

.file-tbl {
	width: 640px;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	border-radius: 10px;
	border-collapse: collapse;
}

.file-tbl td, .file-tbl th {
	border: 1px solid #888;
}

.file-tbl tr:nth-child(odd) {
	background-color: #ededed;
}

.file-tbl tr:nth-child(even) {
	background-color: #e0e0e0;
}

/* ファイルナンバー */
.file_no {
	width: 20px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* ファイル名称 */
.file_name {
	width: 200px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

/* ファイル名称 其の他 */
.file_name_sonota {
	width: 210px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

/* 入手場所 */
.file_place {
	width: 280px;
	padding: 10px;
	font-size: 14px;
}

/* 入手場所 其の他*/
.file_place_sonota {
	width: 270px;
	padding: 10px;
	font-size: 14px;
}

/* 入手時期 */
.file_time {
	width: 70px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

/* 入手時期 其の他 */
.file_time_sonota {
	width: 70px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

/* リンクはすべて太字に */
.file-tbl a {
	font-weight: bold;
}

.file-tbl a:link {
	color: #4384a6;
}

.file-tbl a:visited {
	color: #216284;
}

.file-tbl a:hover {
	color: #65a6c8;
}