/* 選考プロセス
////////////////////////////////*/

/* STEP枠
--------------------------------*/
.stepWrapper {
overflow:hidden;
width:622px;
background:url(../img/bg_stepWrapper.jpg) no-repeat left bottom;
}

.step {
overflow:hidden;
width:578px;
margin:0;
padding:22px 22px;
background:url(../img/bg_step.jpg) no-repeat left top;
}

.step .txt{
float:left;
width:419px;
}

.step .img {
float:right;
width:137px;
}

#contents #main .step h3 {
width:419px;
margin:0 0 10px;
}

#contents #main .step p {
margin:0 0 10px;
}

/* 下矢印
--------------------------------*/
.arrow {
overflow:hidden;
width:582px;
height:56px;
margin:10px 0;
padding:0;
background:url(../img/arrow_step.jpg) no-repeat center center;
}

.arrow hr {
display:none;
}
