@charset "utf-8";

/* 誤植表 */
.g-tbl {
	color: #000;
	width: 640px;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.6;
}

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

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

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

.g-tbl th {
	background-color: #292929;
	padding: 5px;
	color: #efefef;
	font-size: 12px;
	text-align: center;
}

/* ページ数 */
.page_no {
	text-align: right;
	width: 50px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

/* 誤植内容 */
.miss_nai {
	width: 550px;
	padding: 10px;
	font-size: 16px;
}