.thw {
	width: 4em;
}

h5 {
	font-size: 13px;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #7a7a7a;
	margin-bottom: 10px;
	margin-left: 0;
}

h6 {
	font-size: 16px;
	color: #7a7a7a;
	font-weight: normal;
	margin-left: 15px;
}

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

.table table {
	width: 100%;
	color: #6a6a6a;
	margin-bottom: 15px;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

.table th {
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

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

.table-1 tr:nth-of-type(2) td {
	border-bottom: none;
}

.table-1 tr:nth-of-type(3) td {
	border-top: 1px dashed #c6c6c6;
}

.table .dashed {
	border-bottom: 1px dashed #c6c6c6;
}

.border-box {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 1em;
}

.li {
	margin-left: 1.5em;
}

.li-circle {
	list-style: circle;
}

.li li ~ li,
.table-li li ~ li {
	margin-top: 0.5em;
}

.table-li table,
.table-li th,
.table-li td {
	border: none;
}

.table-li table .brd-t th,
.table-li table .brd-t td {
	border-top: 1px dashed #c6c6c6;
}

.table-li table th {
	width: 27%;
	vertical-align: top;
	text-align: left;
}

.table-li table ul {
	list-style: disc;
	text-align: left;
	padding-left: 1.5em;
}

.bg {
	background-color: lemonchiffon;
	padding: 0.5em;
}

.border-box {
	border: 1px solid red;
	padding: 0.5em;
}

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

	.table-1{
		font-size: 12px;
	}

	.table-li table th,
	.table-li table td {
		display: block;
		width: 100%;
	}

	.table-li table ul {
		display: block;
	}

	.table-li table .brd-t td {
		border-top: none;
	}

}