@charset "UTF-8";
/* CSS Document */

#theme {
	background-color:#fff9c4;
	background-image:url("/common/images/pattern/pat_bg_yellow_006.png");
	background-repeat:repeat;
	background-position:center top;
	-webkit-background-size:auto,auto;
	background-size:auto,auto;
	min-width:1000px;}
	
#theme #fp-l a,
#theme #fp-l a:link,
#theme #fp-l a:visited,
#theme #fp-l a:hover,
#theme #fp-l a:active { color:#e64a19;}

#theme #fp-l h2 { color:#004d40; background:url("/common/images/pattern/pat_green_009.png") repeat; border-bottom: 4px solid #004d40;
	-webkit-background-size:5px 5px;
	background-size:5px 5px;}
#theme #fp-l h3 { background-color:#009688;}
#theme #fp-l h4 { border-left-color: #009688;}
#theme #fp-l #fp-airdate { color:#00c853;}

#theme #fp-l #fp-nav ul{ background-color: #5dd415; color:#fff; border-bottom: 1px solid #33691e;}
#theme #fp-l #fp-nav ul li a {color:#fff; background-color:#5dd415;}
#theme #fp-l #fp-nav ul li a:hover { background-color: #73e42f;}
/*#theme #fp-l #fp-nav ul li a.current { background-color: #3a0d34; box-shadow: inset 0 4px 0 #330e2e;}*/
#theme #fp-l .btn a { color: #fff; background-color:#fa2c3c; box-shadow: 0 4px 0 #93000c,inset 0 0 2px rgba(255, 255, 255, 0.6);}
#theme #fp-l .btn a:hover { background-color: #ff505e;}
#theme #fp-l p.apply a { float: none; width: 17em; margin: 0 auto; display: block;}

#theme #fp-l #fp-ftr  { border-top: 1px solid #ffe7ff; background: #fff5ff;}

/* backnumber ---------- */
#theme #fp-l #fp-cnt .listbox { background-color:#fff;}

/*common*/
.nobr { white-space:nowrap;}
ul.channel,ul.note {padding-left:1em;}
ul.channel li,ul.note li {text-indent:-1em;}
ul.note {margin-top:0.5em;}

/*cast*/
#theme #fp-l #fp-cnt div.cast:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
#theme #fp-l #fp-cnt div.cast img {
	display:block;
	float:right;
	margin:0 0 10px 10px;
}


/* ------------------------------
  for Smartphone
------------------------------ */
.cx_smartphoneview #theme{ min-width:640px;}
.cx_smartphoneview #theme #fp-l h2 { background-image:url("/common/images/pattern/pat_green_009_2x.png") ;
	-webkit-background-size:10px 10px;
	background-size:10px 10px;}
.cx_smartphoneview #theme #fp-l table th,
.cx_smartphoneview #theme #fp-l table td { font-size:26px;}
