@charset "utf-8";

/* はじめにページの表 */
.haj-tbl {
	color: #000;
	width: 640px;
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.6;
}

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

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

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

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

.hajime_i {
	width: 160px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

.hajime_p {
	width: 80px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.hajime_m {
	width: 100px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}