@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	SPサイズ用 CSS

-------------------------------------------------- */

#header {
	border-top: solid 4px #3b3b3b;
	border-bottom: solid 1px #c8c8c8;
	background-color: #efefef;
}

#header .inner {
	display: table;
	min-height: 35px;
	padding: 15px;
	line-height: 1.5;
}

#header h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#contents {
	border-bottom: solid 25px #3b3b3b;
}

#contents h2 {
	background-color: #3b3b3b;
	padding: 12px 15px 12px 40px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #333;
	border-left: 3px solid #333;
}

#contents .inner {
	padding: 15px 15px 25px;
}

#contents .inner::after {
	content: "";
	display: block;
	clear: both;
}

#playerArea {
	margin-bottom: 17px;
}

#playerArea .playerInner {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
}

#lectureArea {
	margin-bottom: 10px;
}

#lectureArea h2 {
	display: none;
}

#lectureArea .lectureTextBlock {
	font-size: 14px;
	line-height: 1.5;
}

#lectureArea .lectureTextBlock p {
	height: 65px;
	overflow-y: auto;
	overflow-x: hidden
}

#contentsmenuArea {
	margin-bottom: 25px;
}

#contentsmenuArea h2 {
	position: relative;
	background: #fff url(../images/ico_menu.png) 8px center no-repeat;
	background-size: 30px 30px;
	margin-bottom: 5px;
	color: #2e2e2e;
}

#contentsmenuArea .btnOpenClose {
	width: 62px;
	padding: 6px 0 6px 13px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: #626262 url(../images/ico_open.png) 55px center no-repeat;
	background-size: 11px 7px;
	font-size: 12px;
}

#contentsmenuArea a {
	color: #fff;
	text-decoration: none;
}

#contentsmenuArea .btnOpenClose.open {
	background: #626262 url(../images/ico_close.png) 55px center no-repeat;
	background-size: 11px 7px;
}


#contentsmenuArea .chapterlistBlock {
	display: none;
	border: solid 1px #3b3b3b;
}

#contentsmenuArea .chapterlistBlock li {
	padding: 10px;
}

#contentsmenuArea .chapterlistBlock li a {
	text-decoration: none;
	color: #323232;
	display: block;
	padding: 0 48px 0 0px;
}

#contentsmenuArea .chapterlistBlock li.current {
	background: #eee;
}

#contentsmenuArea .chapterlistBlock li.current a {
	background: url(../images/ico_playnow.png) right center no-repeat;
	background-size: 44px 20px;
}

#slideArea {
	margin-bottom: 20px;
}

.slideButton {
	display: none;
}

#slideArea .slideAreaInner .slide img {
	width: 100%;
	height: 100%;
}

#relatedLink h2 {
	position: relative;
	background: #fff url(../images/ico_pdf.png) 8px center no-repeat;
	background-size: 30px 30px;
	margin-bottom: 5px;
	color: #2e2e2e;
}

#relatedLink .relatedLinkList {
	margin-bottom: 10px;
	padding: 15px 18px;
	background-color: #eee;
}

#relatedLink .relatedLinkList li {
	margin-bottom: 5px;
}

#relatedLink .relatedLinkList li:last-child {
	margin-bottom: 0px;
}

#relatedLink .relatedLinkList a {
	display: block;
	color: #110eed;
	text-decoration: underline;
}

#relatedLink .relatedLinkList a:hover {
	text-decoration: none;
}

#relatedLink .ulBlock {
	height: 73px;
}