@charset "utf-8";

/* ****************************************************************
   よくあるご質問ページの独自設定
*************************************************************** */

/* ********************************
   よくあるご質問トップ
******************************** */
#faq h2{
margin:30px 0 15px 0;
position:relative;
width:722px;
}
#faq .question li{
padding:11px 0 7px 81px;
margin-bottom:20px;
background:url(/common/images/faq_bg01.gif) no-repeat 0% 50%;
}
#faq .btnMore{
position:absolute;
top:0;
right:0;
}

/* ********************************
   よくあるご質問一覧
******************************** */
#faqList h1{
position:relative;
width:725px;
}
#faqList h2{
margin:0 0 15px 0;
position:relative;
}
#faqList .question li{
padding:11px 0 7px 81px;
margin-bottom:5x;
background:url(/common/images/faq_bg01.gif) no-repeat 0% 50%;
}
#faqList .question li.ans{
padding:7px 0 11px 81px;
margin-bottom:13px;
background:url(/common/images/faq_bg02.gif) no-repeat 0% 50%;
}
#faqList .question li.ans p.note{
margin-bottom:12px;
}
#faqList h1 .btnBack{
position:absolute;
top:23px;
right:11px;
width:149px;
height:19px;
}
#faqList ol{
position:relative;
background:url(/faq/images/faq_bg.gif) no-repeat 0% 50%;
width:723px;
padding:16px 0;
margin-bottom:20px;
}
#faqList ol li{
float:left;
display:inline;
margin-right:30px;
line-height:1.3;
}
#faqList ol li a{
margin-left:10px;
padding-left:12px;
background:url(/faq/images/arrow_pink.gif) no-repeat 0% 50% !important;
}
