@charset "UTF-8";

#contact_kv_back{
width: 100%;
height: 231px;
background: url(../images/common/kv/contact_kv_back.png) repeat-x;
}
#contact_kv{
width: 980px;
height: 231px;
margin: 0 auto;
}


#contact_form_box{
width: 790px;
margin: 30px auto 15px auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #ababab;
width: 790px;
font-size: 108%;
}
table tr th {
background-color: #f5f5f5!important;
padding: 1em 1em 1em 74px;
border-bottom: 1px solid #ababab;
vertical-align: top;
line-height: 1;
width: 100px;
}
table tr th.hissu {
background: url(../images/contact/hissu.png) 15px 10px no-repeat;
}
table tr th.ninni {
background: url(../images/contact/ninni.png) 15px 10px no-repeat;
}
table tr td {
border-bottom: 1px solid #ababab;
vertical-align: top;
padding: 10px 1em 10px 1em;
}
.assist {
border: 0;
padding: 3px;
font-size: 1em;
color: #555;
border: solid 1px #ccc;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
.submitBtn{
text-align: center;
padding-top: 20px;
}
.submitBtn input {
width: 200px;
height: 54px;
border-top: 1px solid #ccc;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 1px solid #ccc;
background-color: #f3961d;
padding: 5px 20px;
font-weight: bold;
cursor: pointer;
color: #FFF;
font-size: 110%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-right: 10px;
}

