@charset"utf-8";


/*-----------------------------------------------------------------------
    
	CSS information
	 
	 Site URL     :   http://otn.fujitv.co.jp/index.html
	 Created      :   2009-02-10
	 Last update  :   2015-02-25
	 Copyright    :   (C)Fuji Television Network,inc
	 
-------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
    
	CSS order rule
	
	(1)Qualification property

	  display
	  list-style
	  position
	  float
	  clear

    (2)Box property

	  width
	  height
	  margin
	  padding
	  border
	 
    (3)Background property
    
	  background
	 
	(4)Text property
	
	  color
	  font
	  text-decoration
	  text-align
	  vertical-align
	  white-space
	   
    (5)Content property

      content
	 
	
-------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
     テーブル枠の設定
-------------------------------------------------------------------------*/

A:link {color:#4169e1; text-decoration:none;}
A:visited {color:#4169e1; text-decoration:none;}
A:hover {color:#4169e1; text-decoration:none;}
A {text-decoration:none;}
table {
	width: 940px;
	border-spacing: 0px;
	border: 1px #B7B7B7 solid;
	background-color: #FFFFFF;
	margin: 0 auto;
	table-layout:fixed;

	border-collapse: separate;
	border-top: none;
	border-left: none;
}
thead{
	background-color:#D7DAE8;
}
tfoot{
	background-color:#D7DAE8;
}
th{	
	border: 1px #B7B7B7 solid;
	width:21px;
	background-color:#E7E9F1;

	border-right: none;
	border-bottom: none;
}

#TVProgram1 td,#TVProgram2 td,#TVProgram3 td {
	border: 1px #B7B7B7 solid;
	width:118px;
	padding:4px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	line-height:1.6;

	border-right: none;
	border-bottom: none;
}
#sat{background-color:#B6D1FC;}
#sun{background-color:#FEB4D6;}
#space{background-color:#D7DAE8;}
#TVPjrogramColBg{background-color:#fffaec;}

/*-----------------------------------------------------------------------
     文字要素の設定
-------------------------------------------------------------------------*/
.oa {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align: center;
}
.time {font-size:12px; color:#333333; font-weight:bold; display: inline;}
.title {font-size:13px; color:#660000; font-weight:bold;}
.subtitle {font-size:12px; color:#333333;
line-height:14px;word-wrap: break-word; margin-top:3px;}
.cast {font-size:10px; color:#fa3f92;}
.note {font-size:11px; color:#ff0000; margin-top: 8px;}