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

#contact_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border-top: 1px dotted #DDDDDD;
}
#contact_table th, #contact_table td {
    font-weight: normal;
    padding: 15px 0;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px dotted #DDDDDD;
    font-size: 18px;
}
#contact_table th {
    padding-right: 20px;
    color: #0168b7;
	font-weight: bold;
	
}
#contact_table td {
    width: 80%;
}
#contact_table td input[type="text"], #contact_table td input[type="email"] {
    width: 80%;
    border: 1px solid #CCCCCC;
    padding: 5px;
    border-radius: 4px;
}
#contact_table td select {
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
	font-size: 18px;
}
#contact_table td textarea {
    width: 80%;
    height: 250px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
#contact_table .hissu {
    background: url(../img/icon_hissu.png) right 5px no-repeat;
    padding-right: 50px;
}

#contact_table .ninni {
    background: url(../img/icon_ninni.png) right 5px no-repeat;
    padding-right: 50px;
}


#form_submit { margin: 0 auto; background:url(../img/btn_formsubmit.png) 0% 0% no-repeat; width:302px; height:52px; overflow: hidden; text-align: center; border: none; cursor: pointer; display: block; font-size:-1px; text-indent:-500px;}
#form_submit:hover { margin: 0 auto; background:url(../img/btn_formsubmit_on.png) 0% 0% no-repeat; width:302px; height:52px; }
#form_submit[disabled="disabled"]{ margin: 0 auto; background:url(../img/btn_formsubmit_on.png) 0% 0% no-repeat; width:302px; height:52px; cursor: auto; }