@charset "UTF-8";
/*faq.css*/
#wrapper {
    background: url('../img/faq/faq_bg.jpg?time=20250207') center top no-repeat;
}
#nextContents {
    padding-top: 229px;
}
.blockSet {
    padding-bottom: 30px;
}

#faq h3 {
    background: url('../img/faq/faq_title.gif') left top no-repeat;
    height: 40px;
    padding-bottom: 20px;
    text-indent: -9999px;
}
#faq h4 {
    padding-bottom: 10px;
}
#faq .browser {
    border: 1px solid #999900;
    margin-top: 10px;
    padding: 10px;
    width: 270px;
}
#faq .blockSet dt {
    padding-bottom: 10px;
}
#faq .blockSet dd {
    padding-bottom: 30px;
}

#faq table {
    border-left: 1px solid #463c28;
    border-top: 1px solid #463c28;
    margin: 10px 0;
    width: 66%;
}
#faq table th {
    background-color: #837251;
    border-bottom: 1px solid #463c28;
    border-right: 1px solid #463c28;
    padding: 2px 0;
}
#faq table td {
    border-bottom: 1px solid #463c28;
    border-right: 1px solid #463c28;
    padding: 2px 0;
    width: 50%;
}
