@charset "Shift_JIS";
/* ---------------------------------------------------
	dir: /bravia/update/
	filename: update_news.css
	style info: For Update Information Page
		1. Basic Layout
		2. Download Button
		3. Tab navigation
		4. Update News List
		5. Update Info Table
		6. Common Module
--------------------------------------------------- */
/* ---------------------------------------------------
	1. Basic Layout
--------------------------------------------------- */
h1 {
	margin-bottom: 15px;
}

.contentArea {
	min-height: 300px;
	height: auto ! important;
	height: 300px;
}


/* ---------------------------------------------------
	2. Download Button
--------------------------------------------------- */
#dlBtn {
	text-align: right;
}
#dlBtn li {
	display: inline;
	padding-left: 10px;
}
#dlBtn li img {
	vertical-align: bottom;
}


/* ---------------------------------------------------
	3. Tab navigation
--------------------------------------------------- */
#tabNavi {
	margin: 25px 0 35px;
	padding-left: 30px;
	background: url(/s-frame/update/images/update_bg.gif) no-repeat left bottom;
}
#tabNavi li {
	display: inline;
	padding-right: 18px;
}
#tabNavi img {
	vertical-align: bottom;
}


/* ---------------------------------------------------
	4. Update News List
--------------------------------------------------- */
/* clearfix */
.updateNews:after {
	content: "";
	display: block;
	clear: both; 
}
.updateNews {
	zoom: 1;
	margin-top:40px;
}

.updateNews dt {
    float: left;
    width: 150px;
}
.updateNews dd {
	margin-left: 150px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}
.updateNews .newsEnd {
	color: red;
}
	/* For IE6 Only */
	* html .updateNews dd {
		height: 1%;
	}
.updateNews .newsHeadline {
	padding-left: 0;
	background: none;
	font-weight: bold;
}
.updateNews .newsHeadlineLink {
	font-weight: bold;
}


/* ---------------------------------------------------
	5. Update Info Table
--------------------------------------------------- */
.updateNews .updateInfo {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	background: none;	
}
.updateInfo table {
	border-left: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b;
	width: 100%;
	margin: 0 0 50px;
	table-layout:fixed;
}
.updateInfo table th{
	width:200px;
}

.updateInfo table th,
.updateInfo table td {
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	padding: 5px;
}


.updateInfo table th {
	background: #f3f3f3;
	line-height: 1.4;
}
.updateInfo table th.subTh {
	width: auto;
}
.downloadCell {
	background: #f3f3f3;
}

/* Table Layout Pattern */
.tableType1 .baseCell td {width: 250px;}
.tableType1 .downloadCell {width: 249px;}

.tableType2 .baseCell td {width: 120px;}
.tableType2 .baseCell td.versionCheck {width: 119px;}
.tableType2 .downloadCell {width: 249px;}

.tableType3 .baseCell td {width: 185px;}
.tableType3 .downloadCell {width: 379px;}

.tableType4 .baseCell td {width: 120px;}
.tableType4 .baseCell td.versionCheck {width: 119px;}


/* ---------------------------------------------------
	6. Common Module
--------------------------------------------------- */
/* Link Decoration */
.arrow {
	padding-left: 10px;
	background: url(/share/images/arrow_black.gif) no-repeat left 0.3em;
}

/* Margin */
.mb0 {margin-bottom: 0 ! important;}
.mb20 {margin-bottom: 20px ! important;}

/* Text-align */
.alignCenter {text-align: center;}
.alignRight {text-align: right;}

/* List Indent */
.indent li {
	padding-left: 2.1em;
	text-indent: -2.1em;
}
.indentType2 li {
	padding-left: 0.5em;
	text-indent: -0.5em;
}