/*=========================================================


	Site Name   SONY /rec-media/hdd/compatible/
	File Name   correspondence.css

	Create Date 2014/10/24



==========================================================*/

/*--------------- compatible  top ---------------*/
ul.icon li {
list-style:none;
width:165px;
float:left;
text-align:center;
margin:10px 10px 20px 0;
min-height:180px;
height:auto !important;
height:210px;
}

ul.icon li.end {
float:left;
text-align:center;
margin:10px 0 20px 0;
}


/*--------------- compatible  lower ---------------*/
h1{
font-size:16px;
margin:10px 0;
}

tr.brand,th.brand,td.brand {
    background-color: #FFFFE7 !important;
    text-align: left;
    font-weight: bold;
	padding-left:5px;
	height: 40px;
}
	
.update{
width:950px;
color:#666;
font-size:12px;
margin-bottom:10px;
text-align:right;
}
.att{
color:#666;
}
.att ul{
margin:10px 0 20px 0;
padding:0 0 0 30px;
}
.att ul li{
line-height:1.6em;
font-size:14px;
}


/* 基本のテーブル定義 */
table.t {border:1px solid   #000000;border-collapse:collapse;table-layout:fixed;font-size:15px; height:235px;}
table.t td{border:1px solid #000000;height:50px;}
table.t tr.brand td{height:40px;}
table.t th{border:1px solid #000000;font-size:13px; line-height: 16px;}
table.t th{background-color:#dfe8ec;color:#000000; height:50px;}
table.t th.brand{height:40px;}
table.t td{color:#000000; text-align:center;}

/*
  データ域        100×3+110 = 810
  ＋スクロール域  +16       = 396
  ＋垂直ヘッダ    +90       = 486
  スクロール範囲      (w×h) 280×130
  バー付データ部サイズ(w×h) 296×145  (バー　v16:h15)
  ヘッダを含むサイズ  (w×h) 386×167  (ヘッダ１行18px)
 */
[name="T"] {width:900px;}
[name="T"]  th{width:100px}
[name="T"]  td{width:100px}
[name="T"]  th:nth-child(4){width:100px}
[name="T"]  td:nth-child(4){width:100px}
[name="TV"] th{width:160px}

#header_h {
   position: absolute;left:160px;top:0px;
   width:790px;
   overflow-x:hidden;overflow-y:hidden;
   }
#header_v {
   position: absolute;left:0px;top:234px;
   width:160px !important; height:318px; 
   overflow-x:hidden;overflow-y:hidden;
   }
#data {
	position: absolute;
	left: 160px;
	top: 234px;
	overflow-x: scroll;
	overflow-y: scroll;
	width: 808px;
	height: 335px;
	background:#FFFFFF;
   }