@charset "shift_jis" ;

/* 諸元表(TABLE) 日本語 */
.tb_spec{
	width:350px;
	margin:0px auto;
}
/* 諸元表(TD)1 日本語 */
.td_spec1{
	width:75px;
}
/* 諸元表(TD)2 日本語 */
.td_spec2{
	width:275px;
}
/* 諸元表(TABLE) 英語 */
.tb_spec_en{
	width:425px;
	margin:0px auto;
}
/* 諸元表(TD)1 英語 */
.td_spec1_en{
	width:125px;
}
/* 諸元表(TD)2 英語 */
.td_spec2_en{
	width:300px;
}
/* 諸元表タイトル */
.spectitle{
	font-size:12pt;
}
/* 諸元表引用注 */
.speccit{
	text-align:right;
	font-size:8pt;
}
/* 修理表(TABLE) */
.tb_repair{
	width:600px;
	margin:0px auto;
}
/* 修理表(TD)1 */
.td_repair1{
	width:250px;
}
/* 修理表(TD)2 */
.td_repair2{
	width:350px;
}
/* 修理表(TABLE) */
.tb_repair_en{
	width:650px;
	margin:0px auto;
}
/* 修理表(TD)1 */
.td_repair1_en{
	width:300px;
}
/* 修理表(TD)2 */
.td_repair2_en{
	width:350px;
}
/* 画像 */
.img_center{
	display:block;
	margin:0px auto;
	text-align:center;
}
/* 画像説明 */
.img_text{
	display:block;
	width:440px;
	margin:0px auto;
}
/* 音声説明 */
.snd_text{
	display:block;
	width:440px;
	margin:0px auto;
}