@charset "utf-8";
#lead h2 {
	margin-bottom: 20px;
	display: block;
}
#lead h3 {
	display: block;
	margin-bottom: 15px;
}
#spec h3 {
	padding-bottom: 15px;
}


table {
	width:100%;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	border: 1px solid #999999;
	}

td {
	text-align:center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #978877;
	border-left-color: #978877;
	padding: 2px;
	line-height: 18px;
	}				

th {
	color: #666666;
	text-align:center;
	padding:2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #B8AEA3;
	border-left-color: #B8AEA3;
	font-size: 12px;
	font-weight: normal;
	}							
thead th {
	text-align:center;
	font-size: 12px;
	background-color: #98837b;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B8AEA3;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	}
#spec h4 {
	font-size: 14px;
	font-weight: bold;
	color: #50413A;
	display: block;
	padding-bottom: 10px;
	padding-left: 3px;
}

#spec .attention {
	color: #990000;
}
#concpet_bn img {
	margin-bottom: 10px;
}
.price_txt {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
