@charset "utf-8";
/* CSS Document */
header {
	overflow: hidden;
}

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*staff*/
#staff {
	width: 960px;
	margin: 0 auto 60px;
}

#staff h2 {
	margin-bottom: 70px;
}

#staff ul {
}

#staff li {
	float: left;
	margin-bottom:60px;
}

#staff li:nth-child(odd)  {
	float: left;
	margin: 0 20px 60px 0;
}

#staff li .staffs {
	float: left;
}

#staff li .staffs .name {
	width: 300px;
	border-bottom: solid 2px #000;
	padding-bottom: 10px;
}

#staff li .staffs .name span {
	font-weight: 900;
	font-size: 20px;
	color: #BF0000;
	padding: 0 0 6px 6px;
}

#staff li .staffs .name .position{
	font-weight: 900;
	font-size: 12px;
	color: #BF0000;
}

#staff li .staffs .tit1 {
	width: 280px;
	background: #eee;
	display: block;
	margin: 20px 0 5px 5px;
}

#staff li .staffs .tit1 span {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding-left:5px;
	display:block;
}

#staff li .staffs .comment {
	display: block;
	padding-left: 10px;
	font-size: 14px;
	color: #000;
	max-width: 300px;
	box-sizing: border-box;
}

#staff li .pic {
	float: left;
	margin-bottom: 15px;
	position:relative;
}

#staff li .staffs_bottom {
	clear: both;
	width: 470px;
}

#staff li .staffs_bottom .tit1 {
	width: 465px;
	background: #eee;
	margin: 0 0 10px 5px;
	display: block;
}

#staff li .staffs_bottom .tit1 span {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding-left:5px;
	display:block;
}

#staff li .staffs_bottom .comment {
	display: block;
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
/* footer */
.row {
	margin-bottom: 18px;
}
