@charset "utf-8";

/*====================================
お問い合わせテンプレート
====================================*/

#contact_table {
    width: 100%;
}
#contact_table th, #contact_table td {}
#contact_table th {
    white-space: nowrap
}
#contact_table td {}
#contact_table td input {}
#contact_table td select {}
#contact_table td textarea {}
#contact_table .hissu {}
#form_submit {}
#form_submit[disabled="disabled"] {
    background: #CCC;
    cursor: auto;
}

/*バリデーション*/

.wpcf7 div.wpcf7 {
    margin: 0;
    padding: 0;
}
.wpcf7 div.wpcf7-response-output {
    margin: 10px 0 0;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 div.wpcf7-mail-sent-ok {
    color: #00468C;
    background-color: #D9EDF7;
    border: 1px solid #00468C;
}
.wpcf7 div.wpcf7-mail-sent-ng {
    color: #FF0000;
    background-color: #FFE3E3;
    border: 1px solid #FF0000;
}
.wpcf7 div.wpcf7-spam-blocked {
    color: #FF0000;
    background-color: #FFE3E3;
    border: 1px solid #FF0000;
}
.wpcf7 div.wpcf7-validation-errors {
    color: #FF0000;
    background-color: #FFE3E3;
    border: 1px solid #FF0000;
}
.wpcf7 span.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7 span.wpcf7-not-valid-tip {
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    border: none;
    font-size: 10pt;
    width: auto;
    padding: 0;
    margin-top: 5px;
    display: block;
    color: #ff0000;
}
.wpcf7 span.wpcf7-not-valid-tip-no-ajax {
    color: #f00;
    font-size: 10pt;
    display: block;
}
.wpcf7 span.wpcf7-list-item {
    margin-left: 0.5em;
}
.wpcf7 .wpcf7-display-none {
    display: none;
}
.wpcf7 div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}
.wpcf7 div.wpcf7 .watermark {
    color: #888;
}