@import url(../basic.css);
h2 {
font-size: 120%;
font-weight: bold;
color:#348AB5;
margin: 30px 0 20px 10px;
}
table.inquiry {
margin: 20px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc; }
table.inquiry th {
background-color: #e3eaf1;
width: 8em;
padding: 5px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc; }
table.inquiry td {
padding: 5px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc; }
table.inquiry td.bt {
text-align: center; }

strong {
color: #c00; }
input {
border: solid 1px #90a2b9;
 }

