@charset "utf-8";
#content > table {
	margin-top: 20px;
}
#content > table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	color: #666;
	vertical-align: top;
	line-height: 1.5em;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#content > table tr td > ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
#content > table tr td > img {
	border-radius: 10px;
}
.title_coffee   {
	color: #A67C52;
	font-size: 28px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}

.bg   {
	background-color: #EFEFEF;
	text-align: center;
	border: 2px solid #FFF;
	padding: 15px;
}
.blue   {
	color: #29ABE2;
	font-size: 110%;
	font-weight: bold;
}
.brown   {
	color: #A67C52;
	font-size: 110%;
	font-weight: bold;
}
