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

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

	PCサイズ用 CSS

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

html,
body {
	min-width: 930px;
}

.inner {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

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

#header .inner{
	display: table;
	min-height: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#header h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #333;
}

#contents {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 25px #3b3b3b;
}

#contents h2 {
	background-color: #3b3b3b;
	padding: 5px 5px 5px 35px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#contents .inner::after {
	content: "";
	display: block;
	clear: both;
}

#leftContents {
	float: left;
	width: 320px;
}

#rightContents {
	float: right;
	width: 520px;
}

#playerArea {
	width: 320px;
	height: 240px;
	margin-bottom: 5px;
}

#playerArea .playerInner {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
}

#lectureArea {
	margin-bottom: 10px;
}

#lectureArea h2 {
	background: #3b3b3b url(../images/ico_lecture.png) 8px center no-repeat;
	margin-bottom: 5px;
}

#lectureArea .lectureTextBlock {
	font-size: 12px;
	line-height: 1.8;
}

#lectureArea .lectureTextBlock p {
	width: 320px;
	height: 70px;
	padding-top: 15px;
	overflow-y: scroll;
	overflow-x: hidden
}

#contentsmenuArea h2 {
	background: #3b3b3b url(../images/ico_menu.png) 8px center no-repeat;
	background-size: 15px 13px;
	margin-bottom: 5px;
}

#contentsmenuArea .btnOpenClose {
	display: none;
}

#contentsmenuArea .chapterlistBlock {
	display: block !important;
}

#contentsmenuArea .chapterlistBlock ul {
	width: 315px;
	height: 160px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
}

#contentsmenuArea .chapterlistBlock li {
	padding: 5px;
}

#contentsmenuArea .chapterlistBlock li a {
	text-decoration: none;
	color: #323232;
	display: block;
	font-size: 12px;
	padding: 0px 48px 0 5px;
}

#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: 15px;
}

#slideArea .slideAreaInner {
	width: 520px;
	height: 390px;
	margin-bottom: 15px;
}

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

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

#slideArea .slideCountBlock {
	position: relative;
	width: 520px;
	height: 40px;
}

#slideArea .count {
	color: #333;
	font-size: 20px;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

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

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

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

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

#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;
	padding-left: 30px;
	text-align: left;
}

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

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

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

#pdfDLArea {
	font-size: 12px;
}

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

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

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

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