@charset "Shift_JIS";
/* ---------------------------------------------------
	dir: /bravia/update/
	filename: update_others.css
	style info: For Update Other Pages
		1. Basic Layout
		2. Text Element
		3. Table
		4. Common Module
		5. Settings on each page
--------------------------------------------------- */
/* ---------------------------------------------------
	1. Basic Layout
--------------------------------------------------- */
/* Layout Element */
.contentArea {
	padding: 30px 50px 0;
}
.section {
	margin-bottom: 2em;
}
.inner {
	padding: 0 13px;
}
.indentLv1 {
	padding-left: 20px;
}

/* 2Column Layout */
.boxL,
.boxR {
	display: table-cell;
	vertical-align: top;
}
	/* for IE6 */
	* html .boxL,
	* html .boxR {
		display: inline;
		zoom: 1;
	}
	
	/* for IE7 */
	*:first-child+html .boxL,
	*:first-child+html .boxR {
		display: inline;
		zoom: 1;
	}

/* To Update Index Page */
.toHomeBtn {
	margin-left: 10px;
}

/* ---------------------------------------------------
	2. Text Element
--------------------------------------------------- */
h1 {
	margin-bottom: 20px;
}
.contentArea h2 {
	margin-bottom: 15px;
}
.contentArea h3 {
	margin-bottom: 5px;
}
.contentArea h4 {
	margin-bottom: 2px;
}
.contentArea h5,
.contentArea h6 {
	margin-bottom: 2px;
	font-weight: normal;
	font-size:12px;
}
.contentArea h6 {
	margin-top:0;
}
@media (max-width:640px){
.contentArea h5,
.contentArea h6 {
	font-size:14px;
}

}
.contentArea p {
	margin-bottom: 1em;
}
.contentArea ol {
	padding-left:20px;
}
.contentArea ol li {
	list-style-type: decimal;
	padding-left: 0;
	text-indent: 0;
}

/* ---------------------------------------------------
	3. Table
--------------------------------------------------- */
.contentArea table {
	border-left: 1px solid #9b9b9b;
	border-top: 1px solid #9b9b9b;
	width: 100%;
}
.contentArea table th,
.contentArea table td {
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	padding: 5px 10px;
}
.contentArea table th {
	background: #f3f3f3;
	line-height: 1.4;
	text-align: center;
}


/* ---------------------------------------------------
	4. Common Module
--------------------------------------------------- */
/* Text-indent */
.list li {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.listDisc li {
	padding-left: 1em;
	text-indent: -1em;
}
.attention {
	padding-left: 3em;
	text-indent: -3em;
}
p.indent2em {
	padding-left: 2em;
	text-indent: -2em;
}

/* Notes */
.notes li {
	padding-left: 1em;
	text-indent: -1em;
}

/* Q&A */
.qa dt,
.qa dd {
	padding-left: 2em;
	text-indent: -2em;
}
.qa dd {
	margin-bottom: 1.5em;
}
.qa dd p.indent0 {
	text-indent: 0;
}

/* License Agreement */
.licenseAgreement {
	overflow: auto;
	height: 150px;
	padding: 20px;
	border: 1px solid #ccc;
}

/* Update Flile Download  */
#confirm {
	margin-top: 20px;
	text-align: center;
}
#confirm label input {
	margin-right: 5px;
	vertical-align: text-top;
}
	* html #confirm label input {
		vertical-align: middle;
	}
	
	*:first-child+html #confirm label input {
		vertical-align: middle;
	}
	
#confirm #fileDLBtn {
	border: none;
	background: none;
	margin-top:10px;
}


/* Link Decoration */
.arrow {
	padding-left: 10px;
	background: url(/share/images/arrow_black.gif) no-repeat left 0.3em;
}

/* Margin */
.mb0 {margin-bottom: 0 ! important;}
.mb1em {margin-bottom: 1em ! important;}
.mb1_5em {margin-bottom: 1.5em ! important;}
.mb2em {margin-bottom: 2em ! important;}
.mb3em {margin-bottom: 3em ! important;}

/* Padding */
.pt1_5em {padding-top: 1.5em ! important;}

/* Text-align */
.alignCenter {text-align: center ! important;}
.alignRight {text-align: right! important;}


/* ---------------------------------------------------
	5. Settings on each page
--------------------------------------------------- */
/* what.html
--------------------------------------------------- */
/* 2Column Pattern */
.clmPattern1 .boxL {
	width: 622px;
	padding-right:20px;
}
.clmPattern1 .boxR {
	width: 172px;
}
.clmPattern1 .boxR img {
	padding: 15px;
	border: 1px solid #999;
}

.clmPattern2 .boxL,
.clmPattern2 .boxR {
	width: 337px;
	padding-left:65px;
}


/* version.html
--------------------------------------------------- */
/* 2Column Pattern */
.clmPattern3 .boxL {
	width: 633px;
	padding-right:20px;
}
.clmPattern3 .boxR {
	width: 161px;
}

/*  dltime********.html
--------------------------------------------------- */
.cell1 {width: 220px;}
.cell2 {width: 240px;}
.cell3 {width: 300px;}



ul li{
	list-style-type:none;
}



@media(max-width:640px){
	.mod-contentContainer .contentArea {
		padding: 30px 0;
		word-break: break-all;
		word-wrap: break-word;
	}

	
	.mod-contentContainer .contentArea li{
		padding:0;
	}

	.mod-contentContainer .contentArea img{
		width:100%;
		height:auto;
	}

	.mod-contentContainer .contentArea .boxL{
		padding:0;
		width:100%;
		display:block;
	}
	.mod-contentContainer .contentArea .boxR{
		padding:0;
		width:100%;
		display:block;
	}


	.mod-contentContainer .contentArea .boxR img{
		width:148px;
		height:auto;
	}

}