@charset "utf-8";

/* =========================================================
色設定
========================================================= */

/* メイン背景
--------------------------------------------------------- */
.yomimono_theater-report_index .global.main,
.yomimono_theater-report_detail .global.main {
  background: #d6ddf5;
}

/* ヘッダ下リンク
--------------------------------------------------------- */
.yomimono_theater-report .global.main header nav {
  background: #f2f2f2;
}
.yomimono_theater-report .global.main header nav a {
  color: #0499e5;
}

/* 記事リスト
--------------------------------------------------------- */
.yomimono_theater-report .global.main ul.archives {
  background: #fff;
  box-shadow: black 0px 1px 1px;
}
.yomimono_theater-report .global.main ul.archives li {
  border-bottom: 1px dashed #cccccc;
}
.yomimono_theater-report .global.main ul.archives li a {
  color: #1035c0;
}

/* 各記事タイトル部
--------------------------------------------------------- */
.yomimono_theater-report .global.main article header {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1d44d7), color-stop(100%, #0f31ae));
  background-image: -webkit-linear-gradient(#1d44d7, #0f31ae);
  background-image: -moz-linear-gradient(#1d44d7, #0f31ae);
  background-image: -o-linear-gradient(#1d44d7, #0f31ae);
  background-image: linear-gradient(#1d44d7, #0f31ae);
  border-bottom: 1px solid #cccccc;
}
.yomimono_theater-report .global.main article header h3 {
  color: #fff;
}

/* お便り募集エリア（なければ無視）
--------------------------------------------------------- */
.yomimono_theater-report .global.main h3 {
  color: #fff;
}
.yomimono_theater-report .global.main .buttons a {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7389da), color-stop(50%, #4c68d0), color-stop(50%, #2e4ec8), color-stop(100%, #1337c1));
  background-image: -webkit-linear-gradient(#7389da, #4c68d0 50%, #2e4ec8 50%, #1337c1);
  background-image: -moz-linear-gradient(#7389da, #4c68d0 50%, #2e4ec8 50%, #1337c1);
  background-image: -o-linear-gradient(#7389da, #4c68d0 50%, #2e4ec8 50%, #1337c1);
  background-image: linear-gradient(#7389da, #4c68d0 50%, #2e4ec8 50%, #1337c1);
  color: white;
}

/* 記事本文背景
--------------------------------------------------------- */
.yomimono_theater-report_detail .global.main article section.body {
  background: #fff;
}





/* =========================================================
その他設定（要共通化）
========================================================= */

/* リスト、詳細共通
--------------------------------------------------------- */
.yomimono_theater-report .global.main article {
  margin-left: auto;
  margin-right: auto;
  width: 300px; }
.yomimono_theater-report .global.main article header {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
}
.yomimono_theater-report .global.main article header h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}
.yomimono_theater-report .global.main p.lead { padding: 10px; }
.yomimono_theater-report .global.main .mail {
  box-shadow: black 0px 1px 1px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin: 15px auto;
  padding: 10px 15px 15px;
  background: #fff;
  width: 270px;
  font-size: 13px;
}
.yomimono_theater-report .global.main .buttons a {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: black 0px 1px 1px;
  -moz-box-shadow: black 0px 1px 1px;
  box-shadow: black 0px 1px 1px;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  width: 270px;
  height: auto;
  line-height: 1.4;
  background-size: auto;
  font-weight: bold;
  font-size: 20px;
}

/* リスト
--------------------------------------------------------- */
.yomimono_theater-report .global.main ul.archives li a {
  font-weight: normal;
  font-size: 14px;
}
.yomimono_theater-report .global.main ul.archives.new {
  margin-bottom: 10px;
}
.yomimono_theater-report .global.main ul.archives li.picture {
  padding: 10px 0;
  border-bottom: none;
  background: none;
}
.yomimono_theater-report .global.main ul.archives li.picture img {
  display: block;
  margin: 0 auto;
  width: 270px;
}

/* 詳細
--------------------------------------------------------- */
.yomimono_theater-report_detail .global.main article {
  margin-top: 10px;
}
.yomimono_theater-report_detail .global.main article section.body {
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 15px;
  box-shadow: black 0px 1px 1px;
  font-size: 14px;
}
.yomimono_theater-report_detail .global.main article section.body p {
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 14px;
  color: black;
}
.yomimono_theater-report_detail .global.main article section.body img {
  width: 270px;
}
.yomimono_theater-report_detail .global.main article section.body p:last-child {
  margin-bottom: 0;
}
.yomimono_theater-report_detail .global.main article section.body font {
  font-size: inherit;
}