@charset "utf-8";

fieldset {
    padding-bottom: 0;
}

.inline-block {
    display: inline-block;
}

.birth-year {
    width: 90px;
    height: 40px;
    text-align: center;
}

.birth-month,.birth-day {
    width: 60px;
    height: 40px;
    text-align: center;
}

.year,.month {
    margin-left: 5px;
    margin-right: 15px;
}

.year,.month,.day {
    font-weight: bold;
    font-size: 18px;
    vertical-align: bottom;
}

.importing-message {
    margin-top: 25px;
}