<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

form table{
margin-bottom:15px;
border-bottom: 1px solid #dfdfdf;
border-collapse:collapse;
border-spacing:0;
padding-bottom:1px;
}

form table th,
form table td{
height:43px;
line-height:1.5;
vertical-align:middle;
}

form table th{
background:url(../../images/inquiry/th_bg.gif) repeat-x 0 0;
width:188px;
padding:0 10px 0 12px;

font-weight:bold;
}

form table th img{
vertical-align:middle;
}



form table td{
width:532px;
background:url(../../images/inquiry/td_bg.gif) repeat-x 0 0 #fff;
padding:0 0 0 12px;
}

form table td input,
form table td textarea{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
color:#343434;
font-size:13px;
}

form table td.input_390 input{
width:380px;
height:20px;
padding:4px 5px 0;
border:1px solid #ddd;
}



form table td .form_on{
background:#f8f8f8;
}

form table tr#message th{
background:url(../../images/inquiry/th_bg_message.gif) repeat-x 0 0 #f0fab7;
width:188px;
padding:0 10px 0 12px;
font-weight:bold;
}

form table tr#message th p{
font-weight:normal;
line-height:1.5;
padding-top:10px;
}

form table tr#message td{
padding-top:11px;
padding-bottom:10px;
}

form table tr#message td textarea{
width:450px;
height:140px;
padding:4px 5px 0;
border:1px solid #ddd;
line-height:1.2;
}

#submit{
text-align:center;
}

#under_construction{
clear:both;
text-align:center;
width:920px;
margin:0 0 110px;
padding-top:100px;
}
</pre></body></html>