/**
 * copyright pharmedico 2017-10-18
 */

/******************************
	body
******************************/
body {
	background-image: url(../img/bg.jpg);
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.main{
	width:100%;
	text-align:center;
}

/******************************
	途中終了ボタン
******************************/
.center{
	position:absolute;
	bottom:0px;
	width:100%;
	text-elign:center;
	z-index:999;
}

#re_lecture{
	-moz-box-shadow: 3px 3px 8px -2px #3b3b3b;
	-webkit-box-shadow: 3px 3px 8px -2px #3b3b3b;
	box-shadow: 3px 3px 8px -2px #3b3b3b;
	background-color: #5067dd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 37px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #2f6627;
	margin-right: 10px;
	margin-bottom: 10px;
}

#re_lecture:hover {
	background-color:#5cbf2a;
}

#re_lecture:active {
	position:relative;
	top:1px;
}
/******************************
	動画コンテンツ
******************************/
@media screen and (min-width: 0px) and (max-width: 400px) {
	/* ZenFone 3, iPhone 7 */
	#MediaPlayer1{
		width:100%;
	}
}

@media screen and (min-width: 401px) and (max-width: 920px) {
	/* iPad Air */
	#MediaPlayer1{
		width:100%;
	}
}

@media screen and (min-width: 911px)  {
	/* PC iPad Air */
	#MediaPlayer1{
		width:70%;
		margin-left:50px;
	}
}

/******************************
	ダウンロードボタン削除
******************************/
video::-webkit-media-controls-panel {
	width: calc(100% + 35px);
}
video::-webkit-media-controls-enclosure {
	overflow:hidden;
}

/******************************
	チャプター
******************************/
#MediaPlayer1{
	position:absolute;
	left:20%;
}
.chaoterArea{
	position:relative;
	width:20%;
	height:500px;
	top:0px;
	left:0px;
	border:solid #FFF 2px;
	text-align:left;
	white-space:nowrap;
	overflow:scroll;
}

.chapter {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.chapter:before {
  content: "-->";
  left : 1em; /*左端からのアイコンまで*/
  color: rgb(119, 195, 223); /*アイコン色*/
  font-weight:700;
}

/*
.chapter{
	position:relative;
	padding-left:25px;
	color:white;
}

.chapter:before{
	position:absolute;
	content:'';
	bottom:-3px;
	left:0;
	width:0;
	height:0;
	border:none;
	border-left:solid 15px transparent;
	border-bottom:solid 15px rgb(119, 195, 223);
}

.chapter:after{
	position:absolute;
	content:'';
	bottom:-3px;
	left:10px;
	width:100%;
	border-bottom:solid 3px rgb(119, 195, 223);
}
*/

@media screen and (min-width: 0px) and (max-width: 400px) {
	/* ZenFone 3, iPhone 7 */
	#MediaPlayer1{
		position:static;
	}
	.chaoterArea{
		width:calc(100vw - 5px);
		height:200px;
	}
	div.chaoterArea::-webkit-scrollbar{
		background:#ccc;
		width:10px;
	}
	div.chaoterArea::-webkit-scrollbar-thumb{
		background:#999;
		border-radius:5px;
	}
	div.chaoterArea::-webkit-scrollbar-track-piece{
		background:#efefef;
	}
}

@media screen and (min-width: 401px) and (max-width: 920px) {
	/* iPad Air */
	#MediaPlayer1{
		position:static;
	}
	.chaoterArea{
		width:calc(100vw - 5px);
		height:200px;
	}
	div.chaoterArea::-webkit-scrollbar{
		background:#ccc;
		width:10px;
	}
	div.chaoterArea::-webkit-scrollbar-thumb{
		background:#999;
		border-radius:5px;
	}
	div.chaoterArea::-webkit-scrollbar-track-piece{
		background:#efefef;
	}
}

@media screen and (min-width: 911px)  {
	/* PC iPad Air */
}


