/*------------------------------------------------------------------------------------
	LECTURE
------------------------------------------------------------------------------------*/

.chapter .padding-8px {
	padding: 0;
	display: inline;
}

.chapter .chapter-title {
	text-align: left;
	width: 100%;
	height: auto;
}

.chapter .chapter-title-02 {
	text-align: right;
	width: 100%;
	height: auto;
}

.chapter .h2-title,
.chapter .h3-title {
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0 0 0 12px;
	border-left: 10px solid #ff9f38;
}

.chapter .h2-title {
	border-top: none;
	border-bottom: none;
}

.chapter ul li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5em;
	margin-left: 1.5em;
	padding: 4px 0;
}

.chapter table {
	width: 80%;
}

.chapter table ul li {
	 align-items: center;
}

.chapter table,
.chapter th,
.chapter td {
	height: auto;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

.chapter th,
.chapter td {
	vertical-align: middle;
	padding: 8px;
}

.chapter th {
	background-color: #cffbfc;
}

.chapter td a {
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 3px 6px;
	margin-left: 8px;
	background-color: #ff9f38;
	border-radius: 4px;
}

.chapter .text-bold-red {
	font-weight: bold;
	color: #ff0000;
}

/* 機械翻訳表示のスタイル */
.lecture_machine_translated {
	border: solid 1px black;
	width: 100%;
	background-color: #f0f8ff;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 31px;
}