@charset "utf-8";

div#telBlock {
    margin-bottom: 10px;
    padding: 10px;
    border: double #EEE;
    background: url('../../img/pc/book/bg_telBlock.jpg') repeat-x;
    font-size: 0.9em !important;
    line-height: 1.3em !important;
}

div#telBlock img {
    margin-top: -2px;
    margin-right: 5px;
    float: left;
    display: inline;
}

div#telBlock p {
    line-height: 1.2em;
}

div#formBlock {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #EEE;
    background: url('../../img/pc/cmn_bg_formBlock_l.jpg') repeat-x;
}

form#inqForm #comment {
    height: 10em;
}

form#inqForm #submitButton,
form#inqForm #back {
    width :150px;
}

form#inqForm #fix {
    width :150px;
}

dl.QA {
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCC;
}

dl.last {
    border: none;
}

dl.QA dt, dl.QA dd {
    font-size: 12px;
    padding: 0px 24px 5px;
    line-height: 180%;
}

dl.QA dt {
    margin-bottom: 4px;
    color: #666;
    background: url('../../img/pc/inq/icon_q.png') 0px -1px no-repeat;
}

dl.QA dd {
    margin-bottom: 4px;
    background: url('../../img/pc/inq/icon_a.png') 0px -1px no-repeat;
}

p#other {
    margin-bottom: 15px;
    color: #B02D68;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    background-color: #F2E5EB;
}