@charset "utf-8";
/* CSS Document */

.desiSelectBtn{
padding-left: 20px;
padding-bottom: 40px;
}
.desiSelectTable{
border: 1px solid #CCC;
text-align: center;
width: 640px;
margin-left: 10px;
margin-bottom: 50px;
}
.desiSelectTable th{
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #CCC;
border-bottom-color: #CCC;
text-align: center;
background-color: #E6F7FB;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-right: 10px;
padding-left: 10px;
}
.desiSelectTable td{
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #CCC;
border-bottom-color: #CCC;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-right: 8px;
padding-left: 8px;
}
.desiSelectTH{
width: 30px;
}

