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

.inq-form dl { width:700px; margin:5px auto; display:block; }
.inq-form dl dt { width:160px; display:block; float:left; background:#F5F5F5; font-size:0.8em; font-weight:bold; color:#003366; line-height:1.6; text-align:right; padding:5px 15px 5px 5px; margin:0; }
.inq-form dl dt span { font-size:0.8em; color:#333333; font-weight:normal; }
.inq-form dl dd { width: 470px; display:block; float:left; font-size:0.8em; color:#333333; margin-left:10px; }
.inq-form dl dd input.text-input { padding:3px; font-size:1.4em; color:#000000; line-height:1.8; width:400px; border:solid 1px #999999; }
.inq-form dl dd input.text-input2 { padding:3px; font-size:1.4em; color:#000000; line-height:1.8; width:50px; border:solid 1px #999999; }
.inq-form dl dd input.text-input3 { padding:3px; font-size:1.4em; color:#000000; line-height:1.8; width:200px; border:solid 1px #999999; }
.inq-form dl dd textarea { padding:3px; font-size:1.4em; color:#000000; line-height:1.3; width:400px; border:solid 1px #999999; }
.inq-form dl dd select { padding:3px; font-size:1.4em; color:#000000; line-height:1.3; border:solid 1px #999999; }
.inq-form dl dd.btn { text-align:center; margin:15px auto; }