@charset "utf-8";
.cptvnew {
	background: rgba(1, 64, 153, 0.9);
	bottom: 0;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', verdana, Helvetica, Arial, sans-serif;
	/*height: 50px;*/
	padding: 25px 0;
	position: fixed;
	width: 100%;
	z-index: 999999999;/*2147483647*/
}
.cptvnew .titleback {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	width: 45px;/*45px*/
	z-index: 9999999;
}
.cptvnew .title {
	color: #16a7ea;
	position: absolute;	
	text-align: center;
	width: 45px;
	z-index: 100;
}
.cptv_play {
	padding: 0 !important;
}
.cptv_play img {
	height: 50px;/*50px*/
	width: 45px;/*45px*/	
}
.cptvnew .cptv_btn {
	background-color: rgba(234, 234, 26, 1);
	bottom: 0;
	color: #fff;
	font-weight: bold;
	height: 100%;
	position: absolute;
	right: 0;	
	width: 45px;/*40px*/
	z-index: 99999999;
}
.cptvnew .cptv_btn p {
	color: #014099;
	cursor: pointer;
	display: table;
	height: 100%;
	letter-spacing: 0;
	padding: 0 !important;
	position: relative;	
	width: 100%;
}
.cptvnew .cptv_btn span {
	display: table-cell;
	color: #014099 !important;
	font-size: 18px;/*18px*/
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.cptvnew .cptvtxt {
	color: #fff;
	font-weight: bold;
	height: 100%;
	left: 45px;/*45px*/
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.cptvnew .cptvtxt a {
	color: #fff !important;
	text-decoration: none;
}
.cptvnew .cptvtxt span {
	color: #ffd200;
}
.cptvnew ul {
	height: 100%;
	min-width: 1024px;
	overflow: hidden;
	position: relative;
	right: 0;
	-webkit-text-size-adjust: none;
}
.cptvnew li {
	height: inherit;
	/*left: 100%;*/
	list-style-type: none;
	margin: 0;
	min-width: 1024px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
}
.cptvnew li p {
	box-sizing: border-box;
	display: block;	
	color: #fff;
	font-size: 12px !important;/*12px*/
	letter-spacing: 0 !important;
	line-height: 1.5;
	padding: 1.4em;
	text-decoration: none;
	white-space: nowrap;
}

@media only screen and (min-width: 769px) {
	.cptvnew {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.cptvnew .titleback {
		width: 45px;
	}
	.cptvnew .cptv_btn {
		width: 45px;
	}
	.cptvnew .cptv_btn span {
		font-size: 18px;/*125%*/
	}
	.cptvnew .cptvtxt {
		left: 45px;
	}
	.cptvnew li {
		width: 100%;
	}
	.cptvnew li p {
		font-size: 14px !important;/*88%*/
		line-height: 1;
	}
}