@charset "utf-8";
/* CSS Document */

/*-------------------------------------- inquiry --------------------------------------------*/
.alertS {
  color:#FF3366;
  font-size:95%;
  font-weight:bold;
}

#contents .section .sectionBody {
  border:1px solid #CCCCCC;
  text-align:left;
}

#contents .inquiryForm table {
  border:0 none;
  border-collapse:collapse;
  empty-cells:show;
  margin-top:10px;
  padding:0;
}

#contents .inquiryForm table tr th {
  background-color:#E8E8E8;
  border:1px solid #999999;
  font-size:12px;
  padding:5px;
  text-align:right;
  width:120px;
}

#contents .inquiryForm table tr td {
  border:1px solid #999999;
  font-size:16px;
  margin:10px;
  padding:5px;
  width:380px;
}

#contents .inquiryForm span.example {
  margin:0 0 0 10px;
}

#contents .sideBySideForm {
  text-align:center;
}

#contents .sectionBody .cnf_botans {
  margin:0 0 0 185px;
}

#contents .sectionBody .cnf_botans .botan_cnf {
  float:left;
  margin-left:5px;
  margin-right:20px;
  width:100px;
}

