@charset "Shift_JIS";
/* ---------------------------------------------------
	dir: /cs-tuner/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;
}
.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;
}

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

