@charset "UTF-8";
/* CSS Document */
/* ///////////////////////////////////////////////////////////////////

about_bim.css

/////////////////////////////////////////////////////////////////// */
#faq {
}
#faq li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#faq li:last-child {
    border:0;
    margin-bottom:0;
    padding-bottom:0;
}
#faq li dt {
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
}
#faq li dd {
  overflow:hidden;
}
#faq li .q {
    background: none repeat scroll 0 0 #047b7f;
    color: #fff;
    display: block;
    float: left;
    line-height: 1.4;
    margin-right: 10px;
    text-align: center;
    width: 1.5em;
        font-weight:normal;
}
#faq li .an {
    background: none repeat scroll 0 0 #ffc600;
    color: #fff;
    display: block;
    float: left;
    line-height: 1.4;
    margin-right: 10px;
    text-align: center;
    width: 1.5em;

}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 480px) {
}
