@charset "utf-8";
/* CSS Document */

.res_item{
	width:100%; height:auto; display:inline-block; margin-top:30px;
}
.res_img{
	width:150px; height:auto; float:left;
}
.res_img img{
	border:1px solid #f0f0f0;
}
.res_cont{
	width:500px; height:auto; float:right;
}
.res_cont_title{
	width:100%; height:30px; line-height:30px; color:#3c3c3c; font-weight:bold;
}
