@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------

	SPサイズ用 CSS

-------------------------------------------------- */

#header {
	border-top: solid 4px #3b3b3b;
	border-bottom: solid 1px #c8c8c8;
}

#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;
}

#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: scroll;
	overflow-x: hidden
}

#contentsmenuArea {
	margin-bottom: 25px;
}

#contentsmenuArea h2 {
	position: relative;
	background: #3b3b3b url(../images/ico_menu.png) 12px center no-repeat;
	background-size: 19px 14px;
}

#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;
}

#slideArea .slideAreaInner {
	margin-bottom: 10px;
}

/* #slideArea .slideAreaInner .slide {
	border: solid 1px #b5b5b5;
} */

#slideArea .slide img {
	width: 100%;
	height: 100%;
}

#slideArea .slideCountBlock {
	position: relative;
	height: 20px;
}

#slideArea .count {
	color: #333;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

#slideArea .btnPrev,
#slideArea .btnNext {
	font-size: 12px;
	width: 40px;
	height: 20px;
}

#slideArea .btnPrev {
	position: absolute;
	top: 0;
	left: 0;
}

#slideArea .btnNext {
	position: absolute;
	top: 0;
	right: 0;
}

#slideArea .slideCountBlock div {
	display: table;
	height: 20px;
}
#slideArea .slideCountBlock .count p,
#slideArea .slideCountBlock a {
	display: table-cell;
	vertical-align: middle;
	height: 20px;
}

#slideArea .slideCountBlock a {
	text-decoration: none;
	color: #424971;
}

#slideArea .slideCountBlock a.disabled {
	color: #bfbfbf;
	cursor: default;
}

#slideArea .btnPrev a {
	background: url(../images/btn_arrow_left_on.png) left center no-repeat;
	background-size: 11px 19px;
	padding-left: 15px;
	text-align: left;
}

#slideArea .btnPrev a.disabled {
	background: url(../images/btn_arrow_left_off.png) left center no-repeat;
	background-size: 11px 19px;
}

#slideArea .btnNext a {
	background: url(../images/btn_arrow_right_on.png) right center no-repeat;
	background-size: 11px 19px;
	padding-right: 15px;
	text-align: right;
}

#slideArea .btnNext a.disabled {
	background-size: 11px 19px;
	background: url(../images/btn_arrow_right_off.png) right center no-repeat;
}

#pdfDLArea h2 {
	background: #3b3b3b url(../images/ico_pdf.png) 12px center no-repeat;
	background-size: 14px 17px;
}

#pdfDLArea .pdflistBlock {
	margin-bottom: 10px;
	padding: 15px 18px;
	background-color: #eee;
}

#pdfDLArea .pdflistBlock li {
	margin-bottom: 5px;
}

#pdfDLArea .pdflistBlock li:last-child {
	margin-bottom: 0px;
}

#pdfDLArea .pdflistBlock a {
	display: block;
	color: #110eed;
	text-decoration: underline;
}

#pdfDLArea .pdflistBlock a:hover {
	text-decoration: none;
}

#pdfDLArea .notes {
	font-size: 10px;
}
