@charset "UTF-8";

/*============================================================
//  スタッフ紹介
//==========================================================*/

.staff .visual {
	background:url(/staff/image/main.jpg) no-repeat ;
	width:950px;
	height:235px;
	margin-top:60px;
	text-indent:-9999px;
}
.staff h3 {
	background:url(/staff/image/title.jpg) no-repeat; 
	width:700px;
	height:54px;
	text-indent:-9999px;
	margin-bottom:25px;
}
.staff .box-blog {
	width:700px;
	margin-bottom:15px;
}
.staff .box-blog .box {
	margin-bottom:20px;
}
.staff .box-blog .box h4{
	font-size:1.2em;
	color:#FF6600;
	margin-bottom:10px;
}
.staff .box-blog .box .photo {
	width:170px;
	float:left;
}
.staff .box-blog .box .photo img{
	padding:5px;
	border:1px solid #333;
}
.staff .box-blog .box .text {
	width:525px;
	float:right;
}
.staff .box-blog .box p{
	font-size:1.0em;
	color:#CCC;
}
.staff .box-blog .line-blog {
	margin:10px 0 20px 0;
}

