@charset "utf-8"; .qa_list{ text-align:left; >li{ margin-bottom:10px; >a{ //background:url(../img/faq_arrow_bottom.png) right 20px center no-repeat #9EA9B2; text-shadow:1px 1px 1px rgba(0,0,0,0.3); color:#fff; display:block; padding:20px; font-size:120%; &.current{ //background:url(../img/faq_arrow_top.png) right 20px center no-repeat #9EA9B2; } } ul{ border-top:solid 1px #DFDFDF; margin:10px 0 0; } li{ border:solid 1px #DFDFDF; border-top:none; @include background-image(linear-gradient(#FFF, #F4F4F4)); a{ background:url(../../img/flow/faq_q.png) left 10px top 15px no-repeat; padding:18px 10px 18px 50px; display:block; color:#000; text-decoration:none; } p{ background:#E7E7E7; padding:20px; //width:940px; margin:0 30px 30px; } } } }