@charset "utf-8";
/***************************************************************
	ビギワン!!
					-- File name: staff.css
					-- Created: 2013.6.25.
					-- Last update: 2012.6.25.
***************************************************************/

#staff h2 {
    border-bottom: 4px solid #69bc4a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
#staff .staff-list.right img {
	float: right;
	margin: 0 0 20px 20px;
}
#staff .staff-list.left img {
	float: left;
	margin: 0 20px 20px 0;
}
#staff .staff-list dl {
	margin-bottom: 10px;
}
#staff .staff-list dt,
#staff .staff-list dd {
	float: left;
	border-bottom: 2px solid #fff;
	font-size: 15px;
}
#staff .staff-list dt {
	width: 55px;
	padding: 10px;
	background: #b4a663;
	color: #fff;
}
#staff .staff-list dd {
	width: 96px;
	padding: 10px 7px 10px 8px;
}
#staff .staff-list .interview {
	padding-top: 15px;
	font-size: 13px;
}
#staff .staff-list.right .interview {
	margin-right: 350px;
}
#staff .staff-list.left .interview {
	margin-left: 350px;
}
#staff .staff-list .interview h3 {
	font-size: 18px;
	line-height: 3;
}
#staff .staff-list .interview p {
	margin-bottom: 8px;
}
#staff .staff-list .interview .q {
	color: #873;
}
#staff .staff-list .interview .a-naga { background: url("https://www.beginners-1.jp/cm/staff/images/staff/img_staff_naga_tmb.png") no-repeat 0 0; }
#staff .staff-list .interview .a-masa { background: url("https://www.beginners-1.jp/cm/staff/images/staff/img_staff_masa_tmb.png") no-repeat 0 0; }
#staff .staff-list .interview .a-kana { background: url("https://www.beginners-1.jp/cm/staff/images/staff/img_staff_kana_tmb.png") no-repeat 0 0; }
#staff .staff-list .interview .a span {
	display: block;
	margin-left: 48px;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background: #e4e2c0;
}
#staff hr {
	width: 910px;
	height: 8px;
	margin: 25px 0;
	border: none;
	background: url("https://www.beginners-1.jp/cm/staff/images/staff/img_staff_line.png") no-repeat 0 0;
}
