
/* インタビュー一覧ページ */

#staff-menu {
	font-size: 108%;
	font-weight: bold;
	text-align:left
}

#staff-menu dd {
	margin: 0 1px;
}



#staff-menu dd a {
	padding: 10px 5px 10px 33px;
	display: block;
	color: #333;
	text-decoration: none;
	background: url("/images/recruit/icon-arrouw.gif") no-repeat 15px center;
}


#staff-menu dd a:hover {
	position: relative;
	top: 1px;
}



#staff-menu dd {
	border-bottom: dotted 1px #999;
}


/* インタビュー一覧ページ */

.staff ul {
  list-style-type: none;
  text-align: center;
}

.staff ul li {
  margin: 7px 0;
}

.staff p.catch {
  background-image  : url(/images/recruit/staff-intvw-catch.gif);
  width: 566px;
  height: 25px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  border: 1px solid #999999;
  padding:5px 0 0 10px;
}

* html .staff p.catch {
  width: 566px;
  height: 25px;
}

.staff div.main {
  margin-top: 8px;
}

.staff div.main p.portrait {
  width: 150px;
}

.staff div.main div.text {
  width: 430px;
  font-size: 14px;
}

.staff div.main div.text p {
  margin-bottom: 16px;
  line-height: 20px;
}

.staff div.main div.text p.ask {
  color: #3388ff;
  margin-bottom: 8px;
}
