@charset "utf-8";
/* CSS Document */

.block_01 {
	clear: both;
	float: left;
	width: 620px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.name {
	float: left;
	width: 80px;
	text-align: right;
	font-size: 15px;
	color: #647722;
	font-weight: bolder;
}
.detail {
	float: left;
	width: 530px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	padding-bottom: 10px;
	color: #747474;
}
.from {
	color: #91967C;
}
