@charset "UTF-8";



#content .spec {
	margin: 6px 0 0 0;
	border-collapse: collapse;
	border: 0;
	border-bottom: 1px solid #505050;
}
#content .spec th {
	width: 142px;
	margin: 0;
	padding: 16px;
	background: #c9c9c9 url("../img/spec_line.gif") repeat-x;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.4;
}
#content .spec td {
	width: 482px;
	margin: 0;
	padding: 0;
	background: url("../img/spec_line.gif") repeat-x;
}

#content .spec .first th,
#content .spec .first td {
	background-image: none !important;
	border-top: 1px solid #666;
}

#content .spec td ul li {
	margin: 0;
	padding: 8px 12px;
	background: url("../../img/line_01.gif") left bottom repeat-x;
	font-size: 75%;
	line-height: 1.4;
}
#content .spec td ul li span {
	display: block;
	padding: 0 0 0 14px;
	background: url("../img/bl_spec.gif") 2px 5px no-repeat;
}
#content .spec td ul li.last {
	background-image: none;
}


#content ul.merit {
	margin: 0 0 20px 0;
}
#content ul.merit li {
	margin: 0 0 6px 18px;
	list-style-type: disc;
	font-size: 75%;
	line-height: 1.4;
}
