@charset "utf-8";





/* ----------------------------------------------------
	FAQ用clearfix
---------------------------------------------------- */
.clearfix,
.faqContents li {
    zoom:1;/*for IE 5.5-7*/
}

.clearfix:after,
.faqContents li:after {/*for modern browser*/
    content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;
}





/* ----------------------------------------------------
	FAQ用スタイル
---------------------------------------------------- */
.block_faq {
  padding-top:15px;
	background: url(/images/home/news_border_01.gif) repeat-x;
}

.faqContents li {
	background: url(/images/home/info_hr.png) bottom repeat-x;
  /*border-bottom:1px solid #E8E5E1;*/
  margin-bottom:10px;
  padding-bottom:10px;
}
  
	.faqContents .end {
		border:none;
	}
    
    .faqContents li h3 {
      margin-bottom:8px;
      clear:both;
      font-size:147%;
    }
    
    .faqContents li .question img {
      margin-right:5px;
    }
    
    .faqContents li dt {
      float:left;
      margin-right:5px;
    }
    
    .faqContents li dd {
      float:right;
      width:625px;
    }
      
      .faqContents .point {
        clear:both;
        margin-left:24px;
        padding-top:10px;
        #padding-top:0;
      }
        
        .faqContents .point li {
					background:none;
          border:none;
          margin-bottom:0;
          padding-bottom:0;
        }
