@charset "utf-8";
body {
	margin: 5px;
	background: #FFFFFF;
}
#wrap {
	width: 560px;
}
.data {
	margin:0px 0px 5px 0px;
	padding:5px;
	background-color: #FFE290;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	flex-wrap:wrap;
}
.infoArea{
	margin: 0;
	width:160px;
	float:left;
}
.new {
	display: block;
	color: #FF0000;
	font-weight: bold;
	width: 560px;
}

.infoArea img {
	width: 42px;
	margin:0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float:right;
}
.namearea {
	width: 118px;
	margin:0px;
	font-size: 13px;
}
.nengetsu {
	display: block;
	height: 21px;
}
.officename {
	display: block;
	line-height: 17px;
}

.koeArea{
	margin:0px 0px 0px 10px;
	width: 380px;
	float:right;
}
.koe {
	display: block;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFFFFF;
	padding:3px;
	border-radius: 3px;
	margin:0px;
}

.more {
	display: block;
	font-size: 12px;
	text-align: right;
	height: 15px;
}
.clearboth{
	clear:both;
}
