@charset "utf-8";
/* CSS Document */
.history {
	clear: both;
	padding-bottom: 30px;
}
.history .img {
	float: left;
	width: 200px;
	padding-right: 30px;
	padding-bottom: 15px;
}
.history .txt {
	padding-bottom: 1em;
}
.details {
	clear: both;
}
.details dt {
	width: 8em;
	text-align: right;
	font-weight: bolder;
	color: #239190;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
.details dd {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-left: 10em;
}
.details dd .his dt {
	padding: 0px;
	text-align: left;
	font-weight: normal;
	color: #239190;
	width: 7em;
}
.details dd .his dd {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.details dd .taste dt {
	padding: 0px;
	color: #222;
	font-weight: bold;
	text-align: left;
	float: none;
	width: 100%;
}
.details dd .taste dd {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.details dd ul {
	list-style-type: none;
}
