/* CSS Document */

/* body#shoIndex：番組ページスライダー
------------------------------------------------------------------*/

body#shoIndex #mainSwf{
	width:486px !important;
	height:373px !important;
	position:relative;
	overflow:hidden;
	background:#000;
	margin:0;
	padding:5px !important;
	z-index:0;
	float:left;
}

body#shoIndex #mainSwf .flex-viewport{
	width:486px !important;
	height:312px !important;
}

/* #slider
-------------------------------------------*/

body#shoIndex #mainSwf #slider{
	width:486px !important;
	height:312px !important;
	position:absolute;
	overflow:hidden;
	margin:0;
	padding:0;
	z-index:0;
}

body#shoIndex #mainSwf #slider img{
	width:100%;
	height:auto;	
}

body#shoIndex #mainSwf #slider .caption{
	position:relative;
	background:#000;
	opacity:0.8;
	padding:10px;
	width:466px;
	min-height:87px;
	z-index:9999;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body#shoIndex #mainSwf #slider .flex-caption{
	opacity:1;
	line-height:1.3;
	color:#D9DBDF;
}

body#shoIndex #mainSwf #slider .flex-caption em{
	font-size:110%;
	font-weight:bold;
	color:#fff;	
	margin-right:10px;
}

body#shoIndex #mainSwf #slider .flex-caption .week{
	color:#B9E2DC;
	font-size:80%;
}

body#shoIndex #mainSwf #slider .flex-caption .txt{
	display:block;
	margin-top:5px;
	font-size:90%;
}

/* #carousel
-------------------------------------------*/

body#shoIndex #mainSwf #carousel{
	position:absolute;
	width:486px !important;
	height:57px !important;
	padding:0;
	overflow:hidden;
	margin:316px 0 0 0 !important;
}

body#shoIndex #mainSwf #carousel .slides{
	padding-left:9px !important;
}

body#shoIndex #mainSwf #carousel .slides li{
	width:77px !important;
	height:55px !important;
	float:left !important;
}

body#shoIndex #mainSwf #carousel .slides li img{
	width:75px !important;
/*	height:53px !important;*/
	height:auto !important;
	padding:1px !important;
	background:#12214E;
	margin-top: 4px;
}

body#shoIndex #mainSwf #carousel .slides li img:hover,
body#shoIndex #mainSwf #carousel .slides li.flex-active-slide img{
	width:71px !important;
/*	height:49px !important;*/
	height:auto !important;
	padding:3px !important;
	background:#FFF600;	
}

body#shoIndex #mainSwf #carousel .flex-direction-nav a{
	position:absolute;
	width:9px !important;
	height:57px !important;
	display:block;
	text-indent:9999px;
}

body#shoIndex #mainSwf #carousel .flex-direction-nav a.flex-prev{
	background: url(../../show/img/nav_next.png) no-repeat 0 0;
	top: 0;
	left: 0;
}

body#shoIndex #mainSwf #carousel .flex-direction-nav a.flex-next{
	background:url(../../show/img/nav_prev.png) no-repeat 0 0;
	top:0;
	left:477px;
}

/* body#home：トップページスライダー 
------------------------------------------------------------------*/

body#home #mainSwf{
	width:552px !important;
	height:387px !important;
	position:relative;
	overflow:hidden;
	background:#000;
	margin:0;
	padding:5px !important;
	z-index:0;
}

body#home #mainSwf .flex-viewport{
/*	width:552px !important;
	height:387px !important;*/
	height:385px !important;
}

/* #slider
-------------------------------------------*/

body#home #mainSwf #slider{
	width:469px !important;
	height:388px !important;
	position:absolute;
	overflow:hidden;
	margin:0 0 0 83px;
	padding:0;
	z-index:0;
}

body#home #mainSwf #slider img{
	width:100%;
	height:auto;	
}

body#home #mainSwf #slider .caption{
	
	position:relative;
	background:#000;
	opacity:0.8;
	padding:10px;
/*	width:401px;*/
	min-height:57px;
	z-index:9999;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body#home #mainSwf #slider .flex-caption{
	opacity:1;
	line-height:1.3;
	color:#D9DBDF;
}

body#home #mainSwf #slider .flex-caption em{
	font-size:110%;
	font-weight:bold;
	color:#fff;	
	margin-right:10px;
}

body#home #mainSwf #slider .flex-caption .week{
	color:#B9E2DC;
	font-size:80%;
}

body#home #mainSwf #slider .flex-caption .txt{
	display:block;
	margin-top:5px;
	font-size:90%;
}

/* #carousel
-------------------------------------------*/

body#home #mainSwf #carousel{
	position:absolute;
	width:79px !important;
	height:388px !important;
	padding:0;
/*	overflow:hidden;*/
	margin:0 0 0 0 !important;
}


body#home #mainSwf #carousel .slides{
	padding-top:30px !important;
	z-index:1;
}


body#home #mainSwf #carousel .slides li{
	width:79px !important;
	height:57px !important;
/*	float:left !important;*/
	float:none !important;
	z-index:1;
}

body#home #mainSwf #carousel .slides li img{
	width:77px !important;
	height:55px !important;
	padding:1px !important;
	background:#12214E;
}

body#home #mainSwf #carousel .slides li img:hover,
body#home #mainSwf #carousel .slides li.flex-active-slide img{
	width:73px !important;
	height:51px !important;
	padding:3px !important;
	background:#FFF600;	
}


body#home #mainSwf #carousel .flex-direction-nav a{
	position:absolute;
	width:79px !important;
	height:30px !important;
	display:block;
	text-indent:9999px;
	z-index:9999;
}

body#home #mainSwf #carousel .flex-direction-nav a.flex-prev{
	background:url(../img/nav_next.png) no-repeat 0 0;
	top:0;
	left:0;
}

body#home #mainSwf #carousel .flex-direction-nav a.flex-next{
	background:url(../img/nav_prev.png) no-repeat 0 0;
	top:357px;
	left:0;
}
