<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =================================
	LAYOUT CSS
================================= */



div.header .logo a{
	display: block;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.header p.date{
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
@media all and (min-width: 768px) {
div.header {
	background-image:url(../img/cum_header.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	height: 150px;
}
div.header div.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}




}
@media all and (max-width: 767px) {
div.header {
	background-image:url(../img/cum_header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin:0 auto;
	padding-top:15.3061224%;
}



div.header p.date{display: none;}
}

/*	menu	
============================== */

@media all and (min-width: 768px) {
.highlights div.menu ul li.m-highlight a:after,
.players div.menu ul li.m-player a:after,
.about div.menu ul li.m-about a:after,
.onair div.menu ul li.m-onair a:after,
.wynn div.menu ul li.m-wynn a:after,
.video div.menu ul li.m-video a:after {	height:5px;}
}



/*	main header
============================== */
main header.main div.header {
	position:relative;
	background-color:#000;
	border-bottom:6px solid #ba960b;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

.onair main header.main div.header,
.video main header.main div.header,
.players main header.main div.header,
.highlights main header.main div.header,
.wynn main header.main div.header
 {	background-image:url(../img/head_img.jpg);}

main header.main div.header h1 span:after {
	font-size: 56.3%;
	color: #ffffff;
	padding-left: 15px;
}
.highlights main header.main div.header h1 span:after {content:"HIGHLIGHT";}
.video main header.main div.header h1 span:after {content:"MOVIE";}
.palace main header.main div.header h1 span:after {content:"WYNN PALACE";}
.players main header.main div.header h1 span:after {content:"PLAYERS";}
.onair main header.main div.header h1 span:after {content:"ONAIR";}

main header.main img {
	display:block;
}

main header.main div.header h1 {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
}
main header.main div.header h1 span {
	display:block;
	text-shadow:0px 0px 3px #ffffff;
}

@media all and (min-width: 768px) {
main header.main {
	/*padding-top:30px;*/
}
main header.main img {
	width:980px;
	height:150px;
}
main header.main div.header {
	height:150px;
}

main {
	padding-bottom:74px;
}

main header.main div.header h1 span {
	padding:20px 50px;
	font-size: 181.3%;
}

}
@media all and (max-width: 767px) {

main header.main div.header {
	position:relative;
	height:0;
	padding-top:29.5918367346939%;
}
main header.main img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

main header.main div.header h1 span {
	padding:11px 15px;
	font-size: 112.5%;
}

}


/*	main contents
============================== */

main div.contents {
	background-color:#fff;
		background-repeat:no-repeat;
	background-position:right bottom;
	color: #000;
}

@media all and (min-width: 768px) {
main div.contents {
	padding:30px;
	border-bottom:6px solid #ba960b;
}
.br-sp { display:none;}
.card-img span{background-repeat: no-repeat;width:800px; height:300px;display:block;margin:5px auto;}
.palace-img span{background-repeat: no-repeat;width:790px; height:408px;display:block;margin:5px  auto;}
.onair-time {font-size:2.5em;color:#bda103;}
}
@media all and (max-width: 767px) {
main div.contents {
	padding:15px 15px 30px;
}
.palace-img span{width:100%; height:0;padding:51.6455696202532% 0 0;background-size: contain; position:relative;text-indent: -9999px;}
.card-img span{width:100%; height:0;margin:8px auto;padding:37.5% 0 0;background-size: contain; position:relative;text-indent: -9999px;}

.onair-time {font-size:1.5em;}
}




</pre></body></html>