@CHARSET "UTF-8";


.product_box {
	border-bottom: 1px dotted #D4D4D4;
	border-radius: 3px;
	width: 420px;
	max-width: 440px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.product_box img {
	float: left;
	margin-top: 12px;
	margin-right: 12px;
}

.product_box .intro {
	float: left;
	margin: 0;
}

.product_box p {
	margin-left: 0;
	max-width: 340px;
}

.product_box .title {
	font-size: 1.4em;
	font-weight: bold;
}

.flex-row {
	clear: both;
}

