@charset "utf-8";
/*---------------------------------------------------------------------*/

.staff_block {
	width:590px;
	margin-bottom:15px;
	padding:5px;
	border: 1px solid #CCC;
}



.boss_block {
	width:600px;
	margin-bottom:15px;
}
.boss_block .staff_box_boss {
	padding-top:15px;
	width:600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:10px;
	margin-top:20px;
}
.boss_block .staff_box_boss .img {
	width:250px;
	float:left;
	margin-right:15px;
}
.boss_block .staff_box_boss .text {
	float:right;
	
}
.boss_block .staff_box_boss .name {
	font-size:14px;
	font-weight:bold;
	color:#060;
}
.boss_block .staff_box_boss .comment {
	font-size:14px;
	line-height:18px;
	margin-top:10px;
}
.staff_block .comment p {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	font-size:14px;
	line-height:18px;
}
.staff_block .img {
	width:120px;
	height:120px;
	background-color:#CCC;
	float:left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.staff_block .text {
	padding-top:5px;
	float:right;
	width:450px;
}
.staff_block .text_noph {
	padding-top:5px;
	width:600px;
}

.staff_block .text .name,
.staff_block .text_noph .name{
	font-size:14px;
	font-weight:bold;
	color:#060;
}

.staff_block .text .comment,
.staff_block .text_noph .comment {
	font-size:14px;
	line-height:18px;
}