@charset "UTF-8";



/*----------------------------------------------------------------
共通設定(コンテンツ領域・ローカルナビ)
----------------------------------------------------------------*/

#container {
	background:none;
	padding-top:15px;
	}



/*見出し
----------------------------------------------------------------*/

/*パターンA*/
.indexTtlA {
	margin-top:30px;
	margin-bottom:10px;
}
.indexTtlA img {
	margin-right:10px;
	}

.indexTtlA span {
	font-weight:normal;
	}


/*パターンB*/

.indexTtlB {
	position:relative;
	background:#40b6df;
	color:#fff;
	}
.indexTtlB .balloon {
	position:absolute;
	bottom:-6px;
	*bottom:-5px;/*ie7*/
	z-index:99;
	}






/*----------------------------------------------------------------
メイン領域
----------------------------------------------------------------*/


/*キービジュアル
----------------------------------------------------------------*/

#keyvArea {
	position:relative;
	}

#keyvArea p,
#keyvArea ul {
	line-height:0;
	}


/* add start */
#keyvisual {
/*	width: 695px;  
	height: 493px; 
	background:url(/index_visual/MainVisual_bg.jpg) no-repeat 0 0;
	padding-top:9px;
	padding-left:9px;
*/
	}

#keyvisualSlide {
	width: 695px;   
	height: 485px;  
	position: relative;
	overflow: hidden;
	 }
/* add end */

#keyvisual p {
	display:none;
	}
#keyvisual .active {
	display:block;
	}

#keyvPagingL {
	position:absolute;
	top:215px;
	left:5px;
	z-index: 101;   
	}

/*#keyvPagingL img {display: none;}*//*休館用ヤジルシ非表示*/

#keyvPagingR {
	position:absolute;
	top:215px;
	right:5px;
	z-index: 102; 
	}

/*#keyvPagingR img {display: none;}*//*休館用ヤジルシ非表示*/

#keyvSlideBtn li {
	display:inline;
	text-align:center;
	margin-left:5px;
	}
#keyvSlideBtn {
	text-align:center;
	margin-top:25px;
	}


/*コンテンツ格納ボックス
----------------------------------------------------------------*/

.contentsArea {
	border: solid 3px #e8f2f6;
	background:#fff;
	}

.contentsAreaB {
	border-left: solid 3px #e8f2f6;
	border-right: solid 3px #e8f2f6;
	background:#fff;
	}
.contentsAreaC {
	border-left: solid 3px #e8f2f6;
	border-right: solid 3px #e8f2f6;
	border-bottom: solid 3px #e8f2f6;
	background:#fff;
	}



/*コンサートインフォメーション
----------------------------------------------------------------*/

#concertArea .secBox01 {
	float:left;
	width:250px;
	}
#concertArea .secBox01 img {
	border: solid 1px #eee;
	}
#concertArea .secBox02 {
	float:right;
	width:330px;
	padding-right:45px;
	}

#concertArea .schedule {
	color:#04a99f;
	}
#concertArea h3 {
	margin:10px 0px;
	}

#concertArea .concertBox {
	color:#666;
	padding:15px 25px;
	background-image:url(/index/img/arrow_concert.png);
	background-repeat:no-repeat;
	background-position: right center;
	display:block;
	border-bottom: dotted 1px #7f7f7f;
	}
#concertArea .concertBox:last-child {
	border: none;
	}
#concertArea .concertBox:hover,
#concertArea .concertBox:active {
	background-color:#ecf5fb;
	}
#concertArea .concertBox:hover img {
	opacity:1;
	}



#concertArea #moreinfo {
	width:660px;
	height:46px;
	margin: 15px auto;
	cursor:pointer;
	}

#concertArea #moreinfo.active {
	background-image: url(/common/img/btn_CoInfo_close.png) !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#concertArea #moreinfo.active img {
	display:none;
	}



/*更新情報
----------------------------------------------------------------*/

.renewTtl h3 {
	padding:10px 0px 7px 55px;
	}
.renewTtl .balloon {
	left:60px;
	}

/*サイト更新情報*/

