@charset "utf-8";
.product-box {
	clear: both;
	padding-bottom: 20px;
}
#product dt {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
#product dd {
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#product  h5 {
	clear: both;
	margin-bottom: 20px;
}
#product h4 {
	padding-bottom: 15px;
}

#product .product-box img {
	float: left;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 20px;
}
.product-box {
	clear: both;
	padding-bottom: 20px;
}

.product-box li {
	list-style-type: circle;
}

#product p {
	font-size: 11px;
	line-height: 16px;
}
#product table {
	clear: both;
}
#product-general td {
	text-align: left;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
}
#product-general table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 98%;
}
#product-general th {
	text-align: left;
	padding-top: 18px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	color: #333333;
}


td.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#inquiry {
	clear: both;
}
.td-right {
	text-align: right;
	padding-right: 15px;
}
