@charset "shift_jis";
/* CSS Document */

dl#qanda{}

dl#qanda dt{
    margin: 0 0 3% 0;
    font-size: 1.1em;
    color: #ff6400;
    padding: 0 0 0 40px;
    background: url(https://design.itembox.design/item/010karimoku/img/question.gif) no-repeat;
    background-size: 30px;
}

dl#qanda dd{
    margin: 0 0 10% 0;
    color: #444;
    line-height: 1.8;
    font-size: 0.9em;
    padding: 0 0 0 40px;
    background: url(https://design.itembox.design/item/010karimoku/img/anser.gif) no-repeat;
    background-size: 30px;
}

