@charset "utf-8";

/* -------------------------------------------------------------------
 + 1996/07/09 13:00 (en)
------------------------------------------------------------------- */
/* - 装飾
------------------------------------------------------------------- */
/* -- 矢印の疑似要素 */
#contents .contents_body .section dl.arrow_r>dd:before {
    content: "\002192";
}

.section dl.def_inline>dd:before {
    padding: 0 0.5em 0 0;
}

@media screen and (max-width:640px) {
    #contents .contents_body .section dl.arrow_r>dd:before, #contents .contents_body .section dl.arrow_r>dd span.disp_tc {
        display: table-cell;
    }
}

/* -- end */
