@charset "utf-8";

.header_wrap {
	margin-bottom: 30px;
}

.subject {
	margin-bottom: 55px;
}

.subject p {
	margin-bottom: 27px;
}

.subject p.lead {
	margin-bottom: 4px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

tr.last { border-bottom: 1px solid #ccc; }

th {
	background-color: #e5e5e5;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 123%;
	border: 1px solid #ccc;
	width: 193px;
}

td {
	padding: 10px 20px;
	border-top: none;
	border-bottom: 1px dotted #ccc;
}

td a span {
	background: #0081cc;
	color: #fff;
	font-size: 77%;
	margin-right: 5px;
	padding: 0 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.point ul {
	margin-bottom: 27px;
}

.point li {
	font-size: 92%;
	letter-spacing: -0.05em;
	text-indent: -1em;
	margin-left: 1em;
}

@media only screen and (max-width: 705px) {
	
	.header_wrap { margin-bottom: 12px; }
	
	th {
		width: 70px;
		font-weight: normal;
		font-size: 100%;
	}
	
	.ttl001,
	.ttl002 { font-size: 100%; }
	
	
}












