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

/* detail */

.detailTable td {
	vertical-align: top;
}

.detailMain {
	width: 460px;
}

.detailPhoto {
	width: 260px;
}

.detailPhoto img {
	margin-top: 40px;
	margin-bottom: 20px;
}

div.detailTitle h2 {
	line-height: 18px;
	padding: 0 0 0 5px;
	margin: 0 0 0 70px;
	font-weight: normal;
	border-left: 3px solid #ccc;
	text-indent: 0;
}

div.detailLead {
	clear: both;
	margin-top: 20px;
	padding-right: 20px;
}

div.detailDescription {
	margin: 40px 0;
}

.detailOther {
	padding-top: 20px;
}

.detailIcon {
	float: left;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	color: #ccc;
}

h2 span.furi {
	padding-left: 10px;
	font-size: 11px;
}

/* spec sheet */

.specSheet {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.specSheet th, .specSheet td {
	height: 20px;
	font-size: 10px;
	border: 1px solid #ccc;
	min-width: 30px;
	vertical-align: middle;
}

.specSheet th {
	font-weight: normal;
}

.left {
	text-align: left;
}

.detailDescription ul {
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}

.detailDescription ul li {
	list-style-type: square;
	margin: 0 20px;
	padding: 0;
}

#eco table {
	background-color: #ecf8b1;
	font-size: 11px;
}

#eco table th, #eco table td {
	vertical-align: middle;
	height: 40px;
	width: 260px;
	line-height: 15px;
}

#eco table td img {
	margin: 0;
}

#eco p.ecoTitle {
	display: block;
	background: url(../imgs/eco_title.gif) no-repeat left top;
	height: 30px;
	padding: 3px 0 0 70px;
	margin: 0 0 5px 0;
	line-height: 15px;
	font-size: 11px;
	text-align: left;
}

#eco table td.ecoHead { width: 110px; padding-left: 5px; text-align: left; }
#eco table td.ecoIcon { width: 60px; }
#eco table td.ecoDesc { width: 90px; padding-right: 5px; text-align: right; }