#siteRenew {
	background-image: url(/index/img/siteRenew_bg.gif);
	background-repeat: repeat-y;
	background-position:center center;
	border-right: solid 1px #e8f2f6;
	}


#siteRenew a {
	width:304px;
	padding:20px;
	float:left;
	border-bottom: solid 1px #e8f2f6;
	border-collapse:collapse;
	display:block;
	color:#333;
	}
#siteRenew a:hover {
	background:#ecf5fb;
	}
#siteRenew .secBox01 {
	width:55px;
	float:left;
	margin-right:20px;
	}
#siteRenew .secBox01 img {
	border: solid 1px #4dbbe1;
	opacity:1;
	}
#siteRenew .secBox02 {
	width:225px;
	float:right;
	}



/*ミューザ川崎公式ブログ*/

#blogBtn {
	float:right;
	margin-right:30px;
	margin-top:5px;
	}

#blogBtn a {
	padding:5px 10px 2px;
	border: solid 1px #188db5;
	border-radius:3px;
	background:#219dc8;
	display:block;
	color:#fff;
	}
#blogBtn a:hover {
	background:#40b6df;
	}
	
	
	
#blogRenew {
	margin:35px auto;
	width:630px;
	overflow:hidden;
	}

#blogRenew a {
	width:200px;
	float:left;
	margin-right:15px;
	display:block;
	color:#333;
	}


#blogRenew a:hover {
	color:#40b6df;
	}
#blogRenew a:last-child {
	margin-right:0px;
	}



/*----------------------------------------------------------------
ローカルナビ
----------------------------------------------------------------*/

/*本日の公演
----------------------------------------------------------------*/

#todaysTtl {
	text-align:center;
	}

#todaysTtl .balloon {
	left:107px;
	}
#todaysTtl h3 {
	padding:5px 0px 0px;
	}
#todaysTtl p {
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	padding:5px 0px;
	}
#todaysTtl p span {
	font-size:161.6%;/*px相当*/
	}



#todaysArea {
	border: solid 1px #e8f2f6;
	}
#todaysArea li {
	margin:1px;
	border-bottom: solid 1px #e5e5e5;
	}
#todaysArea li p {
	padding:10px;
	color:#999;
}
#todaysArea li:last-child {
	border-bottom: none;
	}
#todaysArea li a {
	display:block;
	background-image:url(/index/img/local_arrow.png);
	background-repeat: no-repeat;
	background-position:11px 16px;
	padding:10px;
	padding-left:18px;
	color:#249fca;
	font-weight:bold;
	}
#todaysArea li a:hover {
	background-color:#ecf5fb;
	}
#todaysArea li span {/*aタグがない場合*/
	display:block;
	padding:10px;
	padding-left:18px;
	font-weight:bold;
	}

p.encore a {
	display:block;
	background:#e8f5f9;
	padding:10px 10px 8px;
	text-align:center;
	color:#40b6df;
	}
p.encore a:hover {
	text-decoration:underline;
	}

p.encore a img {
	vertical-align: middle;
	margin-left:10px;
	margin-bottom:4px;
	}




/*ニュース
----------------------------------------------------------------*/

#newsArea {
	background:#fff;
	border: solid 3px #e8f2f6;
	margin-top:15px;
	}

#newsArea .indexTtlA {
	margin-top:0px;
	padding:10px 10px 0px;
	}


#newsArea .secBox01 {
	border-bottom:  solid 1px #e8f2f6;
	padding:0px 10px 10px;
	text-align:center;
	}

#newsArea .secBox01 li {
	display: inline;
	}
#newsArea .secBox01 a {
	color:#ffa900;
	}

#newsArea .secBox01 a {text-decoration: underline;} 
#newsArea .secBox01 a:hover { text-decoration:none; }

#newsArea .secBox01 a.last {
	border-right:none;
	margin-right:0px;
	padding-right:0px;
	}
#newsArea .secBox01 a:hover {
	color:#ffa900;
	text-decoration:underline;
	}
#newsArea .secBox01 a img {
	vertical-align:top;
	margin-left:5px;
	margin-top:1px;
	}


#newsArea .secBox02 {
	margin: 20px auto 10px;
	padding:0px 10px;
	height:450px;
	overflow:auto;
	}
