@charset "Shift_JIS";
/* ---------------------------------------------------
	dir: /cyber-shot/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
--------------------------------------------------- */
body{
	/*font-size:13px!important;*/
}

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0 0 .3em;
}
h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


/* Layout Element */
.contentArea {
	padding: 30px 50px 25px;
	font-size:13px!important;
}
.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;
	border-bottom: 1px solid #b5b5b5;
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 2px;
}
.contentArea h3 {
	margin-bottom: 8px;
}
.contentArea h4 {
	margin-bottom: 5px;
}
.contentArea h5,
.contentArea h6 {
	margin-bottom: 2px;
	font-weight: normal;
}
.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 {
	margin-bottom: 60px;
}
.list li {
	padding-left: 1.6em;
	text-indent: -1.6em;
	padding-bottom: 0.1em;
}
.listDisc li {
	padding-left: 1em;
	text-indent: -1em;
}
.attention {
	padding:1em;
	padding-left: 4em;
	text-indent: -3em;
	background: #f7f7f7;
	color:#ff0000;
}
.error {
	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;
	margin-bottom: 20px;
}
.licenseAgreement ul.list li {
	margin-left:1.7em;
	padding:0 0 0.4em 0;
	list-style-type:decimal;
	text-indent:0;
}
/* License Agreement */
.licenseAgreement2 {
	overflow: auto;
	height: 150px;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.licenseAgreement2 ul.list li {
	margin-left:1.7em;
	padding:0 0 0.4em 0;
	list-style-type:decimal;
	text-indent:0;
}


/* 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;
	}
	
#fileDLBtn {
	margin-top:30px;
	padding-left:160px;
	zoom:1;
}

#fileDLBtn:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

#fileDLBtn .left,
#fileDLBtn .right {
	float:left;
	margin-right:20px;
	width: 210px;
	border: 1px solid #9f9f9f;
	padding: 12px;
	font-size: 110%;
	text-align: center;
}

#fileDLBtn .left a,
#fileDLBtn .right a {
	background: url(/share/images/arrow_black.gif) no-repeat left 0.3em;
	padding-left:12px;
}

/* 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;}
.mb10 {margin-bottom: 10px!important;}

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

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

.bold {font-weight:bold;}
.clearfix {
	zoom:1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/* ---------------------------------------------------
	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;}

.word_red{
	color:#d10000;
}
.taright{
	text-align:right;
	margin:0 13px 0 0;
}
pre {
	font-size:0.8em;
	line-height:1.5;
	font-family: "‚l‚r –¾’©",serif!important;
}
