b {
	display: inline !important;

}

.ttl {
	color: red;
	margin-bottom: 1em;
}


.table  {
	width: 514px;
	font-size: 13px;
	margin-top: 5px;
}

.table table {
	width: 490px;
	margin-left: 11px;
	margin-bottom: 15px;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

.table thead th {
	text-align: left;
}

.table th,
.table td {
	color: #6a6a6a;
	padding: 5px;
	text-align: center;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.table th {
	width: 5em;
	background-color: #9a9a9a;
	color: #fff;
	font-weight: normal;
}

.table tr:last-of-type td {
	text-align: left;
}

.table ul {
	padding-left: 1.5em;
}

.table ul ~ ul {
	list-style: none;
	padding-left: 0;
}

.table ul li {
	margin-bottom: 1em;
}

.info {
	padding: 1em;
	background-color: lightblue;
}

@media handheld, only screen and (max-width: 767px) {

	.table {
		width: 100%;
	}

	.table table {
		width: 100%;
		margin-left: 0;
	}
}