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

.c_head{
    background: url('../images/contact/page_title_bg.png') no-repeat ;
    background-color: #fce9ed;
    margin-bottom: 30px;
}

.c_right_wrap{
    width: 740px;
    margin: 0 auto;
}

.txt1{
    font-size: 14px;
}

.request_link{
    color: #f7931e;
}

.form{
    margin-bottom: 80px;
    width: 690px;
}

.form th{
    width: 190px;
    padding: 17px 15px 15px;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    border-bottom: 2px solid #fff;
    background-color: #fce9ed;
}

.form td{
    padding: 15px;
    border-bottom: 2px solid #fff;
}

.form td input,.form td textarea{
    width: 100%;
    padding: 2px;
}

.form td input.zipcode{
    width: 100px;
}

.form td textarea{
    height: 150px;
    resize: none;
}

.submit_area{
    width: 100%;
    text-align: center;
}

.submit_area input{
    width: 100px;
    height: 40px;
}
    