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

html,body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
	text-align: center;
}
div,h1,h2,h3,h4,h5,p,img,ul,li {
	margin: 0px;
	padding: 0px;
	border: none;
}
#container {
	width: 780px;
	margin: 0px auto;
	background: transparent url(../img/container_back.png) repeat-y top center;
}
#center {
	width: 720px;
	margin: 0px auto;
	text-align: left;
}
h3{
	clear: both;
	background: transparent url(../img/h4_title_back.gif) repeat-x bottom left;
	font-size: 100%;
	line-height: 140%;
	margin: 0px auto 16px auto;
}
h4 {
	clear: both;
	width: 100%;
	font-size: 100%;
	line-height: 140%;
	margin: 0px;
	background: transparent url(../img/h4_title_back.gif) repeat-x bottom left;
}
h5 {
	text-align: center;
	font-size: 100%;
	margin: -6px 0px 10px 0px;
}
p {
	font-size: 80%;
	line-height: 140%;
	margin: 0px 20px 10px 20px;
}
p.endaiID {
	line-height: 100%;
	text-indent: 0em;
	margin: 0px;
}
/*
page-top -------------------------------------------------------------------------------------------- */
.pagetop {
	clear: both;
	text-align: right;
	margin: 0px 0px 10px 0px;
}
.pagetop img {
	border: none;
}
/*
contents -------------------------------------------------------------------------------------------- */
div#contents {
	padding: 0px 20px 0 20px;
}

#reloadBtn {
	margin-bottom: 10px;
}

#statusBtn {
	float: right;
}

/*
box -------------------------------------------------------------------------------------------- */
.box {
	margin: 0px 0px 30px 0px;
}

/*
footer -------------------------------------------------------------------------------------------- */
#footer {
	clear:both;
	width: 720px;
	border-top: #075288 solid 1px;
}
#footer p {
	line-height: 150%;
	text-align: center;
	margin: 0px;
	padding: 10px 0px;
	color:#000;
}

.video-js .vjs-time-control { /*再生時間/全体時間表示*/
    display: block;
}
.video-js .vjs-remaining-time { /*残り時間非表示*/
    display: none;
}
.video-js .vjs-picture-in-picture-control { /*ピクチャーインピクチャー非表示*/
    display: none;
}

#title {
	overflow: hidden;
	width: 100%;
  color: #F0F0F0;
  text-align: center;
  padding: 0.4em;
  font-size: 14px;
  background-color: #0F0F0F;
  border: none;
}

#listbox {
	overflow: hidden;
	width: 90%;
	margin: 0.4em auto;
	text-align: center;
	position: relative;
}
#listbox select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border-radius: 2px;
	border: 1px solid #666666;
  background-color: #333;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 38px 8px 8px;
	color: #F0F0F0;
  font-size: 14px;
}
#listbox select::-ms-expand {
    display: none;
}
#listbox::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #F0F0F0;
	pointer-events: none;
}
#listbox option {
  background-color: #333;
  color: #F0F0F0;
}
