@charset 'UTF-8';
/**********************************************************
 * フォント
 **********************************************************/
body, input, button, textarea, select, option,
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family: 'メイリオ', Meiryo, Arial, AquaKana, 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
}

em, i, cite, var, dfn, [style*=italic] {
    font-family: Arial, 'ＭＳ Ｐゴシック', AquaKana, 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', sans-serif;
}

/**********************************************************
 * 画面部品(単一要素)
 **********************************************************/
/*------------- ユーザー入力情報の複数行表示 -------------*/
.app-user-data-m-line {
    word-wrap: break-word;
}

/*------------------------- 備考 -------------------------*/
p.app-note {
    margin-left: 1.4em;
    text-indent: -1.4em;
}
div.app-note {
    padding-left: 1.4em;
}
p.app-note:before, div.app-note:before {
    content: "※ ";
}

/**********************************************************
 * リッチテキスト (ext/ckeditor)
 **********************************************************/
.cke[lang="ja"] .cke_combo__fontsize .cke_combo_text {
    width: 4em;
}

/**********************************************************
 * 配置
 **********************************************************/
/*----------------------- 名前: 値 -----------------------*/
.app-item-entry .app-item-entry-name:after,
table.app-entry-table > tbody > tr > th:after {
    content: "：";
}

