@charset "UTF-8";

/* ==========セミナー専用========== */
article section h2.theme {
	border-left: 8px solid #08C;
	border-right: 8px solid #08C;
	font-weight: bold;
	text-align: center;
}
article section table tr td ul {
	float: left;
	margin-bottom: 0;
	width: 50%;
}
article section table tr td ul li {
	color: #08C;
	font-weight: bold;
}
article section table tr td ul ul {
	float: none; /* reset */
	margin-bottom: 1em; /* reset */
	text-indent: 1em;
	width: auto; /* reset */
}
article section table tr td ul ul li {
	color: #555; /* reset */
	font-size: smaller;
	font-weight: normal; /* reset */
}
article section table tr td section {
	padding: 10px 0 0;
	width: 100%; /* reset */
}
article section table tr td h3, 
article section table tr td p {
	margin-bottom: 0.5em; /* reset */
}
article section table tr td section img {
	border-radius: 10px;
}
