@charset "UTF-8";

.faq-list{
margin:1em;
padding:0.5em;
border:#CCC solid 5px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background-color:#FEFEF5;

}

.faq-list li{
margin-left:2em;
margin-bottom:10px;
list-style-type:circle;
font-weight:700;
}


/* .answer-btn
------------------------------------- */
.answer-btn{
position:static;
max-width:660px;
margin:0 auto 10px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
text-align:center;
}

.answer-btn a{
display:block;
padding:10px 0;
text-decoration:none;
color:#FFF;
-webkit-border-radius:100px;
-moz-border-radius:100px;
border-radius:100px;
background-color:#FF9900;
}


.answer-btn a.entry{
background-color:#FF6699;
}

.answer-btn a span{
margin:0 5px;
}

.answer-btn a span:after{
content:"\f061";
font-family:FontAwesome;
font-weight:normal;
font-size:120%;
}

.answer-btn a:hover, .answer-btn a:focus {
opacity:0.8;
}
