@charset "UTF-8";
/* CSS Document */
/*20190705form css*/
.form_tbl {
    border: 1px solid #FF718B;
    padding: 2%;
}
.form_tbl table {
    width: 100%;
    border: none;
}
.form_tbl th {
    display: block;
    width: 100%;
    border: none!important;
    background: #fff;
    color: #333;
}
.form_tbl td {
    display: block;
    width: 100%;
    border: none!important;
}
.form_tbl input, select, textarea {
    text-indent: 1em;
    padding: 10px 0;
    width: 100%;
}
.form_tbl input, select, textarea {
    border: 1px solid #ddd;
}
.form_tbl input.radio {
    width: inherit;
}
label span.must {
    font-size: 70%;
    margin-left: 10px;
    color: #fff;
    background: #fb3b6f;
    padding: 2px 2px;
}
.submitbtn {
    text-align: center;
}
input[type=submit] {
    width: auto !important;
    padding: 10px 20px 10px 5px;
    text-align: center;
    position: relative;
    display: inline-block;
    /* padding: 0.25em 0.5em; */
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.backbtn {
    width: 50% !important;
    margin: 0 auto;
    padding: 10px 20px 10px 5px;
    text-align: center;
    /* padding: 0.25em 0.5em; */
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-align: center;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
    text-decoration: underline;
}
