
#voice {
	width: 590;
	margin: 10px auto;
	text-align: left;
}

#voice p {
	margin: 0 0 1.5em 0;

	color: #333;
	font-size: 12px;
	line-height: 140%;
}

#voice strong {
	font-weight: bold;
}

#voice .name {
	text-align: right;
}

#voice .compliments {
	margin: 0 0 20px 0;
	padding: 10px 20px 0 20px;
	background: url(../images/voice/bg_top.gif) no-repeat;
}
#voice .card {
	margin: 0 0 20px 0;
}

#voice .post {
	margin: 0 0 20px 0;
	padding: 10px 20px 0 20px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#voice .post img {
	float: right;
	margin: 0 0 10px 10px;
}

#voice .post-web {
	margin: 0 0 10px 0;
	padding: 10px 20px 0 20px;
	border-bottom: 1px solid #e1e1e1;
}

#voice .post-web img {
	float: right;
	margin: 0 0 10px 10px;
}

#voice .post-web-foot {
	text-align: right;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


