@charset "Shift_JIS";
/* ---------------------------------------------------
	dir: /system-stereo/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(/bravia/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;
}

.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;
}
	/* 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: 20px;
	padding-left: 0;
	background: none;
}
.updateInfo table {
	border-left: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b;
	width: 100%;
	margin: 0 0 50px;
}
.updateInfo table th,
.updateInfo table td {
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	padding: 5px;
}
.updateInfo table th {
	width: 156px;
	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;
}

/* ---------------------------------------------------
	7. font color
--------------------------------------------------- */
.fontColor-red {color: #F00;
}
/* ---------------------------------------------------
	8. Search Area
--------------------------------------------------- */
#searchBox{float:left;width:841px;}
#searchBox form{
	margin:5px 0;
	background:url(/bravia/update/images/form_bg.gif) no-repeat;
	height:41px;
	width:480px;
	/*border-right:1px solid #CCC;*/
}
#searchBox form input.inputTxt{
	margin:10px 10px 0 10px;
	vertical-align: top;
	width:400px;
}
#searchBox form input.inputBtn{
	margin:10px 9px 0 5px;
}

#sum{
	background-color:#E4E4E4;
	border-bottom:1px solid #999;
	padding:10px 0 10px 10px;
	margin-bottom:20px;
	font-size:110%;
}
/* ---------------------------------------------------
	9. output Area
--------------------------------------------------- */
#errMsg ul{
	margin:10px 20px;
}
#errMsg ul li{
	list-style:disc inside;
}
.updateInfo table th span.red,
.updateInfo table td span.red,
.updateNews dd span.red{
	color: #F00 !important;
}
span.red{
	color: #F00 !important;
}


/*--------------本体アップデート情報------------*/
.update_news {
	/*font-size:95%;*/
	float: left;
	width: 930px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 15px;
}
/*
.update_news dt{
	margin-bottom:20px;
	width: 10em;
	clear: left;
	float: left;
	}
.update_news dd{
	background:url(/share/images/arrow_black.gif) no-repeat scroll left 0.3em;
	word-break:break-all;
	width: 500px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
	float: right;
	}
*/


.update_news dl {
	float: left;
}
.update_news dt {
	clear: left;
	float: left;
	width: 150px;
}
.update_news dd {
	word-break:break-all;
	margin-left: 150px;
	margin-bottom: 10px;
	zoom: 1;
	background-attachment: scroll;
	background-image: url(/share/images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 1em;
	width: 760px;
