@charset "utf-8";

.pad{
	border:#C5C5C5 thin solid;
	width:100%;
	min-height:500px;
	margin:5px auto;
}

.item{
	border-bottom:#C5C5C5 thin solid;
	width:95%;
	height:150px;
	margin:auto;
	position:relative;
}

.item .pic{
	margin-left:50px;
	margin-right:60px;
	float:left;
	height:150px;
	text-align:center;
}

.item .pic img{
	height:150px;
	width:150px;
}

.item .info{
	display:block;
	height:150px;
	width:auto;
	overflow:hidden;
}

.item .info h1{
	margin:10px 0;
	font-size:25px;
	font-weight:bolder;
}

.item .info h2{
	font-size:18px;
	color:#999;
	font-weight:normal;
}

.item .who{
	position:absolute;
	right:20px;
	bottom:10px;
}

.item .btn{
	position:absolute;
	height:30px;
	width:140px;
	line-height:30px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	color:#FFF;
}

.item .btn.r{
	border:#a74f37 thin solid;
	background-color:#c54c31;
}

.item .btn.g{
	border:#95ab6a thin solid;
	background-color:#81a149;
}

.item .btn.b{
	border:#476a92 thin solid;
	background-color:#4076a4;
}

.item .go{
	right:600px;
	bottom:10px;
}

.item .say{
	right:450px;
	bottom:10px;
}

.item .help{
	right:300px;
	bottom:10px;
}
	