#newsArea .secBox02 li {
	border-bottom: dotted 1px #7f7f7f;
	padding-bottom:10px;
	margin-bottom:10px;
	}
#newsArea .secBox02 li:last-child {
	border-bottom: none;
	padding-bottom:0px;
	margin-bottom:0px;
	}
#newsArea .secBox02 a {
	color:#666;
	display:block;
	}

#newsArea .secBox02 a:hover {
	color:#40b6df;
	}
#newsArea .secBox02 a img {
	opacity:1;
	vertical-align:middle;
	margin-bottom:5px;
	margin-left:10px;
	}
/*171201*/
#newsArea .info {
	background-color:#fceaea;
	padding: 5px 10px 10px;
	margin:0 0 10px 0;
	}

/*上部固定（コロナ）*/
#newsArea h3.newsSub-ttl {background-color: #990000; color:#fff; text-align: center; font-weight: bold; padding:5px; font-size:90%;}

#newsArea .info a {text-decoration: underline;} 
#newsArea a:hover { color: #40b6df; text-decoration:none; }

#newsArea .info li {
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: dotted 1px #999;
	padding:10px 0;
	}
#newsArea .info li:last-child {
	padding-bottom: 0;
	border:none;
	}
#newsArea .info a:hover {
	color: #333;
	}

/*お知らせ、メッセージ (バナー上)
----------------------------------------------------------------*/

.messageBox {
	padding:20px 30px;
	border:solid 1px #ccc;
}

/*バナー
----------------------------------------------------------------*/


#bannerArea {
	background-color:#f4f3ec;
	padding-top:20px;
	}

#bannerArea #bannerbox {
	margin-bottom:20px;
	width:860px;
	margin:0 auto;
	}
	
#bannerArea #bannerbox ul:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

#bannerArea #bannerbox li {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

/*バナー　コンサートアンケートプレゼント
----------------------------------------------------------------*/
div .bnr-cocertPresentAria {
  width: 695px;
}

.bnr-cocertPresentAria a { text-decoration: underline;}

.bnr-concertPresent {
  margin-top:20px;
  display: block;
  padding: 1.5em;
  color: #67c5ff;
  border: solid 4px #67c5ff;
  transition: .4s;
  font-weight: bold;
  font-size:124%;
  text-align:center;
}


.bnr-concertPresent:hover {
  background: #67c5ff;
  color: white;
}

/*バナー、コロナよくある質問*/
div .bnr-CovidAria {
  width: 695px;
}

.bnr-CovidAria a { text-decoration: underline;}

.bnr-CovidQa {
  margin-top:20px;
  display: block;
  padding: 1.5em;
  color: #087f4b;
  border: solid 4px #087f4b;
  transition: .4s;
  font-weight: bold;
  font-size:124%;
  text-align:center;
}


.bnr-CovidQa:hover {
  background: #087f4b;
  color: white;
}

/*バナー、重要なお知らせバナー*/
div .bnr-ImportantNoticeAria {
  width: 695px;
}

.bnr-ImportantNotice {
  margin-top:20px;
  display: block;
  padding: 1.5em;
  color: #bb0404;
  font-weight: bold;
  border: solid 4px #bb0404;
  transition: .4s;
  font-size:124%;
  text-align:center;
}

.bnr-ImportantNoticeAria a { color:#bb0404;text-decoration:underline;}

.bnr-ImportantNotice:hover {
  background: #bb0404;
  color: white;
}

/*バナー　コロナウイルスお知らせ*/
.bnr-CovidNotice {
  padding: 1.5em; color: #087f4b; border: solid 4px #087f4b;font-weight: bold; margin-top:10px; text-align: center; font-size:114%;
}


/*重要なおお知らせ
----------------------------------------------------------------*/
div.notice {
  border:solid 4px #bb0404;
  padding:10px;
  margin-top:20px;
}
div.notice h3 {text-align: center; margin-bottom: 1em; font-weight: bold; font-size:120%; color:#bb0404;}
div.notice li {margin-left:2em; margin-bottom:0.5em;}
div.notice li a {color:#bb0404;text-decoration:underline;}
div.notice li a:hover { text-decoration:none;}
