.applyform-input-select {
    width: 80%;
    height: 32px;
    font-size: 16px;
    border-color: #696969;
}
.applyform-input-select-short {
    width: 25%;
    height: 32px;
    font-size: 16px;
    border-color: #696969;
}
.applyform-input-text {
    width: 80%;
    height: 32px;
    font-family: "メイリオ";
    font-size: 16px;
    border-color: #696969;
}
.applyform-input-text-short {
    width: 40%;
    height: 32px;
    font-family: "メイリオ";
    font-size: 16px;
    border-color: #696969;
}
.applyform-input-textarea {
    width: 80%;
    font-family: "メイリオ";
    font-size: 16px;
    border: 2px #696969 solid;
}

