/* contents */
#wrap #contents #main .paragraph li {
	list-style: none;
	font-weight: bold;
}


#wrap #contents #main table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	font-size: 16px;
}
#wrap #contents #main table th,
#wrap #contents #main table td {
	padding: 10px;
	border: 1px solid #C0C0C0;
	text-align: left;
}
#wrap #contents #main table th {
	background: #E2E1E0;
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	#wrap #contents #main table table,
	#wrap #contents #main table thead,
	#wrap #contents #main table tbody,
	#wrap #contents #main table th,
	#wrap #contents #main table td,
	#wrap #contents #main table tr {
		display: block;
	}
	#wrap #contents #main table thead {
		display: none;
	}
	#wrap #contents #main table tr {
		margin-bottom: 15px;
		border: 1px solid #C0C0C0;
		padding: 10px;
	}
	#wrap #contents #main table tbody tr > th {
		padding-left: 10px;
		border-bottom: 1px solid #C0C0C0;
	}
	#wrap #contents #main table td {
		border: 1px solid #C0C0C0;
		border-top: none;
		position: relative;
		padding-left: 50%;
		text-align: left;
	}
	#wrap #contents #main table td::before {
		content: attr(data-label);
		position: absolute;
		left: 1em;
		top: 10px;
		font-weight: bold;
		white-space: nowrap;
	}

}
@media screen and (max-width: 480px) {
	#wrap #contents #main h3 {
		text-align: left;
	}
	#wrap #contents #main table {
		font-size: 14px;
	}
}
/* contents */