@charset "UTF-8";
#playerBox {
	clear: both;
	min-height: 270px;
}
#playerMain {
	float: left;
	width: 640px;
}
#videoList {
	overflow-y: auto;
	width: 320px;
	height: 360px;
	float: right;
}
#videoList a.item.current {
	background-color: #FFFFd5;
	cursor: default !important;
}
#videoList a.item:hover {
	background-color: #EEE;
}
#videoList a.item:hover.current {
	background-color: #FFFFd5;
}
#videoList a.item p {
	margin-left: 120px;
}
#videoList a.item p.thumb {
	margin-left: 0px;
}
#videoList a.item p.thumb img {
	max-width: 112px;
	height: 63px;
	float: left;
}
#tab {
	line-height: 20px;
	height: 20px;
}
#tab ul {
	float: right;
}
#tab ul li {
	float: left;
	margin-right: 5px;
}
#tab ul li a {
	color: #666;
	text-decoration: none;
	background-color: #FFF;
	padding: 0px 15px;
	display: block;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#tab ul li a:hover {
	background-color: #EEE;
}
#tab ul li a.current {
	background-color: #FFFFd5;
}
#tabSort {
	line-height: 20px;
	height: 20px;
}
#tabSort ul {
	float: right;
}
#tabSort ul li {
	float: left;
	margin-right: 5px;
}
#tabSort ul li a {
	color: #666;
	text-decoration: none;
	background-color: #FFF;
	padding: 0px 15px;
	display: block;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
#tabSort ul li a:hover {
	background-color: #EEE;
}
#tabSort ul li a.current {
	background-color: #FFFFd5;
}

#player_size {
	height: 360px;
	width: 640px;
}


h3 {
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;	
}
#playerMain,
.box640 {
	width: 640px;
	margin: 0px auto 20px;
}
#btnRight {
	float:right;
	padding: 5px 10px;
	border: 1px solid #999;
	cursor: pointer;
}
#completeBanner {
	text-align: center;
	display: none;
}
#epre {
	height: 650px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
	overflow: hidden;
}
#epre iframe {
	height: 650px;
	width: 930px;
}
#ccBox {
	font-size: 14px;
	min-height: 1.5em;
	width: 620px;
	margin: 0px auto 20px;
	color: #FFF;
	padding: 10px;
	background-color: #000;
}
#playerMain2,
.box640 {
	width: 640px;
	margin: 0px auto 20px;
}

#playerMain_bkGround {
	width: 1000px;
	height: 562px;
	margin: 0px auto 20px;
	position: relative;
}

#playerMain_bkGround p {
	position: absolute;
	color:white;
	font-weight: bold;
	font-size: 4em;
	font-family :Quicksand, sans-serif;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

/*�\�[�X�ē��p�̘g*/
.source{
  padding: 10px;
  height: 300px;
  outline-style: solid;
  outline-width: 2px;
  overflow: scroll;
  font-family: 'MS P����';
  font-size: 15px;
}

/*�ǉ��\�[�X�ē��p�̘g*/
.source-add{
  height: 70px;
  outline-style: solid;
  outline-width: 2px;
  overflow: scroll;
  font-family: 'MS P����';
  font-size: 15px;
}

.area-title{
  font-size: 17px;
  font-weight: bold;
  
}


.dynamicplayer {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.h720 {
	width: 1280px;
	height: 720px;
}

.h480 {
	width: 854px;
	height: 480px;
}

.h360 {
	width: 640px;
	height: 360px;
}

.h270 {
	width: 480px;
	height: 270px;
}

button {
	width: 200px;
	height: 50px;
	
}