@charset "utf-8";

/* +++++++++++++++++++++++++++++++

inquiry.css

+++++++++++++++++++++++++++++++ */

/*問い合わせ検索
-----------------------------------*/
#box_faq .section {
    width: 920px;
    margin: 0 auto 30px;
}
#box_faq p {
    margin: 20px;
    font-size: 14px;
}

#box_faq td input { width: 250px; }
#box_faq .wrap_select:not(:last-child) { width: 160px; }

#box_faq .table_faq {
    width: 985px;
    margin: 0 auto;
    border-bottom: 2px solid #ccc;
}
#box_faq .table_faq th,
#box_faq .table_faq td {
    padding: 13px 10px 10px 20px;
    border-top: 1px dotted #aaa;
}
#box_faq .table_faq tr:first-child th,
#box_faq .table_faq tr:first-child td { border-top: 2px solid #ccc; }

#box_faq .table_faq th {
    width: 100px;
    font-weight: normal;
    text-align: left;
}

/*問い合わせ詳細
-----------------------------------*/

#question {
    width: 640px;
    margin: 0 auto 30px;
    padding: 20px;
    border: 2px solid #ccc;
}
#question .info {
    margin: -20px -20px 0;
    padding: 5px 10px;
    background: #eee;
    text-align: right;
}
#question .date {
    margin: 0 10px 0 0;
    color: #666;
}

#question .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

#answer {
    width: 640px;
    margin: 0 auto 30px;
    padding: 20px;
    background: #fdf0e6;
}
#answer .sub_head01 { color: #eb7006; }

/*問い合わせフォーム
-----------------------------------*/
.inquiry .wrap_select { width: 200px; }

.box_supplement {
    width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #ccc;
    text-align: left;
}
#thanks .box_supplement p { margin: 0; }
#thanks .box_supplement p:first-child { margin-bottom: 20px; }