@charset "utf-8";


.faq {
padding: 15px 20px 0 20px;
overflow: hidden;
border: 5px solid #fff;
}

.question {
padding: 5px 0 5px 40px;
margin: 0 0 10px 0;
cursor: pointer;
font-size: 20px;
line-height: 1.3em;
font-weight: 400;
letter-spacing: 0.05em;
background: url(../img/img_q.png) 0 2px no-repeat;
}
.question:hover {
text-decoration: none;
}
.answer {
padding: 12px 0 5px 40px;
margin: 0 0 20px 0px;
display: none;
background: url(../img/img_a.png) 0 10px no-repeat;
}
