/*---------------------
    entry
----------------------*/

.entry {
    background: url(../../img/contact/base/bg_entry.jpg);
    padding: 40px 0 0;
}

.entry_in h2 {
    position: relative;
    left: -30px;
}

.box_entry {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.ta_entry {
    width: 100%;
}

.ta_entry th,
.ta_entry td {
    padding: 10px 0;
    display: block;
}

.ta_entry th {
    text-align: left;
    /*width: 30%;*/
    font-size: 26px;
    font-weight: normal;
    color: #66bf8d;
    vertical-align: top;
}

.must {
    float: right;
}

.fw01 {
    width: 96%;
}

.fw02 {
    width: 10%;
}

.fw03 {
    width: 70%;
}

/*input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/

input,
select,
textarea {
    font-size: 18px;
    color: #818181;
}

.cap_age {
    font-size: 26px;
    color: #818181;
    padding-left: 10px;
}

input {
    border: 1px solid #d4d4d4;
    /*border-radius: 5px;*/
    padding: 5px 10px;
}

textarea {
    border: 1px solid #d4d4d4;
    /*border-radius: 5px;*/
    padding: 5px 10px;
    width: 96%;
    height: 200px;
}

select {
    border: 1px solid #d4d4d4;
    /*border-radius: 5px;*/
    padding: 5px 10px;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.select_wrap {
    position: relative;
    width: 70%;
    overflow: hidden;
}

.ico {
    position: absolute;
    top: 5px;
    left: 332px;
    cursor: pointer;
}

.btn_form {
    text-align: center;
    margin-top: 10px;
}

.btn_form button {
    margin: 0 5px;
}

.bnr_contact {
    text-align: center;
    position: relative;
    margin-top: 30px;
    /*top: -50px;*/
}

#inquiry_privacy{
    height: 300px;
    overflow-y: scroll;
}

#ui-datepicker-div{
    z-index: 100 !important;
}

#datepicker{
    margin-bottom: 10px;
}