#reserved {
    width: 760px;
}


/** caution **/

.caution {
    margin: 0 0 30px 0;
    background: url(/images/site/reserve/sp.png) no-repeat bottom right;
}

.caution h3 {
    margin: 0 0 10px 0;
}

.caution p {
    font-size: 11px;
    line-height: 18px;
    margin: 0 0 15px 0;
}

.caution p span {
    color: #ff0000;
}

.caution h4 {
    width: 95px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    background: #f6f1ed;
}

.caution ul {
    width: 600px;
}

.caution li {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}

.caution li em {
    font-style: normal;
    color: #6fbbc2;
}

.caution li span {
    color: #ff0000;
}


/** form **/

#form table {
    width: 740px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 0 10px;
}

#form tr {
    vertical-align: middle;
    background: url(/images/site/reserve/line.png) no-repeat bottom left;
}

#form th {
    width: 200px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    color: #4cbdc4;
    padding: 16px 0 16px 0;
}

#form th p {
    padding-left: 10px;
}

#form th a {
    color: #4cbdc4;
    text-decoration: underline;
}

#form th a:hover {
    text-decoration: none;
}

#form th span {
    font-size: 10px;
    color: #ff0000;
}

#form td {
    padding: 16px 0 16px 0;
}

#form td p {
    padding-left: 0px;
}

#form td p span {
    color: #666666;
}

#form td span.sel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#form td ul {
    font-size: 0;
    line-height: 0;
}

#form td li {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 18px;
    width: calc(100% / 3 - 10px);
}

#form td li:nth-of-type(3n) {
    width: calc(100% / 3 + 20px);
}

#form textarea {
    width: 530px;
    height: 160px;
    margin: 5px 0 0 0;
}

.w1 {
    width: 140px;
}

.w2 {
    width: 530px;
}

#submit {
    width: 760px;
    font-size: 12px;
    text-align: center;
    margin: 0 0 40px 0;
}

#submit p {
    padding: 0 0 30px 0;
}

#submit ul {
    display: inline-block;
    text-align: center;
    padding: 20px 0;
}

#submit li {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #52bdc3;
    padding: 2px 0;
}

#submit li span {
    color: #ff0000;
}

.error {
    padding: 50px 0 70px 0;
    text-align: center;
    font-size: 12px;
    color: #ff0000;
}

.over {
    padding: 50px 0 70px 0;
    text-align: center;
    font-size: 12px;
}

em.red {
    font-style: normal;
    color: #ff0000;
}