@charset "utf-8";
/* CSS Document */

/* askForm */
#formBox {
    margin: 10px 0;
}
#formBox p {
    margin: 5px 0;
}
#under_contents p.err {
    margin: 0;
    color: #D90000;
    font-weight: bold;
}
.necessary {
    color: #FF0000;
    font-size: 80%;
}
#askForm {
    width: 100%;
    border-bottom: 1px solid #56382B;
}
#askForm dd {
    border-top: 1px solid #56382B;
}
#askForm dd dt {
    width: 25%;
    line-height: 30px;
    padding: 0 5px;
    float: left;
    color: #56382B;
}
#askForm dd dd {
    width: 70%;
    margin: 0;
    padding: 5px;
    float: right;
    border: none !important;
}
#askForm dd dd input,
#askForm dd dd textarea {
    border: 1px solid #CCCCCC;
}
form #askBtn {
    text-align: center;
    width: 100px;
    margin: 10px auto 20px auto;
}
/* thanks */
#announce {
    margin: 20px 0;
}
#announce p {
    text-align: center !important;
    width: 50%;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #305158;
}
/* error */
.error {
    background: #C7CBBD;
}

/* askForm */
#formBox {
    margin: 10px 0;
}
#formBox p {
    margin: 5px 0;
}
.necessary {
    color: #FF0000;
    font-size: 80%;
}
.checkBoxDemand,.sendForm {
    margin: 0 0 10px;
    width: 100%;
}
.checkBoxDemand input,.sendForm input {
    margin: 0 5px 0 0;
}
.checkBoxDemand dt,.sendForm dt {
    background: #305158;
    padding: 5px;
    color: #FFFFFF;
}
.checkBoxDemand dd {
    border-bottom: 1px solid #305158;
    padding: 5px;
}
.checkBoxDemand dd dt {
    background: none !important;
    border-bottom: 1px dashed #305158;
    color: #305158;
}
.checkBoxDemand dd dd {
    border: none !important;
}

.sendForm dd dt {
    background: none !important;
    border-top: 1px dashed #305158;
    color: #305158;
    float: left;
    width: 25%;
}
.sendForm dd dd {
    border-top: 1px dashed #305158;
    padding: 5px;
    float: right;
    width: 71%;
}
form #sendFormBtn {
    clear: both;
    width: 100px;
    margin: 5px auto 10px;
}
form #askBtn {
    clear: both;
    width: 200px;
    margin: 5px auto 10px;
}

#askForm {
    width: 100%;
}
#askForm th {
    line-height: 1.7;
    vertical-align: top;
    padding: 4px 5px;
    border-bottom: 1px dotted #305158;
}
#askForm td{
    line-height: 1.7;
    padding: 4px 0;
    border-bottom: 1px dotted #305158;
}

textarea {
    width: 90%;
}


table.change_list {
    margin: 0 0 20px 0;
    width: 100%;
}
table.change_list th {
    border-top: 1px dotted #305158;
    width: 16em;
    padding: 10px 5px;
    text-align: right;
}
table.change_list td{
    border-top: 1px dotted #305158;
}
table.change_list td input {
    width: 300px;
}

