.table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

.table caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #46494C;
    font-size: 19px;
    font-weight: bold;
    padding-left: 8px;
    text-align: left;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ecf0f1;
}

table-bordered>thead>tr>th,
.table-bordered>thead>tr>th,
table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>th,
table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>th,
table-bordered>thead>tr>td,
.table-bordered>thead>tr>td,
table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>td,
table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ccc;
}

#comm_signup_table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #2c003e;
}

#comm_signup_table .table-label-x {
    width: 150px;
    background-color: #ECECEC;
}

#input_domicile,
#input_place_of_communication {
    width: 100%;
}

.ic-must-x {
    color: #ff0000;
}

#kindergarten_signup_info {
    padding: 20px 0;
}


.main-signup .input-text {
    display: block;
    width: 200px;
    height: 30px;
    padding: 6px;
    font-size: 1.0em;
    line-height: 1.42857143;
    color: #707070;
    background-color: #ffffff;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}