@charset "UTF-8";
/* ===========================================
 page
 ===========================================*/

/*----------------------------------------------------
使用ファイル
 /company/public/tv_cm/index.html
------------------------------------------------------*/

.mediaWrap{
	margin:0 auto;
	width: 100% !important;
}
.mediaItem{
	position:relative;
	padding:0 0 56.25%;
	overflow:hidden;
	width: 100% !important;
}
.mediaItem iframe , .mediaItem .jstream-edPlayer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}


/*sp
---------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {

.mediaWrap{
	margin:0 auto;
	width: 100% !important;
}
.mediaItem{
	position:relative;
	padding:0 0 56.25%;
	overflow:hidden;
	width: 100% !important;
}
.mediaItem iframe , .mediaItem .jstream-edPlayer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}


}