@charset 'UTF-8';

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*よくあるご質問ページ（faq/index.html）*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_box {
margin:0 auto 10px;
width:970px;
}

#faq_wrap{
width: 860px;
margin: 0 auto;
padding-top: 20px;
}
#faq_wrap .contents{
background: url(../../magazine/img/form_bg.jpg) left top no-repeat;
border: 1px solid #CFDDE8;
padding: 38px 59px 40px 59px;
width: 740px;
}

#ques_list{
background: #F5F8FA;
width: 680px;
padding: 20px;
margin: 0 auto 35px auto;
}
#ques_list .f_left{
width: 330px;
float: left;
}
#ques_list .f_right{
width: 330px;
float: right;
}
#ques_list li{
background: url(../../faq/img/ques_icon.jpg) left top no-repeat;
padding-left: 22px;
margin-bottom: 2px;
}

#faq_list{
clear: both;
width: 720px;
margin: 0 auto;
}
#faq_list dl{
background: url(../../faq/img/dot_line.jpg) left bottom repeat-x;
padding-bottom: 20px;
margin-bottom: 35px;
}
#faq_list dl dt{
background: url(../../faq/img/ques_icon2.jpg) left top no-repeat;
font-size: 14px;
font-weight: bold;
color: #116FA6;
padding-top: 4px;
padding-left: 38px;
min-height: 29px;
height: auto!important;
height: 29px;
margin-bottom: 8px;
}
#faq_list dl dd{
background: url(../../faq/img/ans_icon.jpg) left top no-repeat;
padding: 4px 0 0 38px;
min-height: 29px;
height: auto!important;
height: 29px;
}