@charset "utf-8";
/* ===================================================================
CSS information

 file name  :users_voice.css
 author     :igu (admin)
 style info :参加者の声
=================================================================== */

/* 	#pageNavi
----------------------------------------------------------- */
#pageNavi {
	float:left;
	width:680px;
	margin:10px;
	text-align:right;
}

/* -----------------------------------------------------------
	#eventList
----------------------------------------------------------- */
#eventList {
	float:left;
	width:250px;
	margin-top:10px;
}


#eventList .title_barEventList{
	float:left;
	width:250px;
}

#eventList ul{
	float:left;
	width:250px;
}

#eventList ul li{
	float:left;
	width:250px;
	border-bottom:dotted 1px #999999;
}

#eventList ul li .subject{
	float:left;
	width:250px;
}

#eventList ul li .date{
	float:left;
	width:250px;
	font-size:90%;
}

/* -----------------------------------------------------------
	#imgGrp
----------------------------------------------------------- */
#imgGrp {
	float:left;
	width:440px;
	margin-top:10px;
}

#imgGrp .box{
	float:left;
	width:100px;
	height:110px;
	padding-left:10px;
}

#imgGrp .box .img{
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
}
