﻿@charset "utf-8";

body {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
}

#header {
	border-bottom: 1px solid #cccccc;
}

#header div.logo {
	padding: 5px;
}

#contents {
	padding: 20px 10px;
}

#main{
	margin: 0 auto 10px; 
	text-align:left; 
	width:500px; 
	overflow:hidden;
}

#loadingpanel{
	position:absolute;
	width:480px;
	height:345px;
	background:url("images/startloading.png") no-repeat center;
	z-index:1000; 
	overflow:hidden;
}


.video-play {
	cursor: pointer;
}
.video-timer {
	cursor: default;
}

.video-controls {
	position: relative;
	padding: 5px 5px;
	float: left;
	width: 100%;
}

.video-play, .video-seek, .video-timer {

	float: left;
}


/* play, pause */
.video-play {
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 15px;
	background: url(images/play-icon.png) no-repeat;	
	
	opacity: 0.7;
	
	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out; 
}

.paused-button {
	background: url(images/pause-icon.png) no-repeat;
}

.video-play:hover {	
    opacity: 1;
}

/* seek */
.video-seek {
	position:relative;		
	width: 78%;
	height: 6px;
	margin-top: 7px;	
	border: 1px solid #494949;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	background: #535353;
	background: -moz-linear-gradient(top, #000000, #535353);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #535353),color-stop(1, #333333));
	
	box-shadow: inset 0 -3px 3px #535353;
}

.video-seek .ui-slider-handle {
	width: 10px;
	height: 16px;
	border: 1px solid #333;
	top: -6px;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
	
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #e6e6e6, #d5d5d5);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #d5d5d5));
	
	box-shadow: inset 0 -3px 3px #d5d5d5;	
}

.video-seek .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.video-seek .ui-slider-range {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	background: #87ceeb;
	background: -moz-linear-gradient(top, #87ceeb, #354e9b);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #87ceeb),color-stop(1, #354e9b));
	
	box-shadow: inset 0 -2px 2px #354e9b;
}


/* timer */
.video-timer {
	position:absolute;
	/*margin-top: -6px;
	margin-left: 15px;*/
	
	position: absolute;
	top:0px;right:8px;
	
	width:55px;
	
	color: #eee;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	
	
}

/* volume */


/* volume button */



/* Start of smalldark child theme */

/* needed jquery ui styles
 * using these, we don't depend on jQuery UI's stylsheet
 */
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	display: block;
	margin-left:-0.6em;
	cursor: default;
	outline: none;
}

.ui-slider-range {
	display:block;
	width:100%;	
	height:100%;
	left:0;
	bottom: 0;
	border:0 none;
	position:absolute;
	z-index:1;
}

.video-reset {
	cursor: pointer;
	position: absolute;
	top:28px;

	width: 22px;
	height: 22px;

	background: url(images/reset-icon.png) no-repeat;	
	
	opacity: 0.5;
	
	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out; 

}

.video-reset:hover {	
    opacity: 1;
}


.video-back {
	/*visibility:hidden;*/
	cursor: pointer;
	position: absolute;
	top:23px;left:80px;

	font-family: sans-serif;
	font-size: 16px ;

	padding: 1px 15px;

	background: #666666;
	background: -moz-linear-gradient(top,#666666 0%,#444444);
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#444444));

	border: 1px solid #111;
	color: #fff;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	-webkit-box-shadow: 0 0 0.2em #333;
	-moz-box-shadow: 0 0 0.2em #333;
	box-shadow: 0 0 0.2em #333;

	
	opacity: 0.5;
	
	-moz-transition: all 0.2s ease-in-out; /* Firefox */
	-webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in-out;  /* Opera */
	transition: all 0.2s ease-in-out; 

	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10? */

}

.video-back-hilight {	

	background: #ffc300;
	background: -moz-linear-gradient(top,#fff073 0%,#ffc300);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff073), to(#ffc300));

	border: 1px solid #111;
	color: #000;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	border-radius: 15px 0px 0px 15px;
	-webkit-box-shadow: 0 0 0.2em #333;
	-moz-box-shadow: 0 0 0.2em #333;
	box-shadow: 0 0 0.2em #333;

	opacity: 1;
}

.video-next {
	cursor: pointer;
	position: absolute;
	top:23px;left:310px;

	font-family: sans-serif;
	font-size: 16px ;

	padding: 1px 15px;


	background: #666666;
	background: -moz-linear-gradient(top,#666666 0%,#444444);
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#444444));

	border: 1px solid #111;
	color: #fff;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
	-webkit-box-shadow: 0 0 0.2em #333;
	-moz-box-shadow: 0 0 0.2em #333;
	box-shadow: 0 0 0.2em #333;

	
	opacity: 0.5;
	
	-moz-transition: all 0.2s ease-in; /* Firefox */
	-webkit-transition: all 0.2s ease-in; /* Safari and Chrome */
	-o-transition: all 0.2s ease-in;  /* Opera */
	transition: all 0.2s ease-in;

	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10? */

}

.video-next-hilight {	
	
	background: #ffc300;
	background: -moz-linear-gradient(top,#fff073 0%,#ffc300);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff073), to(#ffc300));

	border: 1px solid #111;
	color: #000;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
	-webkit-box-shadow: 0 0 0.2em #333;
	-moz-box-shadow: 0 0 0.2em #333;
	box-shadow: 0 0 0.2em #333;
	
	
	opacity: 1;
}

.video-counter {
	position: absolute;
	bottom:-4px;right:8px;
	width:55px;
	
	/*background:rgba(255,0,0,1);*/

	/*font-family: sans-serif;*/
	font-size: 13px ;
	
	color: #eee;
	font-weight: bold;
	text-align: center;

	opacity: 1;
	
	
}




/*字幕表示*/

#cuePlayer {
	float: left;
	position: relative;
	width:480px;height:345px;
	padding: 3px 8px;
	border: 2px solid #61625d;

		
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	
	background: #222222;
	background: -moz-linear-gradient(top, #cccccc, #000000); /* FF3.6 */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cccccc),color-stop(1, #000000)); /* Saf4+, Chrome */
	
	box-shadow: inset 0 15px 35px #535353;
	
	user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	-webkit-user-select:none;
}
    
#subtitles{
	/*テキストフィールドの指定*/
	position:absolute;
	top:0px;left:40px;
	float:left;
	width:auto;
	height:25px;
	background:rgba(0,0,0,0);
	opacity:1;

	/*テキストの指定*/
	font-family: sans-serif;
	font-size: 18px ;
	font-weight:bold;
	color:#fff;
	text-shadow: 2px 2px 5px #000;
	padding:5px 5px;
}

#subtitles2{
	/*テキストフィールドの指定*/
	position:absolute;
	bottom:0px;
	width:auto;
	height:auto;
	background:rgba(255,255,255,0);
	opacity:1;

	/*テキストの指定*/
	font-family: Times New Roman, sans-serif;
	font-size: 20px ;
	font-weight:900;
	line-height:24px;
	/*letter-spacing:0.03em;*/
	color:#000;
	text-shadow: 1px 1px 1px white,-1px 1px 1px white,1px -1px 1px white,-1px -1px 1px white, 1px 1px 1px white,-1px 1px 1px white,1px -1px 1px white,-1px -1px 1px white, 1px 1px 1px white,-1px 1px 1px white,1px -1px 1px white,-1px -1px 1px white;
	-ms-filter:"progid:DXImageTransform.Microsoft.Glow(color=white,strength=3)"; /* IE9 */
	padding:10px 0;
}

#subtitles3{
	/*テキストフィールドの指定*/
	/*visibility:hidden;*/
	position:absolute;
	bottom:0px;left:0px;
	width:200px;
	height:150px;
	background:rgba(0,0,255,0);
	opacity:1;

	/*テキストの指定*/
	font-family: sans-serif;
	font-size: 35px ;
	font-weight:900;
	line-height:24px;
	color:#000;
	text-shadow:0px -1px 1px #fff,1px 0px 1px #fff,0px 1px 1px #fff,-1px 0px 1px #fff;

	text-align: center;

}

#subbox{
/*テキストフィールドの指定*/
	position:absolute;
	width:480px;
	height:270px;
	/*background:url(images/memory0.png) no-repeat rgba(0,0,0,0);*/
	opacity:1;


}

.text-field{
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10? */
}
#chapter-field{
	/*テキストフィールドの指定*/
	position:relative;
	top:0px;left:0px;
	width:auto;
	height:35px;
	background:rgba(0,0,0,0.5);
	opacity:1;

	/*テキストの指定*/
	font-family: sans-serif;
	font-size: 18px ;
	font-weight:bold;
	color:#fff;
	/*text-shadow: 2px 2px 2px #000;*/
	/*padding:5px 10px;*/
}

