@charset "UTF-8";

/*!
Theme Name: Cocoon Child JAPANMATE
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: YT
Template:   cocoon-master
Version:    1.0.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.comment-area ol.commets-list {
  padding-left: 0px;
}

.comment-area p.comment-content-title {
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: bold;
}

.comment-area .comment-meta .rating-star {
  margin-right: 3px;
}

.comment-area .comment-meta .rating-star .fa-star {
  padding-right: 1px;
}

.comment-area .comment-meta .rating-star .rating-number {
  margin-left: 0px;
}

.wp-block-table tr>*:first-child {
  white-space: nowrap;
}

.comment-area .comment-author {
  font-size: var(--cocoon-text-size-s);
}

.promotion-video {
  aspect-ratio: 16 / 9;
}

.promotion-video > iframe {
  height: 100%;
  width: 100%;
}

.wp-block-table td.vod-logo-col {
  text-align: center;
  padding: .7em .5em;
}

.wp-block-table td.vod-logo-col img {
  height: 30px;
  width: auto;
}

.wp-block-table td.vod-logo-col img:hover {
  opacity: 0.8;
}

table > tbody > tr > th > span.pr  {
  display: inline-block;
  vertical-align: middle;
  margin-left: .4em;
  font-size: .7em;
}

table > tbody > tr > th > span.pr::before {
  content: "[";
}

table > tbody > tr > th > span.pr::after {
  content: "]";
}

.vod-last-updated-date > span::after {
  margin-right: .4em;
  content: ":";
}

.character-list {
  padding-left: 0 !important;
  margin: 0 !important;
  list-style: none;
}

.character-list a {
  margin-left: .5em;
}

.music-list a {
  margin-left: .5em;
  margin-right: .5em;
}

table.video-info > tbody > tr > th {
  text-align: left;
  width: 13em;
}
