@charset "utf-8";

/*----- 最近描かれたお絵カキコ -----*/
.menu-oekaki_list tr {
  display: table;
  margin-bottom: 24px;
}

.menu-oekaki_list td {
  width: 140px;
  display: table-cell;
  vertical-align: top;
}

.menu-oekaki_list-thumb {
  width: 134px;
  height: 134px;
  border: 1px solid #d1d1d1;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-oekaki_list-thumb a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.menu-oekaki_list-thumb a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.menu-oekaki_list-inner {
  height: 32px;
  margin: 8px 0 4px;
  word-break: break-all;
}

.menu-oekaki_list-title {
  font-weight: 600;
  color: #1e7dc0;
  width: 120px;
  font-size: 13px;
  line-height: 16px;
}

.menu-oekaki_list-source {
  margin: 0 0 4px;
  max-width: 123px;
  display: table;
}

.menu-oekaki_list-source a:first-child {
  max-width: 94px;
  padding-right: 2px;
  font-weight: bold;
}

.menu-oekaki_list-source a {
  color: #999;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}

.menu-oekaki_list-status {
  color: #999;
  font-size: 0.9em;
  margin-bottom: 8px;
}

.menu-oekaki_aria-home button {
  margin: 0 auto;
}

/*----- 最近投稿されたピコカキコ -----*/
.menu-piko_list {
  table-layout: fixed;
  width: 720px;
}

.menu-piko_list tr {
  display: table;
  margin-bottom: 16px;
}

.menu-piko_list td {
  width: 140px;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.menu-piko_player {
  border: 1px solid #d1d1d1;
  text-align: center;
  padding-top: 16px;
  box-sizing: border-box;
  height: 54px;
}

.menu-piko_list-source {
  margin: 0 0 8px;
  max-width: 123px;
  display: table;
}

.menu-piko_list-source a:first-child {
  max-width: 94px;
  padding-right: 2px;
  font-weight: bold;
}

.menu-piko_list-source a {
  color: #999;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}

.menu-piko_list-inner {
  height: 32px;
  margin: 8px 0 4px;
  word-break: break-all;
}

.menu-piko_list-title {
  font-weight: 600;
  color: #1e7dc0;
  width: 120px;
  font-size: 13px;
  line-height: 16px;
}

.menu-piko_aria-home button {
  margin: 0 auto;
}

/*----- 新規記事作成 -----*/
.menu-create_desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
}

.menu-create_list {
  display: table;
  margin-top: 16px;
}

.menu-create_list .menu-create_column {
  display: table-cell;
  vertical-align: top;
  width: 354px;
  box-sizing: border-box;
  padding-right: 8px;
}

.menu-create_column h2 {
  font-size: 14px;
  height: 32px;
  padding: 10px 0px 2px;
  box-sizing: border-box;
  border-bottom: 3px solid #ffaf19;
  margin-bottom: 8px;
}

.menu-create_column label {
  display: block;
  margin-bottom: 4px;
}

.menu-create_column input {
  margin-bottom: 8px;
}

.menu-create_info {
  margin: 8px 0;
}

.menu-create_list .menu-create_column:nth-child(2) {
  padding: 0 0 0 8px;
}

.menu-create_column form .is-disable {
  opacity: 0.55;
}

/*----- 50音順単語・生放送記事数表示 -----*/
.menu-yomi table td {
  padding: 5px;
  border: 1px solid #d1d1d1;
}
