
/*-----------------------------------------------------------------------------------
  orEditor用CSS
-----------------------------------------------------------------------------------*/

/* pタグ */
.editorarea p {
    margin-bottom: 1em;
}

/* listタグ */
.editorarea ul {
    margin-top: 1em;
    list-style: none;
}

/* table */
.editorarea table {
    width:100%;
    border:0;
    border-collapse:collapse;
}

.editorarea table th,
.editorarea table td {
    padding:.75em;
    line-height:1.4;
}

.editorarea table th,
.editorarea table thead td {
    border:1px solid #c8c8c8;
    background-color:#ddf3fa;
    white-space:nowrap;
    text-align:center;
}

.editorarea table td {
    background-color:#fff;
    border:1px solid #c8c8c8;
}

