/* チームリーダー対談
////////////////////////////////*/

/* インタビューコメント下線有
--------------------------------*/
.line {
overflow:hidden;
width:622px;
padding:0 0 1px;
background:url(../img/line_interview.jpg) repeat-x left bottom;
}

/* インタビューコメント下線なし
--------------------------------*/
.noline {
overflow:hidden;
width:622px;
padding:0;
}

ul.interview {
}

ul.interview li {
padding:0 0 1px;
line-height:2;
background:url(../img/line_interview.jpg) repeat-x left bottom;
}

ul.interview li.last {
padding:0;
background:none;
}

ul.interview li span {
display:block;
padding:10px 0 15px 22px;
}


ul.interview li span.ico_A {/*青アイコン*/
background:url(../img/ico_A.jpg) no-repeat 0px 10px;
}

ul.interview li span.ico_C {/*緑アイコン*/
background:url(../img/ico_C.jpg) no-repeat 0px 10px;
}

ul.interview li span.ico_someone {/*グレーアイコン*/
background:url(../img/ico_someone.jpg) no-repeat 0px 10px;
}


/* インタビューコメント内画像配置
--------------------------------*/
.interviewListL {
float:left;
width:406px
}

.interviewImgR {
float:right;
width:216px;
background:#fff;
}

.interviewImgR img {
margin:10px 0 10px 22px;
}

.interviewListR {
float:right;
width:406px
}

.interviewImgL {
float:left;
width:216px;
background:#fff;
}

.interviewImgL img {
margin:10px 22px 10px 0;
}

/* 最下部 各採用情報へのボタン
--------------------------------*/

ul.sBtn {
overflow:hidden;
width:622px;
margin:0 0 22px;
}

ul.sBtn li {
float:left;
width:214px;
}

ul.sBtn li.last {
width:194px;
}
