@charset "utf-8";
/* CSS Document */
body{
	color: #00000;
	font-weight: 600;
}
#page-title h1{
	color: #958244;
}
.outline table {
  margin-bottom: 20px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
	border-collapse: collapse;
  font-size: 13px;
  width: 100%;
}
.outline table caption {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
.outline table th, .outline table td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .outline table th, .outline table td {
		display: block;
	}
}
.outline table th {
	width: 200px;
	background: #e9e6dd;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.outline table th {
		width: 100%;
	}
}
.outline-note{
	margin-bottom: 40px;
}
.outline-note p{
	font-size: 12px;
}