@charset "shift_jis";


/*カウンセリングから施術までの流れ*/

.bigFlow{
width:190px;
float:left;
padding:10px 55px 10px 0;
background:url(img/big_flow_pt.gif) right top no-repeat;
}

.bigFlow p{
font-size:0.75em;
line-height:1.7em;
padding:0 0 10px 0;
}

.bigFlowEnd{
width:190px;
float:left;
padding:10px 0;
}

.bigFlowEnd p{
font-size:0.75em;
line-height:1.7em;
padding:0 0 10px 0;
}


h4.bigFlowTit{
background-color:#F7F7EA;
padding:5px;
margin:0 0 5px 0;
font-weight:bold;
text-align:center;
}

p.bigFlowPic{
padding:0;
}

/*お客様からの声*/

/*お客様の声*/
ul.bigVoice{
padding:0 0 10px 0;
}

ul.bigVoice li{
border:dotted #C1B77C;
border-width:0 0 1px 0;
padding:7px 10px 7px 70px;
margin:5px 0;


min-height: 40px;	/*モダンブラウザに適用*/
height: auto !important;	/*モダンブラウザに適用*/
height: 40px;	/*全ブラウザに適用*/
}

ul.bigVoice li.voi1{
background:url(../common/image/0c_voice_p1.jpg) left top no-repeat;
background-position:10px 0;
}
ul.bigVoice li.voi2{
background:url(../common/image/0c_voice_p2.jpg) left top no-repeat;
background-position:10px 0;
}
ul.bigVoice li.voi3{
background:url(../common/image/0c_voice_p3.jpg) left top no-repeat;
background-position:10px 0;
}

/*よくあるご質問*/
#bigFaq{
z-index:2;
margin:0 auto;
padding:0 0 20px 0;
}

.accordion_headings{
padding:5px;
margin:0 0 1px 0;
color:#44648A;
border:1px solid #DDDAB0;
cursor:pointer;
}

.accordion_headings:hover{
background:#DFE7F0;
text-decoration: underline;
color:#6286B3;
}

.accordion_child{
padding:15px;

}

.header_highlight{
background:#DDDAB0;
color:#666666;
}

