@charset "utf-8";

p, h, ul, ol, dl, dd, body, form {
    margin: 0;
    padding: 0;
}
p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
    vertical-align: bottom;
    border-style: none;
}
body {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    width: 100%;
}
hr {
    border-width: 2px 0px 0px 0px; /* 太さ */
    border-style: solid; /* 線種 */
    border-color: #ddd;   /* 線色 */
    height: 1px;         /* 高さ(※古いIE用) */
}
.main {
    display: block;
    /* [disabled]background-color: #C0B8B8; */
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
}
.logo {
    float: left;
    margin-top: 20px;
    cursor: pointer;
    height: 100px;
}
.company {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans";
    font-size: 25px;
    width: 500px;
    color: #494949;
    float: right;
    text-align: right;
    margin-top: 30px;
    font-weight: bold;
}
.title {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Avenir, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans";
    font-size: 20px;
    width: 500px;
    color: #494949;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
    text-align: right;
    float: right;
}
.movie {
    
    width:854px;
    height:480px;
float: right;
    height: auto;
   
}
.material {
    /* [disabled]background-color: #f4f4f4; */
    width: 854px;
    font-size: 16px;
    color: #494949;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
    border-radius: 4px;
    /* [disabled]border: 1px solid #aaa; */
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
    /* [disabled]float: right; */
    padding-top: 2px;
    padding-bottom: 2px;
}

.material .document_list {
    display: inline-block;
}

.material br {
    display: none;
}

.material img {
    margin-bottom: 2px;
}
.material a {
    margin-right: 10px;
}


.material_pdf {
	cursor: pointer;
	/* [disabled]padding-left: 20px; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	float: left;
}
.material_pdf img {
    vertical-align: middle;
}
.material a:link {
    color: #494949;
}
.material a:visited {
    color: #494949;
}


video {
    background-color: black !important;
    width: 854px;
    height: 480px;
}

.video_width {
    width:856px;
    height:483px;
float: right;
    border: 1px solid #000;  /* 外枠 */
   margin-top: -199px; 
  box-sizing: border-box;
}

.document_list {
    display: inline-block;
    margin: 0 10px 0 0;
}

.document_list img {
    vertical-align: middle;
}

.document_list span {
    vertical-align: middle;
}

.document_list a {
    text-decoration: underline;
    cursor: pointer;
}

.video-js .vjs-poster {
    background-size: cover !important; /* プレイヤーのサイズに合わせて拡大 */
    background-position: center; /* 中央配置 */
    background-repeat: no-repeat; /* 繰り返しを防ぐ */
}

 .video-js video {
      width: 100% !important;
      object-fit: cover !important; /* 全画面でもプレイヤーのサイズにフィット */
 }

/* フルスクリーン時の親を100%に */
.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
  }

  /* 実際の video 要素を画面いっぱいに */
  .video-js.vjs-fullscreen video,
  .video-js.vjs-fullscreen .vjs-tech {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; /* ← 余白OKで全体を表示 */
  }

  /* 画面いっぱいにトリミングしたい場合は cover に */
  .video-js.vjs-fullscreen.cover video {
    object-fit: cover !important;
  }
table {
	border-collapse: collapse;
	/* [disabled]font-size: 15px; */
	vertical-align: bottom;
	float: left;
	content: "";
	/* [disabled]display: block; */
	clear: both;
	border: 1 solid #494949;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #FBFBFB;
}
table .first {
	font-weight: bold;
	background-color: #ddd;
}
table img {
	margin-right: 5px;
	vertical-align: middle;
}
table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	/* [disabled]cursor: pointer; */
}
.table_text {
	width: 200px;
	text-align: right;
	float: left;
	content: "";
	display: block;
	clear: both;
	font-size: 13px;
	margin-top: 5px;
}
