@charset "UTF-8";

.dessert {
	width: 390px;
	margin-top: 10px;
	border: 1px solid #F5DD99;
	box-sizing: border-box;
	background: #F5DD99;
}
.dessert * {
	margin: 0;
	padding: 0;
}
.dessert img {
	width: 100%;
	height: auto;
}
.dessert .text {
	font-size: 11px;
	line-height: 1.5;
	padding: 10px;
	color: #432E1F;
}

.dessert .text dt {
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
}
.dessert .text dd {
	margin-left: 1em;
} 
.dessert .text img {
	width: auto;
}