@charset "utf-8";

/*  =============================================================

　　共通モジュール設定

============================================================= */


/*  全体・コンテナー 設定
---------------------------------------------*/


/*  リンク 設定
-------------------------- */

/* 動き滑らか */
#header a,
#content a img {
  transition: opacity .4s ease-in-out,background .4s ease-in-out;
}

/* 半透明 */
#content a:hover img {
  opacity: .6;
}

/* 下線 */
.txtLink {
  text-decoration: underline;
}

/* 下線なし */
.txtLink:hover {
  text-decoration: none;
}

/* カーソル */
.boxHover {
  cursor: pointer;
}


/*  画像　設定
-------------------------- */

/* フレーム付き画像 */
.imgFrame {
  padding: 10px;
  border: 1px solid #fff;
  background: #fff;
}


/*  テキスト 設定
-------------------------- */

/* 赤色 */
.txtRed {
  color: #d90000;
}

/* 灰色 */
.txtGrey {
  color: #666;
}

/* インデント設定 */
.txtIdt {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: 200%;
  /text-indent: -9999px;
  text-indent: -9999px\9;
  white-space: nowrap;
}


/*  コンテンツ　設定
---------------------------------------------*/


/*  ボタン
-------------------------- */

.btnLinkLarge {
  text-align: center;
}

.btnLinkLarge a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  transition: all .4s ease-in-out;
  min-width: 292px;
  margin: 0 auto;
  padding: 15px 60px;
  border-radius: 3px;
  background: #e0485d;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

.btnLinkLarge a:hover {
  opacity: .6;
}

/* 矢印付きボタン */
.btnLinkLarge.icnArw a {
  padding: 12px 70px;
}

.btnLinkLarge.icnArw a:before,
.btnLinkLarge.icnArw a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  content: "";
}

.btnLinkLarge.icnArw a:after {
  right: 21px;
  border-left-color: #de4a5f;
}


/*  アイコン
-------------------------- */

/* -- PDFリンク -- */

.icnPDF a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  min-height: 20px;
  padding-left: 22px;
  background: url(/common/img/content/icn-pdf.gif) no-repeat 0 0;
  color: #779e1a;
  font-size: .9em;
  font-weight: bold;
}

.icnPDF a:hover {
  text-decoration: underline;
}

/* -- 矢印アイコン -- */

.icnArw.icnMaru a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  position: relative;
  padding-left: 20px;
  color: #87b618;
}

.icnArw.icnMaru a:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/common/img/content/icn-arw-maru.gif) no-repeat;
  content: "";
}


/*  パンくず
-------------------------- */

.boxBreadcrumb {
  min-height: 32px;
  padding: 15px 0;
  font-size: .9em;
  letter-spacing: -.5px;
}

.boxBreadcrumb p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.boxBreadcrumb a {
  margin-right: 2px;
  color: #e0485d;
}

.boxBreadcrumb a:hover {
  text-decoration: underline;
}

.boxBreadcrumb span {
  margin-right: 2px;
}


/*  カテゴリータイトル
-------------------------- */

.boxCategoryTitle {
  border-bottom: 8px solid #444;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}

.boxCategoryTitle .boxInner {
  padding-top: 22px;
  padding-bottom: 10px;
}

.boxCategoryTitle h1 {
  font-size: 1.85em;
}

.boxCategoryTitle span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  padding-left: 5px;
  padding-bottom: 2px;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}


/*  ソーシャル
-------------------------- */

#content .boxSocial {
  padding-top: 15px;
  padding-bottom: 15px;
}

#content .boxSocial ul {
  letter-spacing: -.40em;
  text-align: right;
}

#content .boxSocial li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  overflow: hidden;
  height: 20px;
  letter-spacing: normal;
  padding-left: 10px;
  vertical-align: top;
}


/*  リンクエリア
-------------------------- */

.boxLinkArea {
  position: relative;
}

.boxLinkArea .txtMore a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}


/*  汎用テーブル
-------------------------- */

.boxTable {
  width: 100%;
  margin-bottom: 60px;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  color: #444;
}

.boxTable tr {
  border-top: 1px solid #ccc;
}

.boxTable th,
.boxTable td {
  padding: 30px 20px;
  border-left: 1px solid #ccc;
}

