@charset "UTF-8";
.price-box {
	width: 620px;
	height: auto;
	margin: 0 0 20px 10px;
	border-bottom: 1px dashed #666666;
}
.price-box .img-box {
	width: auto;
	height: auto;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
.price-box .txt-area {
	width: auto;
	height: auto;
	float: left;
}
.price-box .txt-area .title-tb {
	width: 473px;
	border-bottom: 2px solid #885800;
}
.price-box .txt-area dl {
	margin: 15px 0 0 0;
	padding: 3px;
}
.price-box .txt-area dt {
}
.price-box .txt-area dd {
	margin-bottom: 15px;
}
