@charset "shift_jis";
/* CSS Document */

.step {
    max-width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.step span {
    background-color: #003466;
    padding: 5px;
    color: #FFFFFF;
    margin-right: 10px;
}

table, tr, td {
    text-align: left;
}

input[type="submit"] {
    font-size: 20px;
    line-height: 60px;
    background: #DE3838;
    display: block;
    height: 60px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px #C43333;
    border: none;
    width: 300px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-appearance: none;
    cursor: pointer;
}

.de_reserve {
    width: 99%!important;
    margin: 10px 0 0!important;
}

.de_reserve a {
    background: #fff;
    border: 2px solid #ccc;
    box-shadow: 0 3px 0 #bbb;
}

