@charset "UTF-8";
/*---------------------------------------------------------------*/
.table-inquiry{
border-collapse:collapse;
border-top:solid 1px #CDCDCD;
border-left:solid 1px #CDCDCD;
width:100%;
}
.table-inquiry th{
border-bottom:solid 1px #CDCDCD;
border-right:solid 1px #CDCDCD;
font-weight:bold;
padding:10px;
background-color:#F6F6F6;
vertical-align:middle;
}
.table-inquiry td{
border-bottom:solid 1px #CDCDCD;
border-right:solid 1px #CDCDCD;
padding:10px;
background-color:#FFFFFF;
}

.fubtnArea{
margin:30px 0;
text-align:center;
}

.table-inquiry input,
.table-inquiry textarea,
.table-inquiry select{
color: #3e3f3a;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    padding:10px;
    width:100%;
}

.text-warning{
color:#D70D19;
}

.table-inquiry textarea{
height:180px;
}