@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name  : extend.css
 * style info  :  index top
 -----------------------------------------------------------*/ 
 
 /* =Wrapper
-----------------------------------------------------------------------------*/
#wrapper_faq {
	z-index: 100;
	width: 100%;
	background: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

 /* index
----------------------------------------------------------- */
.faqlist dt {
    margin-bottom: 20px;
    padding: 5px 10px 30px 55px;
    background: url(../img/q.png) no-repeat left top;
    zoom: 1;
}
.faqlist dd {
    display: block;
    margin-bottom: 20px;
    padding: 8px 10px 30px 55px;
    border-bottom: 1px solid #abbbc7;
    background: url(../img/a.png) no-repeat left top; 
    zoom: 1;
}
.faqlist .last {
    border-bottom: none;
}
.faqlist ul .list {
    padding: 20px 0 0;
}
.faqlist ul .list li {
    padding-left: 1em;
    text-indent: -1em;
}