* {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 40px;
}

header div {
	margin: 5px 1%;
	text-align: center;
	color: #680016;
	font-family: 'Abril Fatface', serif;
	font-size: 20pt;
	border-bottom: 1px solid #999;
}

#mainContentsContainer{
	width: 98%;
	max-width: 600px;
	margin: 10px auto;
}

#eachClassContentsContainer{
	width: 100%;
}

.classParticularOrCommon{
	color: #680016;
	font-weight: bolder;
}

.contentGroupName{
	width: 100%;
	color: #166800;
}

.subtitle{
	width: 60%;
	max-width: 330px;
	display: none;
}


#classParticularContentsGroup, #commonContentsGroup{
	display: flex;
	flex-wrap: wrap;
}

.instantPlayButton, .playerButton, .classButton {
	border: none;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	position: relative;
	min-height: 28px;
	min-width: 64px;
	padding: 0;
	display: inline-block;
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	font-size: 14pt;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	overflow: hidden;
	will-change: box-shadow;
	width: 94%;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

.oneContentContainer, .classButton{
	width: 23%;
	margin: 5px 1%;
}

.instantPlayButton{
	background-color: #ff7e26;
	margin: 0 5px 4px 5px;
}

.playerButton{
	background-color: #fef200;
	margin: 0 5px;
}

.classButton{
	background-color: #2DB51B;	
	margin: 5px 5px;
	height: 77px;
	line-height: 77px;
}


footer {
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: 10pt;
}

/* overlays */
.overlay {
	background-color: rgba(20, 20, 20, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

#passwordInput div{
	background: #fff;
	border: solid #0c3259 1px;
	border-radius: 6px;
	box-shadow: 0px 1px 10px #680016;
	width: 174px;
	height: 240px;
	margin: 10% auto 0 auto;
	padding: 10px 100px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #680016;
	-moz-box-shadow: 0px 1px 10px #680016;
	line-height: 2.2em;
}

#passwordInput div input{
	margin: 0 auto;
	border-color: #0c3259;
	width: 160px;
	font-size: 20pt;
	padding: 3px 5px;
	color: #0c3259;
	will-change: border;
	transition: all 0.1s;
}

#passwordInput div input:focus{
	border: 2px #320c59 solid;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

#submitAuthentication{
		background: #0c3259;
		border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    color: #fff;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
		width: 174px;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
		-webkit-tap-highlight-color: rgba(255,255,255,0);
}

/* moviePlayer */

#moviePlayerContainer > div{
	width: 95%;
	max-width: 800px;
	margin: 20px auto;
	border-radius: 6px;
	background: #111;
	text-align: center;
}

#moviePlayer{
	width: 90%;	
}

#movieTitle{
	color: #ddd;
}

#movieProgressBar{
	width: 70%;
	min-width: 300px;
	height: 7px;
	margin: 0 2%;
	border: 1px solid #3f48cb;
	border-radius: 3px;
	-webkit-appearance: none;
	outline: none;
}

#movieProgressBar::-webkit-slider-thumb{
	-webkit-appearance:none;
	height: 35px;
	width: 15px;
	border-radius: 4px;
	border: 1px solid #3F48CB;
	background: #fff;
}

#movieProgressBar::-moz-range-thumb{
	-webkit-appearance:none;
	height: 35px;
	width: 15px;
	border-radius: 4px;
	border: 1px solid #3F48CB;
	background: #fff;
}

#movieProgressBar::-ms-thumb{
	-webkit-appearance:none;
	height: 35px;
	width: 15px;
	border-radius: 4px;
	border: 1px solid #3F48CB;
	background: #fff;
}

#movieProgressInput{
	width: 15%;
	min-width: 100px;
	margin: 0 2%;
	border: 1px solid #3F48CB;
	border-radius: 10px;
	font-size: 10pt;
}

#movieController{
	margin: 0 auto;
	min-width: 300px;
	max-width: 437px;
	width: 60%;
	border: 0;
}

#movieSpeedContainer{
	width: 90%;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: flex;
}

#movieSpeedTitle {
	border: 1px solid #00a3e8;
	border-radius: 3px;
	color: #00a3e8;
	font-size: 8pt;
	font-weight: bolder;
	height: 26px;
	line-height: 18pt;
	margin: 3px 0;
	padding: 0 0;
	width: 80px;
}

#movieSpeedBarContainer{
	width: calc(95% - 80px);
	margin: 0 0 0 2%;
}

#movieSpeedBar{
	width: 100%;
	height: 7px;
	margin: 0 2%;
	border: 1px solid #00a3e8;
	border-radius: 3px;
	-webkit-appearance: none;
	outline: none;
}

#movieSpeedBar::-webkit-slider-thumb{
	-webkit-appearance:none;
	height: 25px;
	width: 10px;
	border-radius: 4px;
	border: 1px solid #00a3e8;
	background: #fff;
}

#movieSpeedBar::-moz-range-thumb{
	-webkit-appearance:none;
	height: 25px;
	width: 10px;
	border-radius: 4px;
	border: 1px solid #00a3e8;
	background: #fff;
}

#movieSpeedBar::-ms-thumb{
	-webkit-appearance:none;
	height: 25px;
	width: 10px;
	border-radius: 4px;
	border: 1px solid #00a3e8;
	background: #fff;
}

#movieSpeedBarIndexTitle{
	width: 100%;
	position: relative;
}

#movieSpeedBarIndex08{
	position: absolute;
	top: -18px;
	left: 0%;
	font-size: 8pt;
	color: #fff;
}

#movieSpeedBarIndex10{
	position: absolute;
	top: -18px;
	left: 34%;
	font-size: 8pt;
	color: #fff;
}

#movieSpeedBarIndex12{
	position: absolute;
	top: -18px;
	left: 67%;
	font-size: 8pt;
	color: #fff;
}

#movieSpeedBarIndex14{
	position: absolute;
	top: -18px;
	left: 100%;
	font-size: 8px;
	color: #fff;
}

area{
	cursor: pointer;
}

#moviePlayerControllersBottom{
	position: relative;
}

#automaticallyGoNext{
	position: absolute;
	top: 50px;
	right: 30px;
	color: white;
}

@media screen and (orientation: landscape) and (max-width: 800px) {
	
	#moviePlayerContainer > div{
		margin: 5px auto;
	}
	
	#moviePlayer {
		width: 70%;
	}
	#moviePlayerControllersBottom{
		width: 80%;
		height: auto;
		margin: 0 auto;
		display: flex;
	}
	
	#movieController{
		width: 175px;
		height: 40px;
		min-width: 175px;
		margin: 0 10px;
	}
		
	#automaticallyGoNext{
		top: 20px;
	}
	
}


