@charset "UTF-8";
/* ---------------------------------------------------------
   staff.css【スタッフ紹介】
----------------------------------------------------------*/
#staff_list{
	width: 664px;
	margin: 0 auto;
	font-size: 14px;
}
.staff_box {
margin-bottom:20px;
padding:30px 30px 15px;
background:#FCF4E9;
clear:both;
}
dl.ico_faq{
	margin-bottom: 20px;
}
dl.ico_faq dt{
	background: url(../img/common/ico_q.jpg) left top no-repeat;
    border-bottom: 1px solid #dfdabd;
    font-weight: bold;
    padding: 0 0 3px 26px;
}
dl.ico_faq dd{
	background: url(../img/common/ico_a.jpg) left 5px no-repeat;
	padding: 5px 0 0 26px;
	margin-bottom: 30px;
}
.staff_box .photo {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
margin-bottom:15px;
}

.staff_box .name {
background:url(../img/staff/line.gif) 0 0 no-repeat;
width:190px;
float:left;
}
.staff_box .name dt {
margin-bottom:5px;
padding:10px 0 0 0;
line-height:1;
}
.staff_box .name dd {
font-size:24px;
line-height:1;
}

.staff_box .point {
margin-left:17px;
width:190px;
border-right:#DFDABD 1px solid;
float:left;
}

.staff_box .syumi {
width:190px;
float:right;
}

.staff_faq {
margin-bottom:30px;
}

.staff_faq .f_left,
.staff_faq .f_right {
width:324px;
}

.free_area{
	background: #eeeeee;
	clear: both;
	padding: 15px;
	margin-bottom: 20px;
}
.free_area dt{
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}