@charset "UTF-8";
/*
 * /contact/に読み込むcssファイルです
 */

#content-body {
    margin:0 80px;
}
#lead {
    margin-bottom:30px;
}

#contact-header {
    height:30px;
    background:url(/contact/images/contact_header_bg.jpg) no-repeat;
}
#contact-footer {
    margin-bottom:20px;
    height:30px;
    background:url(/contact/images/contact_footer_bg.jpg) no-repeat;
}
#contact-body {
    background:url(/contact/images/contact_body_bg.jpg) repeat-y;
}
#contact-table {
    font-size:12px;
    margin-left:35px;
    width:555px;
}
#contact-table th,
#contact-table td {
    padding:8px;
    border-bottom:1px dotted #ccc;
}
#contact-table th {
    width:130px;
    color:#7A6252;
}
#contact-table .input {
    padding-left:10px;
    border-left:2px solid #dfd8d2;
}
#contact-table #name { width:16em; }
#contact-table #zipcode { width:7em; }
#contact-table #address { width:20em; }
#contact-table #tel { width:9em; }
#contact-table #mail { width:20em; }
#contact-table #comment { width:100%; height:18em;}

#contact-submit {
    text-align:center;
}

.thankyou {
    padding:100px 0;
    text-align:center;
}
