/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday --> DNT SKIN
 *
 * Copyright (c) 2010-2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.4 (jPlayer 2.6.0)
 * Date: 1st April 2014
 */

/* 大日本用に改変 */
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.75em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	color: #AAAAAA;
	font-weight:bold;
/*	border:1px solid #009be3;*/
/*	background-color:#D0DCFF;*/
}

div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;
/*	background-color:#D0DCFF;
	border:4px solid #7396FF;
	border-radius:10px;
	margin-top:0px;*/
	width:100%;
}

/*
div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}*/

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:640px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 125px;
	margin-left: 288px;
}

/*
div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}*/
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:68px;
	height:68px;
}

a.jp-play {
	background: url("dnt.skin.png") -2px -2px no-repeat;
}
a.jp-play:hover {
	background: url("dnt.skin.png") -72px -2px no-repeat;
}
a.jp-pause {
	background: url("dnt.skin.png") -142px -2px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("dnt.skin.png") -212px -2px no-repeat;
}


a.jp-stop {
	width:68px;
	height:68px;
/*	margin-top:6px;*/
}

a.jp-stop {
	background: url("dnt.skin.png") -282px -2px no-repeat;
	margin-left:5px;
}

a.jp-stop:hover {
	background: url("dnt.skin.png") -352px -2px no-repeat;
}

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	margin:0 auto;
	margin-top:5px;
	width:620px;
	height:27px;
}
div.jp-seek-bar {
	background: url("dnt.skin.png") -3px -120px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("dnt.skin.png") -3px -149px repeat-x;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("dnt.skin.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:43px;
	height:43px;
	margin-top:12px;
}


div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 9px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url("dnt.skin.png") -3px -73px no-repeat;
}
a.jp-mute:hover {
	background: url("dnt.skin.png") -48px -73px no-repeat;
}
a.jp-unmute {
	background: url("dnt.skin.png") -93px -73px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("dnt.skin.png") -138px -73px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("dnt.skin.png") -186px -76px repeat-x;
	width:120px;
	height:26px;
	cursor: pointer;
}

div.jp-video div.jp-volume-bar {
	top:18px;
	left:55px;
}
div.jp-volume-bar-value {
	background: url("dnt.skin.png") -316px -76px repeat-x;
	width:0px;
	height:26px;
}

/* @end */

/* @group current time and duration */

/*以下６行追加*/
div#display_time {
	top:0px;
	left:0px;
	margin:0 auto;
	width:620px;
}


div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.6em;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:0px;
}
div.jp-video div.jp-duration {
	margin-right:2px;
}

/* @end */


div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("dnt.skin.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("dnt.skin.play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:210px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:43px;
	height:43px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-repeat {
	background: url("dnt.skin.png") -2px -182px no-repeat;
	margin-left: 10px;
}

a.jp-repeat:hover {
	background: url("dnt.skin.png") -47px -182px no-repeat;
}

a.jp-repeat-off {
	background: url("dnt.skin.png") -92px -182px no-repeat;
	margin-left: 10px;
}

a.jp-repeat-off:hover {
	background: url("dnt.skin.png") -137px -182px no-repeat;
}

/*以下の２０行追加*/
a.jp-subtitle {
	background: url("dnt.skin.png") -182px -182px no-repeat;
	margin-left: 5px;
}

a.jp-subtitle:hover {
	background: url("dnt.skin.png") -227px -182px no-repeat;
}

a.jp-subtitle-off {
	background: url("dnt.skin.png") -272px -182px no-repeat;
	margin-left: 5px;
}

a.jp-subtitle-off:hover {
	background: url("dnt.skin.png") -317px -182px no-repeat;
}

a.jp-full-screen {
	background: url("dnt.skin.png") -362px -182px no-repeat;
	margin-left: 5px;
}

a.jp-full-screen:hover {
	background: url("dnt.skin.png") -407px -182px no-repeat;
}

a.jp-restore-screen {
	background: url("dnt.skin.png") -452px -182px no-repeat;
	margin-left: 5px;
}

a.jp-restore-screen:hover {
	background: url("dnt.skin.png") -497px -182px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
