@charset "UTF-8";
/* CSS Document */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+	table.css 
+	
+	テーブル内各要素のスタイル定義。
+	テーブル使用のページにはリンクさせること。
+	
+	
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#right .box table {
	width:595px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#right .box table tr {
	border:1px solid #666;
	border-collapse:collapse;
}
#right .box table tr th {
	font-size:10px;
	background-color:#999;
	color:#FFFFFF;
	text-align:center;
	border:1px solid #FFF;
	border-collapse:collapse;
	padding:2px;
	line-height:1.2em;
	white-space:nowrap;
}
#right .box table tr td {
	color:#000;
	line-height:1.2em;
	font-size:10px;
	text-align:center;
	padding:2px;
	border:1px solid #666;
	border-collapse:collapse;
}
#right .box table tr td.a {
	font-weight:bold;
}

/*--------------------------
	th（タイトル部分）
	！変更厳禁！
--------------------------*/

#right .box table tr th.h01/* 認定形式 */{
	text-align:center;
	width:30px;
}
#right .box table tr th.h02/* 品名 */ {
	width:112px;
	text-align:center;
}
#right .box table tr th.h03/* 電圧 */ {
	text-align:center;
	width:36px;
}
#right .box table tr th.h04/* 電流 */ {
	width:36px;
}
#right .box table tr th.h05/* 容量 */ {
}
#right .box table tr th.h06/* 適合蓄電池 */ {
	width:100px;
}
#right .box table tr th.h07/* 入力 */ {
	width:70px;
	background-color:#999999;
}
/*
#right .box table tr th.h08 {
	width:32px;
}
#right .box table tr th.h09 {
	width:32px;
}
*/
#right .box table tr th.h10/* 認定／登録 */ {
	width:76px;
	white-space:nowrap;
}
#right .box table tr th.h11/* 備考 */ {
	width:40px;
}


/*--------------------------
	td（実際の商品内容）
--------------------------*/

#right .box table tr td.d01/* 認定形式 */ {
	text-align:center;
	letter-spacing:-1px;
}
#right .box table tr td.d02/* 品名 */ {
	font-weight:bold;
}
#right .box table tr td.d03/* 電圧 */ {
	letter-spacing:0
	px;
}
#right .box table tr td.d04/* 電流 */ {
	text-align:left;
	padding:0px 5px;
	letter-spacing:-1px;
}
#right .box table tr td.d05/* 容量 */ {
	text-align:left;
}
#right .box table tr td.d06/* 適合蓄電池：左 */ {

}
#right .box table tr td.d07/* 適合蓄電池：右 */ {
	text-align:left;
	width:80px;
	letter-spacing:0px;
}
#right .box table tr td.d08/* 入力 */ {
	text-align:left;
}
#right .box table tr td.d09/* 取付方式 */ {}
#right .box table tr td.d10/* 生産対応 */ {}
#right .box table tr td.d11/* 認定／登録 */ {
	text-align:left;
}
#right .box table tr td.d12/* 備考 */ {}