@charset "Shift_JIS";

/* ///////////////////////////////////////////////
【訪問診療までの流れ】
flow.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
Table Of Contents

・訪問診療までの流れ
----------------------------------------------- */


/* -----------------------------------------------

訪問診療までの流れ

----------------------------------------------- */
#flow #flow_in {
width: 691px;
margin-bottom: 25px;
padding: 1px;
border: 1px solid #dfdfcc;
background: #fff;
}

#flow #flow_in2 {
padding: 18px 0;
background: #f8f8f1;
text-align: center;
}

#flow .step {
width: 481px;
margin: 0 auto 7px;
padding-top: 78px;
display: block;
line-height: 1.5;
height: 0;
overflow: hidden;
}

#flow #step1 {
background: url(../img/flow/step_1.jpg) no-repeat;
}
#flow #step2 {
background: url(../img/flow/step_2.jpg) no-repeat;
}
#flow #step3 {
background: url(../img/flow/step_3.jpg) no-repeat;
}
#flow #step4 {
background: url(../img/flow/step_4.jpg) no-repeat;
}

#flow .arrow {
text-align: center;
}

#flow #bottom_cap {
padding: 0 10px;
font-size: 110%;
text-align: center;
}