.boxTable th {
  width: 210px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  background: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.boxTable td {
  background: #fff;
}

.boxTable input[type="text"],
.boxTable input[type="email"],
.boxTable input[type="password"],
.boxTable select,
.boxTable textarea {
  margin-top: -6px;
  margin-bottom: -6px;
}

.boxTable input[type="text"],
.boxTable input[type="email"],
.boxTable input[type="password"] {
  width: 420px;
}

.boxTable select {
  min-width: 300px;
}

.boxTable label {
  margin-right: 30px;
}


/*  カテゴリタグ
-------------------------- */

/* -- カテゴリ -- */

.txtCateTag {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  min-width: 55px;
  margin: 0 0 10px;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: #999;
  color: #fff;
  font-size: .85em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
}

.txtCateTag + .txtCateTag {
  margin-left: 5px !important;
}

.txtCateTagBtn a {
  display:block;
  min-width: 55px;
  margin: 0 0 10px;
  padding: 2px 10px;
  border-radius: 2px;
  background-color: #999;
  color: #fff;
  font-size: .85em;
  font-weight: bold;
  text-align: center;
  text-decoration:none;
  line-height: 1.5em;
  color:#FFF;
}

.txtCateTagBtn a:hover {
	opacity:.6;
}

/* -- カテゴリタイトル -- */

.ttlCate.txtCateTag {
  display: block;
  margin-bottom: 30px;
  padding: 7px 15px;
  border-radius: 0;
  font-size: 1.3em;
  text-align: left;
}

/* -- カテゴリ・カラー設定 -- */

/* クラシック */
.txtCateTag.bgCateClassic,
.txtCateTagBtn.bgCateClassic a {
  background-color: #fbc700;/*cc3300*/
}
.txtCateTagBtn.bgCateClassic a {
  border:solid 2px #fbc700;
}

/* オペラ */
.txtCateTag.bgCateOpera,
.txtCateTagBtn.bgCateOpera a {
  background-color: #7fbe25;/*9c6fc3*/
}
.txtCateTagBtn.bgCateOpera a {
  border:solid 2px #7fbe25;
}

/* ジャズ */
.txtCateTag.bgCateJazz,
.txtCateTagBtn.bgCateJazz a {
  background-color: #333;
}
.txtCateTagBtn.bgCateJazz a {
  border:solid 2px #333;
}

/* 映画 */
.txtCateTag.bgCateMovie,
.txtCateTagBtn.bgCateMovie a {
  background-color: #7f4e20;/*00a49e*/
}
.txtCateTagBtn.bgCateMovie a {
  border:solid 2px #7f4e20;
}

/* 演劇 */
.txtCateTag.bgCateEngeki,
.txtCateTagBtn.bgCateEngeki a {
  background-color: #00a0e8;/*814001*/
}
.txtCateTagBtn.bgCateEngeki a {
  border:solid 2px #00a0e8;
}

/* ダンス */
.txtCateTag.bgCateDance,
.txtCateTagBtn.bgCateDance a {
  background-color: #ea5404;/*5537d8*/
}
.txtCateTagBtn.bgCateDance a {
  border:solid 2px #ea5404;
}

/* 人形劇 */
.txtCateTag.bgCatePuppet,
.txtCateTagBtn.bgCatePuppet a {
  background-color: #ec4a56;/*5537d8*/
}
.txtCateTagBtn.bgCatePuppet a {
  border:solid 2px #ec4a56;
}

/* お子さま */
.txtCateTag.bgCateChild,
.txtCateTagBtn.bgCateChild a {
  background-color: #e50011;/*dcc501*/
}
.txtCateTagBtn.bgCateChild a {
  border:solid 2px #e50011;
}


/* お子さま02 */
.txtCateTag.bgCateChild02,
.txtCateTagBtn.bgCateChild02 a {
  background-color: #07a516;
}
.txtCateTagBtn.bgCateChild02 a {
  border:solid 2px #07a516;
}

/* 演芸 */
.txtCateTag.bgCateEngei,
.txtCateTagBtn.bgCateEngei a {
  background-color: #006834;/*246803*/
}
.txtCateTagBtn.bgCateEngei a {
  border:solid 2px #006834;
}

/* 伝統芸能 */
.txtCateTag.bgCateDentou,
.txtCateTagBtn.bgCateDentou a {
  background-color: #914897;/*a56807*/
}
.txtCateTagBtn.bgCateDentou a {
  border:solid 2px #914897;
}

/* ミュージカル */
.txtCateTag.bgCateMusical,
.txtCateTagBtn.bgCateMusical a {
  background-color: #9c4eb4;
}
.txtCateTagBtn.bgCateMusical a {
  border:solid 2px #9c4eb4;
}

/* その他 */
.txtCateTag.bgCateOther,
.txtCateTagBtn.bgCateOther a {
  background-color: #e85197;
}
.txtCateTagBtn.bgCateOther a {
  border:solid 2px #e85197;
}

/* ポピュラー*/
.txtCateTag.bgCatePop,
.txtCateTagBtn.bgCatePop a {
  background-color: #e85197;
}
.txtCateTagBtn.bgCatePop a {
  border:solid 2px #e85197;
}

/* イベント*/
.txtCateTag.bgCateEvt,
.txtCateTagBtn.bgCateEvt a {
  background-color: #db8b00;
}
.txtCateTagBtn.bgCateEvt a {
  border:solid 2px #db8b00;
}

/* プレイベント */
.txtCateTag.bgCatePre,
.txtCateTagBtn.bgCatePre a {
  background-color: #66be97;/*5faf01*/
}
.txtCateTagBtn.bgCatePre a {
  border:solid 2px #66be97;
}


/*  プログラム情報
-------------------------- */

/* ---- プログラム項目 ---- */

.boxProgramItem {
}

/* -- リンク -- */

.boxProgramItem > a {
  display: block;
  height: 100%;
}

/* -- 公演画像 -- */

.boxProgramItem .boxProgramImg {
  background: #fff;
}

.boxProgramItem .boxProgramImg img {
  width: 100%;
}

/* -- 公演内容 -- */

.boxProgramItem .boxProgramCont {
  transition: all .4s ease-in-out;
  padding: 12px 10px;
  color: #333;
}

/* カテゴリ */
.boxProgramItem .boxProgramCont .txtCateTag {
  min-width: 100px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6em;
}

/* テキスト */
.boxProgramItem .boxProgramCont .txtCont {
  font-size: .9em;
  line-height: 1.5em;
}

/* -- リンク・ホバー時 -- */

.boxProgramItem > a:hover .boxProgramCont {
  color: #088597;
}

/* ---- プログラム一覧 ---- */

.boxProgramList {
}

.boxProgramList > ul {
  margin-left: -25px;
  letter-spacing: -.40em;
}

.boxProgramList .boxProgramItem {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 50%;
  padding-left: 25px;
  letter-spacing: normal;
  vertical-align: top;
}

/* -- リンク -- */

.boxProgramList .boxProgramItem > a {
  transition: all .4s ease-in-out;
  overflow: hidden;
  padding: 12px 8px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.boxProgramList .boxProgramItem > a:hover {
  background: #f2fbef;
}

/* -- 公演画像 -- */

.boxProgramList .boxProgramItem .boxProgramImg {
  float: left;
  width: 29%;
}

/* -- 公演内容 -- */

.boxProgramList .boxProgramItem .boxProgramCont {
  float: left;
  width: 71%;
  padding: 0 0 0 15px;
}

/* タイトル */
.boxProgramList .boxProgramItem .boxProgramCont h3 {
  margin-top: -2px;
  margin-bottom: 10px;
  font-size: 1.02em;
  font-weight: bold;
}

/* テキスト */
.boxProgramList .boxProgramItem .boxProgramCont .txtCont {
  font-size: 1em;
  line-height: 1.7em;
}

/* ジャズバー */
.boxProgramList .boxProgramItem .boxProgramCont .txtJazzBar {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  float: right;
  margin: 0 0 2px 2px;
  background: #401000;
  border-radius: 4px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
}

/* -- リンク・ホバー時 -- */

.boxProgramList .boxProgramItem > a:hover .boxProgramCont {
  color: #333;
}



/*  ニュース一覧
-------------------------- */

.boxNewsList {
  margin-bottom: 20px;
  line-height: 1.6em;
}

.boxNewsList a {
  text-decoration: none;
}

.boxNewsList li {
  overflow: hidden;
}

.boxNewsList li:nth-child(odd) {
  background-color: #fafafa;
}

/* -- 日付 -- */

.boxNewsList li dt {
  float: left;
  width: 200px;
  padding: 12px 0 12px 15px;
  color: #000;
  font-weight: bold;
}

/* -- タグ -- */

.txtNewsTag a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: all .4s ease-in-out;
  width: 64px;
  margin-right: 35px;
  padding: 0 2px;
  border: 2px solid #ccc;
  border-radius: 2px;
  background: #fff;
  font-size: .85em;
  text-align: center;
  text-decoration: none;
  line-height: 1.5em;
}

/* お知らせ */
.cat-info a {
  border-color: #97cc34;
  color: #81b400;
}

.cat-info a:hover {
  background-color: #eef5e2;
}

/* チケット */
.cat-ticket a {
  border-color: #c188d9;
  color: #b991cf;
}

.cat-ticket a:hover {
  background-color: #f5eafa;
}

/* 公演情報 */
.cat-program a {
  border-color: #2294db;
  color: #2294db;
}

.cat-program a:hover {
  background-color: #e1eff8;
}

/* イベント */
.cat-event a {
  border-color: #eb9907;
  color: #eb9907;
}

.cat-event a:hover {
  background-color: #fff6e7;
}

/* 当日券 */
.cat-todayticket a {
  border-color: #f34926;
  color: #f34926;
}

.cat-todayticket a:hover {
  background-color: #fcece8;
}

/* -- ニュースタイトル -- */

.boxNewsList li dd {
  padding-left: 200px;
}

/* -- リンク -- */

.boxNewsList li dd a {
  display: block;
  transition: all .4s ease-in-out;
  padding: 12px 15px;
  color: #333;
}

/* -- リンク・ホバー時 -- */

.boxNewsList li dd a:hover {
  color: #088597;
}

/* ---- 一覧リンクボタン ---- */

.btnListLink {
  text-align: center;
}

/* -- リンク -- */

.btnListLink a {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: all .4s ease-in-out;
  min-width: 230px;
  max-width: 100%;
  padding: 5px 15px;
  border: 1px solid #676767;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
	background-color: #fff;
}

/* -- リンク・ホバー時 -- */

.btnListLink a:hover {
  background-color: #000;
  color: #fff;
}


/*  ページャー
----------------------------------- */

.boxPager {
  padding-top: 25px;
  text-align: center;
}

.boxPager a,
.boxPager span {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  transition: all .4s ease-in-out;
  width: 34px;
  margin-left: 2px;
  margin-bottom: 6px;
  padding: 6px;
  border: 1px solid #000;
  background: #fff;
  color: #333;
}

.boxPager a:hover,
.boxPager .txtCurrent {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}


/*  ナビボタン
----------------------------------- */

.boxNavBtn {
  margin-bottom: 30px;
}

.boxNavBtn ul {
  margin-left: -16px;
  letter-spacing: -.40em;
}

.boxNavBtn li {
  display: inline-block;
  *display: inline; /* IE7用 */
  *zoom: 1; /* IE7用 */
  width: 206px;
  padding-left: 16px;
  letter-spacing: normal;
  vertical-align: top;
}

/* -- リンク -- */

.boxNavBtn a {
  display: block;
  transition: opacity .4s ease-in-out,background .4s ease-in-out;
  position: relative;
  padding: 6px 30px;
  background: #95c228;
  color: #fff !important;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.5em;
}

/* -- リンク装飾（矢印） -- */

.boxNavBtn a:before,
.boxNavBtn a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  border-radius: 2px;
  content: "";
}

.boxNavBtn a:after {
  right: 10px;
  border-left-color: #95c228;
} 

/* -- リンク・ホバー時 -- */

.boxNavBtn a:hover {
  opacity: .6;
}


/*  準備中
----------------------------------- */

.boxComingSoon {
  padding: 15px 0 0;
  font-size: 1.15em;
}

.boxComingSoon p {
  margin-bottom: 10px;
}




