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

/*****************************************************
ランダムオプションシステムQ＆A
*****************************************************/

.txtspn dl.question dt {
    background-image: url(/common-wr/images/iconQuestion.gif);
    background-position: left 10px;
    background-repeat: no-repeat;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 13px 0 5px 35px;
}

.txtspn dl.question dd {
    background-image: url(/common-wr/images/iconAnswer.gif);
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-left: 35px;
    padding-top: 3px;
}

.txtspn dl dt {
    display: block;
    font-weight: bold;
    padding: 0 0 0 15px;
    background: url(/common-wr/images/listIcon01.gif) left top no-repeat;
}

.txtspn dl dd {
    display: block;
    padding: 0 0 0.5em 1em;
}