@charset "Shift_JIS";


/* ラインアップ(HXシリーズで使用) */
#custom_spec{
	width:100%;
/*	border:1px solid #ccc;*/
/*	padding:2px;*/
}

#custom_spec th,
#custom_spec td{
	font-size:100%;
	text-align:center;
	line-height:1.2em;
	padding:2px 0px;
}

#custom_spec td{
	width:auto;
}

#custom_spec td.alignLeft{
	text-align:left;
	vertical-align:top;
}

#custom_spec th{
	width:9%;
/*	text-align:left;*/
	font-weight:normal;
	font-size:10px;
	background-color:#E7F3E0;

}

#custom_spec th span,
#custom_spec th p,
#custom_spec th .category span
#custom_spec th .category p{
	font-weight:normal;
	margin:2px 0 0 0;
	line-height:1.2em;
}

#custom_spec tr.header th{
	color:#fff;
	text-align:center;
	padding:4px 2px;
	background-color:#5E943E;
}


/* 罫線設定 */
#custom_spec th,
#custom_spec td{
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#5E943E;
}

#custom_spec th{
	border-left-width:1px;
	font-size: 12px;
}

#custom_spec tr.header th{
	border-left-style:none;
	border-right-color:#E7F3E0;
}

#custom_spec tr.space td{
	height:12px;
	border-style:none;
}

#custom_spec #ps{
	margin-top:6px;
}

#custom_spec .space,
#custom_spec .space td{
	border-right-style:none;
}

#custom_spec td.leftColor{
	background-color:#FFDDC8;
}
#custom_spec td.rightColor{
	background-color:#C8EAFF;
}
