

/* 見出し */

.hText {
	color: #146a84;
	background: #e5eff2;
	margin: 24px 0 16px 0;
}



/* 型番テーブル */

.firstTbl {
	margin: 0 0 12px 0;
}
.firstTbl .code {
	color: #2a58a5;
	font-size: 12px;
	font-weight: bold;
}

.hCopy span.copy {
	display: block;
	color: #fff;
	background: #2a58a5;
	font-size: 12px;
	padding: 8px 0 8px 12px;
}


/* アイコンテーブル */

.iconTbl {
	margin: 0 0 16px 0;
}


/* 詳細テーブル */

.detailTbl {
}
.detailTbl th {
	color: #333;
	background: #eff2f8;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.detailTbl td {
	color: #333;
	background: #fff;
	vertical-align: top;
}


/* オプションテーブル */

.option {
	margin: 16px 0 0 0;
}
.optionTbl {
}
.optionTbl td {
	color: #333;
	background: #fff;
	font-size: 12px;
}
.optionTbl td.sample {
	color: #333;
	background: #f9f8e7;
	font-size: 12px;
}
.optionTbl td.copy {
	padding: 6px;
	line-height: 120%;
}