#chapter-No{
	/*テキストフィールドの指定*/
	visibility:hidden;
	position:absolute;
	top:2.5px;left:5px;
	/*float:left;*/
	width:20px;
	height:20px;


	background: #E89022;
	background: -moz-linear-gradient(top,#FAD7AB, #E89022 50%,#d87d07 50%,#FFB000);
	background: -webkit-gradient(linear, left top, left bottom, from(#FAD7AB), color-stop(0.5,#E89022), color-stop(0.5,#d87d07), to(#FFB000));

	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;


	/*テキストの指定*/
	font-family: sans-serif;
	font-size: 18px ;
	font-weight:bold;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	padding:4px 4px;
	text-align: center;

}

#video1{
	width:480px;
	height:270px;
}
#play_ready{
	/*visibility:hidden;*/
	position:absolute;
	width:480px;
	height:270px;
	background:url(images/loading.png) no-repeat;
	opacity:1;

}

ul.link_list {
	list-style-type: disc;
	list-style-image: url(../../../common/i_arrow_trans.gif);
	font-family: sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 20px;
}

ul.link_list li a:link { color: #0000cc; text-decoration: underline; }
ul.link_list li a:visited { color: #0000cc; text-decoration: underline; }
ul.link_list li a:active { color: #0000cc; text-decoration: underline; }
ul.link_list li a:hover { color: #ff6600; text-decoration: underline; }

#footer {
	border-top: 1px solid #cccccc;
}

#footer p.copyright {
	font-family: sans-serif;
	font-size: 0.9em;
	color: #cccccc;
	text-align: center;
}
