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

/************************************
request_form.html
************************************/
.reqform {
text-align: center;
padding: 0px 30px;
}

.reqform table {
border: 1px solid #949494;
border-collapse: collapse;
text-align: center;
margin: 20px 0px;
width: 100%;
}

.reqform table th {
font-weight: normal;
padding: 10px 10px;
border-right: 1px solid #949494;
border-bottom: 1px solid #949494;
text-align: right;
background-color: #ffe3e5;
vertical-align: top;
font-size: 120%;
width: 170px;
font-weight: bold;
}

.reqform table td {
font-weight: normal;
padding: 10px 15px;
border-right: 1px solid #949494;
border-bottom: 1px solid #949494;
vertical-align: top;
text-align: left;
}

input {
width: 70%;
font-size: 100%;
}
textarea {
width: 100%;
height: 120px;
font-size: 100%;
}
select {
font-size: 100%;
}

.reqform_1 input {
width: auto;
margin: 0px 10px;
} 


/************************************
voice_form.html
************************************/
.reqform span table th {
width: auto;
text-align: left;
font-size: 100%;
font-weight: normal;
}
.reqform span table input {
width: auto;
}
.voice_1 {
font-weight: bold;
}
