

#info-tbl{
 width: 100%;
}

#info-tbl th{
  width: 220px;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0px;
}

#info-tbl td{
  width: auto;
  padding: 15px 0px;
}

#info-tbl td .form-note{
   margin-left: 10px;
   font-size: 11px;
   color: #666666;
}

#info-tbl td input[type="text"]{
   padding: 3px;
   border:1px solid #CCCCCC;
}

#info-tbl td input[type="password"]{
   padding: 3px;
   border:1px solid #CCCCCC;
}

#info-tbl td textarea{
   border:1px solid #CCCCCC;
}

#info-tbl td select{
   padding: 2px;
   border:1px solid #CCCCCC;
}

.W120{
 width: 120px;
}

.W500{
 width: 500px;
}

#agree-box{
}

#agree-box p{
  margin-bottom: 20px;
  text-align: center;
}

#agree-box span{
  margin-right: 20px;
}

#f-company{
 width: 400px;
}

#f-mail{
 width: 300px;
}

#f-comment{
 width: 90%;
}

