/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */

.media-log-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed !important; /* ★これが重要 */
}

.media-log-table th,
.media-log-table td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
}

.media-log-table th {
  background: #f7f7f7;
}

/* 列幅 */
.media-log-table th:nth-child(1),
.media-log-table td:nth-child(1) { width: 25%; }

.media-log-table th:nth-child(2),
.media-log-table td:nth-child(2) { width: 50%; }

.media-log-table th:nth-child(3),
.media-log-table td:nth-child(3) { width: 25%; }

/* タイトル折り返し制御 */
.media-log-table td:nth-child(1) {
  word-break: break-word;
}

.ml-sep {
  margin: 0 4px;
  color: #999;
}
