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

#bodyArea {
}
#secondEvaluation {
	margin: 0px auto;
	width: 800px;
	margin-top: 20px;
}
.evaluationBox {


	overflow: hidden;
	margin-top: 50px;
	padding-top: 50px;
	border-top: #C3C2C2 1px solid;
}

.evaluationBox:first-child{
	margin-top: 10px;
}

.evaluationPhoto {
	float: left;
}
.evaluationPhoto img {
	width: 300px;
}
.evaluationLead {
	width: 470px;
	height: 400px;
	float: right;
	overflow: hidden;
	position: relative;
}
.evaluationName {
	font-size: 1.4em;
	font-weight: bold;
	color: #655341;
}
.evaluatonTitle {
	margin-top: 0px;
	font-size:0.9em;
}
.evaluationComment {
	position: absolute;
	bottom: 0;
}
.evaluationMessage {
	color: #655341;
	font-size: 1.2em;
	font-weight: bold;
}

.under {
	font-weight: bold;
	background: linear-gradient(transparent 30%, #ffff00 50%);
}

.rubi{
	margin-left: 5px;
	font-size:0.6em;
	font-weight: normal;
	color: #696969;
}
