@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Sans+JP:wght@400;600&display=swap');
/*
==================================================
【SP】タイプ1 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
free&subnav - フリーフォーマット&サブナビページ用
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
member - 会員ページ用
==================================================
*/
/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */
/* 画像のプリント禁止 */
/*@media print{
  img{display:none !important;}
}*/
/* リセットcss */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}
html, h1, h2, h3, h4, dl, dt, dd, ul, li, p, img {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
/* ボディ */
body {
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
  background-color: #000;
  -webkit-text-size-adjust: 100%;
}
a:link {
  text-decoration: underline;
  color: #e70012;
}
a:visited {
  text-decoration: underline;
  color: #e70012;
}
a:active {
  text-decoration: underline;
  color: #e70012;
}
a:hover {
  text-decoration: none;
  color: #e70012;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 75%;
  text-align: center;
  margin: 0;
  padding: 2px 0 5px 0;
  color: #666;
}
img {
  border: none;
  vertical-align: bottom;
}
figure img {
  max-width: 100%;
  height: auto;
  width /***/ : auto; /* 親要素の100% */
}
.image-container {}
.movie-container {}
.music-container {}
/* 配置 */
.left {
  float: left;
  margin: 5px 10px 10px 0;
}
.center {
  float: none;
  margin: 5px 0 10px 0;
}
.right {
  float: right;
  margin: 5px 0 10px 10px;
}
figure.left {
  text-align: left;
  margin: 5px 10px 10px 0;
}
figure.center {
  text-align: center;
  margin: 5px 0 10px 0;
}
figure.right {
  text-align: right;
  margin: 5px 0 10px 10px;
}
/* 罫線 */
hr {
  height: 0;
  margin: 15px 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.solid {
  border-top: 1px #333127 solid;
}
.dotted {
  border-top: 2px #333127 dotted;
}
.dashed {
  border-top: 2px #333127 dashed;
}
.double {
  border-top: 4px #333127 double;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #e3d5ba;
  background-image: url("../img/bg01.jpg");
  display: none;
  overflow: hidden;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
#contents {
  width: 100%;
  margin: 0;
  padding: 50px 0 0;
  clear: both;
  background-color: #fff;
}
#home-1 #contents {
  background-color: transparent;
  background-image: url("../img/bgBrownNoise.jpg");
  margin: 0;
  padding: 0;
}
#main-box {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* メインコンテンツ部分（main-box内) */
#contents-title {
  text-align: center;
  margin: 0;
  padding: 5px 0 0;
  display: none;
  background-image: url("../img/contentsTitle15.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
#news-2 .titleNews {
  display: block;
}
#free-format-3 .titleAbout {
  display: block;
}
#free-format-4 .titleCaststaff {
  display: block;
}
#free-format-5 .titleTicket {
  display: block;
}
#free-format-6 .titleGoods {
  display: block;
}
#free-format-7 .titleNotice {
  display: block;
}
#free-format-8 .titleUpcoming {
  display: block;
}
.titleEng {
  display: block;
  margin: 0;
  padding: 0 0 0 -0.1em;
  line-height: 1;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  color: #e3d5ba;
  font-size: 60px;
  letter-spacing: 0.1em;
}
.titleJap {
  display: block;
  margin: 0;
  padding: 12px 0 0;
  line-height: 1;
  color: #3e3c33;
  font-size: 23px;
}
#head {
  display: none;
}
article {
  margin: 0 auto;
  padding: 30px 0;
  clear: both;
}
.subhead {
  font-size: 100%;
  padding: 12px 15px 10px;
  margin: 0 0 25px;
  clear: both;
  text-align: center;
  color: #e3d5ba;
  background-image: url("../img/subhead15.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  border-bottom: 3px double #fff;
  border-top: 3px double #fff;
}
.packs {
  margin: 0;
  padding: 10px 5px 10px 20px;
  width: 615px;
}
.column {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
  max-width: 600px;
}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 99;
}
#pagetop a {
  text-decoration: none;
  color: #9f9572;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
  font-size: 65px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .5;
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
header {
  width: 100%;
  margin: 0;
  padding: 0;
}
#site-title {
  width: 640px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: none;
}
.home-page #site-title {
  display: none;
}
#site-caption {
  display: none;
}
.logoOther {
  width: 360px;
  height: 117px;
  margin: 50px auto 40px;
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 640px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  width: 600px;
  margin: 40px auto 0;
  padding: 16px 0 10px;
  background-image: url("../img/bgFeed15topSp.jpg"), url("../img/bgFeed15bottomSp.jpg"), url("../img/bgFeed15middleSp.jpg");
  background-position: top center, bottom center, top center;
  background-repeat: no-repeat, no-repeat, repeat-y;
}
h3.feedTitle {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  color: #e3d5ba;
  font-size: 170%;
  padding: 0 0 0 -0.1em;
  letter-spacing: 0.1em;
  text-align: center;
}
#news-feed-index li {
  clear: both;
  border-bottom: 1px dotted #999;
  padding: 0.5em 0;
}
#news-feed-index h2 {
  font-size: 100%;
  line-height: 140%;
  margin: 5px 1em;
  padding: 0 0 5px 1.3em;
  color: #333;
  background-image: url("../img/arrowBrown01.png");
  background-position: 0 3px;
  background-repeat: no-repeat;
}
#news-feed-index h2 a:link {
  text-decoration: none;
  color: #333;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #333;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #333;
}
#news-feed-index h2 a:hover {
  text-decoration: none;
  color: #ee5b5b;
}
.dateIndex {
  padding: 0;
  margin-bottom: 5px;
  display: block;
  font-size: 100%;
}
.thumbnail {
  display: none;
}
.news-txt {
  display: none;
}
.bannerTicket {
  width: 600px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.bannerList {
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
.bannerList li {
  margin: 0 auto;
  padding: 10px 5px;
  display: inline-block;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* ニュース一覧ページ */
.news-list-page article {
  margin: 40px 10px;
  padding: 0;
}
.news-list-page article a:link {
  text-decoration: none;
}
.news-list-page article a:visited {
  text-decoration: none;
}
.news-list-page article a:active {
  text-decoration: none;
}
.news-list-page article a:hover {
  text-decoration: none;
}
.news-list-page .subhead {
  border: 1px solid #37352b;
  padding: 25px 20px;
  margin: 0;
  display: block;
  text-align: left;
  color: #322f2c;
  font-weight: 600;
  background-image: none;
}
.news-list-page .subhead a:link {
  width: 100%;
  text-decoration: none;
  color: #ee5b5b;
}
.news-list-page .date {
  font-size: 150%;
  display: block;
  padding-bottom: 10px;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  color: #a09b8a;
}
/* ニュース記事ページ */
/* 記事タイトル部分（subhead内） */
.news-page .subhead {
  text-align: left;
}
.news-page .headline {
  color: #e3d5ba;
}
.news-page .date {
  font-size: 150%;
  display: block;
  padding: 0 15px;
  color: #a09b8a;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 0;
  padding: 50px 0;
}
#pager li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 80%;
}
#pager li a:link {
  text-decoration: none;
  color: #322f2c;
  background: #e3d5ba;
  margin: 0 1em;
  padding: 0.8em 1.5em;
  border-radius: 10px;
}
#pager li a:visited {
  text-decoration: none;
  color: #322f2c;
}
#pager li a:active {
  text-decoration: none;
  color: #322f2c;
}
#pager li a:hover {
  text-decoration: none;
  color: #e3d5ba;
  background: #322f2c;
}
.disabled {
  display: none;
}
/* カテゴリー・アーカイブのリスト */
#category {
  padding: 0 1%;
  margin: 0 0 30px;
  width: 48%;
  float: left;
  display: none;
}
#archive {
  padding: 0 1%;
  margin: 0 0 30px;
  width: 48%;
  float: right;
  display: none;
}
h4 {
  background-color: #000;
  color: #fff;
  font-size: 100%;
  padding: 5px 15px 10px;
  border-radius: 0 20px 0 0;
  line-height: 1;
}
/* =============================================== */
/* nav - メインメニュー（ページ下部） */
/* ----------------------------------------------- */
/* ハンバーガーメニューは別ファイル！ */
nav {
  clear: both;
  width: 100%;
  margin: -1px auto 0;
  padding: 60px 0;
  line-height: 1;
  background-image: url("../img/bgBrownNoise.jpg");
}
#main-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 600px;
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  float: left;
  width: 299px;
  margin: -1px 0 0 -1px;
  text-align: center;
  border: #9f9572 1px solid;
  font-family: "Bebas Neue", serif;
  font-weight: 400;
}
#main-menu li a {
  display: inline-block;
  padding: 20px 0;
  color: #e3d5ba;
  font-size: 160%;
  width: 100%;
  white-space: nowrap;
  font-weight: 400;
}
#main-menu li a:link {
  text-decoration: none;
  color: #e3d5ba;
}
#main-menu li a:visited {
  text-decoration: none;
  color: #e3d5ba;
}
#main-menu li a:active {
  text-decoration: none;
  color: #e3d5ba;
}
#main-menu li a:hover {
  text-decoration: none;
  color: #fff;
}
/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* twitterウィジェットやバナーなど */
aside {
  display: none;
}
/* SNSボタン */
.snsBtn {
  padding: 15px 0;
  margin-top: -1px;
  text-align: center;
  background-image: url("../img/bgBrownNoise.jpg");
}
.snsBtn li {
  font-size: 56px;
  font-weight: 400;
  padding: 0 10px;
  display: inline-block;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #e3d5ba;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #e3d5ba;
}
.snsBtn a:active {
  text-decoration: none;
  color: #e3d5ba;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #fff;
}
/* フッター大枠 */
footer {
  width: 100%;
  margin: -1px 0 0;
  padding: 20px 0 0;
  clear: both;
  background-image: url("../img/bgBrownNoise.jpg");
}
/* 会員メニュー */
#member-menu {
  display: none;
}
/* フッターメニュー */
#footer-menu {
  display: none;
}
/* コピーライト */
#copyright p {
  font-size: 90%;
  text-align: center;
  clear: both;
  padding: 10px;
  color: #e3d5ba;
}
/* mincへのリンク */
#minc-link p {
  font-size: 70%;
  text-align: center;
  clear: both;
  padding-bottom: 20px;
}
#minc-link p a:link {
  text-decoration: none;
  color: #e3d5ba;
}
#minc-link p a:visited {
  text-decoration: none;
  color: #e3d5ba;
}
#minc-link p a:active {
  text-decoration: none;
  color: #e3d5ba;
}
#minc-link p a:hover {
  text-decoration: underline;
  color: #fff;
}
/* 過去作リスト */
.archiveList {
  text-align: center;
  background-color: #000;
  padding: 30px 0;
  margin-top: 30px;
}
.archiveList li {
  display: inline-block;
  background-image: url("../img/iconShuriken02.png");
  background-position: left;
  background-repeat: no-repeat;
  font-size: 75%;
  padding: 0 1em 0 1.2em;
}
.archiveList li a:link {
  text-decoration: none;
  color: #ccc;
}
.archiveList li a:visited {
  text-decoration: none;
  color: #ccc;
}
.archiveList li a:active {
  text-decoration: none;
  color: #ccc;
}
.archiveList li a:hover {
  text-decoration: none;
  color: #fff;
}
/* =============================================== */
/* clearfix - クリアフィックス設定 */
/* ----------------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */
a:hover img {
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
nav a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================== */
/* cast - キャストページ */
/* ----------------------------------------------- */
.panchline {
  font-weight: 400;
  padding: 9px 1em 7px;
  margin: 0 0 10px;
  color: #333127;
  line-height: 1;
  display: inline-block;
  font-size: 90%;
  background-color: #ebe2cf;
  border: 1px solid #333127;
}
#free-format-4 .panchline {
  text-align: center;
  display: block;
  width: 15em;
  margin: 15px auto 35px;
}
.cast {
  width: 100%;
  padding: 0;
  color: #333;
  clear: both;
  text-align: center;
}
.cast ul {
  list-style: none;
  padding: 0;
  line-height: 110%;
}
.cast li {
  padding: 0 1% 30px;
  vertical-align: top;
  font-weight: 600;
  font-size: 115%;
  line-height: 120%;
  width: 400px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.cast li img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 10px;
  border: 1px solid #eee;
}
.actor {
  font-size: 110%;
  font-weight: 600;
}
.roll {
  font-size: 70%;
  line-height: 1.4;
  font-weight: 400;
  padding: 1em 0;
  color: #777;
  text-align: left;
}
.roll span {
  font-size: 125%;
  color: #ee5b5b;
  line-height: 100%;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.job {
  font-size: 85%;
  color: #ee5b5b;
  font-weight: 400;
}
/* =============================================== */
/* ticket info - 公演概要 */
/* ----------------------------------------------- */
.infoList01 {
  list-style-type: disc;
  padding: 10px 0 10px 1em;
  font-size: 90%;
}
.infoList01 li {
  padding: 3px 0;
}
.infoList02 {
  list-style-type: circle;
  padding: 0 0 15px 1em;
  font-size: 85%;
}
.infoList02 li {
  padding: 3px 0;
}
.ticketBox {
  border: 1px solid #333127;
  margin: 40px auto;
  padding: 0 2% 20px;
  width: 96%;
  border-radius: 10px;
  background-color: #f9f2e5;
}
h5 {
  height: 0;
  text-align: center;
}
h5 span {
  color: #fff;
  padding: 5px 1.5em;
  margin: 0;
  position: relative;
  top: -2.5em;
  height: 0;
  font-size: 1em;
  background-color: #333127;
  font-weight: 400;
}
.playguideList {
  list-style: none;
  padding: 0 0 15px 0;
  font-size: 90%;
}
.playguideList li {
  padding: 20px 0 20px;
  border-top: 1px dotted #666;
  font-weight: 600;
}
.playguideList li span {
  display: block;
  padding: 5px 0 10px;
  font-size: 88%;
  font-weight: 500;
}
.playguideList li:first-child {
  border-top: none;
}
.purchase {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 500px;
  text-align: center;
  font-weight: 500;
}
.purchase a:link {
  display: block;
  position: relative;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  border: 2px solid #bc2b2b;
  margin: 0 auto 8px;
  color: #fff;
  transition: all 0.3s;
  background: #990000;
  font-weight: 400;
  border-radius: 50px;
  font-size: 88%;
}
.purchase a:visited {
  text-decoration: underline;
  color: #fff;
  border: 2px solid #bc2b2b;
}
.purchase a:active {
  text-decoration: underline;
  border: 2px solid #bc2b2b;
  color: #fff;
}
.purchase a:hover {
  text-decoration: none;
  background: #bc2b2b;
  color: #fff;
  border: 2px solid #bc2b2b;
}
/* notice 中のページ */
.noticeList01 {
  font-size: 100%;
  list-style-type: decimal;
  list-style-position: outside;
  padding: 5px 0 5px 1.2em;
}
.noticeList01 li {
  padding: 5px 0;
}
.noticeList02 {
  font-size: 90%;
  list-style: circle;
  list-style-position: outside;
  padding: 5px 0 5px 1.2em;
}
.noticeList01 li {
  padding: 5px 0;
}
/* =============================================== */
/* sche - 星取表 */
/* ----------------------------------------------- */
table.scheduleChart {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px auto;
  table-layout: fixed;
  font-weight: 400;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scheduleChart tr {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}
.scheduleChart th, .scheduleChart td {
  border: 1px solid #888;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
  font-size: 100%;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 400;
  height: 40px;
  border-left: none;
  border-top: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e70012;
  font-weight: 600;
}
.scheduleChart th {
  height: 2em;
}
.scheduleChart thead {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.scheduleChart thead tr {}
.scheduleChart thead th {
  font-size: 90%;
  font-weight: 400;
  background-color: #555;
  color: #fff;
  padding: 0;
  height: 60px;
}
/* 月 */
.scheduleChart thead th:nth-child(1) {
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
  height: 45px;
  width: auto;
}
.scheduleChart thead td {
  width: auto;
  padding: 0;
  height: 60px;
}
.scheduleChart tbody {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* 時刻 */
.scheduleChart tbody th {
  vertical-align: middle;
  color: #888;
  font-weight: 400;
  width: auto;
  padding: 0;
  height: 45px;
}
.scheduleChart caption p {
  margin: 0 0 -1em;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}
/* 曜日 */
.scheduleChart .day {
  background: #888;
  color: #fff;
  font-size: 0.8em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: block;
  margin: 0 10px 0 0
}
.scheduleChart .date {
  color: #fff;
  font-size: 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: block;
  margin: 0 10px
}
.scheduleChart .day_holiday {
  background: #e85f63;
  color: #fff;
}
.scheduleChart .day_saturday {
  background: #6bc8ee;
  color: #fff;
}
.scheduleChart tbody td {
  vertical-align: middle;
  width: auto;
  padding: 0;
  height: 60px;
}
.scheduleChart .kyuen {
  color: #aaa;
  font-size: 80%;
  border-top: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #888;
  font-weight: 400;
}
.scheduleChart .kyuen2 {
  color: #aaa;
  font-size: 80%;
  border-top: none;
  border-left: 1px solid #fff;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  font-weight: 400;
}
/* =============================================== */
/* notice - お願い */
/* ----------------------------------------------- */
/* noticeトップページ */
.noticeBtn {
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-color: #333;
  text-align: center;
  margin-bottom: 5px;
}
.noticeBtn a:link {
  text-decoration: none;
  color: #333;
}
.noticeBtn a:visited {
  text-decoration: none;
  color: #333;
}
.noticeBtn a:active {
  text-decoration: none;
  color: #333;
}
.noticeBtn a:hover {
  text-decoration: none;
  color: #fd5454;
}
.noticeBtnTitle {
  font-size: 200%;
  font-weight: 600;
  padding: 1em 0 5px;
}
.noticeBtnTxt {
  font-weight: 600;
  padding: 5px 0 2.5em;
}
/* notice 中のページ */
.noticeList01 {
  font-size: 100%;
  list-style-type: decimal;
  list-style-position: outside;
  padding: 5px 0 5px 1.2em;
}
.noticeList01 li {
  padding: 5px 0;
}
.noticeList02 {
  font-size: 90%;
  list-style: circle;
  list-style-position: outside;
  padding: 5px 0 5px 1.2em;
}
.noticeList01 li {
  padding: 5px 0;
}
.noticeTab {
  text-align: center;
}
.noticeTab li {
  width: 600px;
  font-weight: 600;
  margin: 20px auto;
  padding: 0.5em 0;
  background-color: #efefef;
  border: 1px solid #ccc;
}
.noticeTab a:link {
  text-decoration: none;
  color: #333;
}
.noticeTab a:visited {
  text-decoration: none;
  color: #333;
}
.noticeTab a:active {
  text-decoration: none;
  color: #333;
}
.noticeTab a:hover {
  text-decoration: none;
  color: #fd5454;
}
/* =============================================== */
/* その他 */
/* ----------------------------------------------- */
.ex-large {
  font-size: 140%;
}
.large {
  font-size: 120%;
}
.bold {
  font-weight: 600;
}
.thin {
  font-weight: 400;
}
.txtCenter {
  text-align: center;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}