@charset "utf-8";
body {
	background-image: url(../img_cmn/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Meiryo UI", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	background-color: #FFFFFF;
}
body::before {
  background:url('../img_cmn/bg.jpg') no-repeat left top;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
A {
	color: #06C;
	text-decoration: none;
}
A:hover {
	color: #09F;
	text-decoration: underline;
}
#container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
#container #hd {
}
#container #hd h1, #container #hd h2, #container #hd h3 {
	text-align: center;
	margin-bottom: 1em;
}
#container #hd #theater {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: center;
}
#container #hd #theater LI {
	margin-right: 30px;
	margin-left: 30px;
	display: inline-block;
}
#container #ct {
	margin-top: 0px;
	margin-bottom: 5px;
}
#container #ct .mainmenu {
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,204,0,1.00);
	z-index: 90;
	position: relative;
	text-align: center;
}
#container #ct .mainmenu LI {
	height: 50px;
	width: 150px;
	display: inline-block;
	text-align: center;
}
#container #ct .mainmenu LI A {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 150px;
}
#container #ct .mainmenu LI A:hover {
	background-position: 0px -50px;
}
#container #ct .mainmenu LI A.news {
	background-image: url(../img_top/btn01.png);
}
#container #ct .mainmenu LI A.information {
	background-image: url(../img_top/btn02.png);
}
#container #ct .mainmenu LI A.ticket {
	background-image: url(../img_top/btn03.png);
}
#container #ct .mainmenu LI A.schedule {
	background-image: url(../img_top/btn04.png);
}
#container #ct .mainmenu LI A.special {
	background-image: url(../img_top/btn05.png);
}
#container #ct .mainmenu LI A.goods {
	background-image: url(../img_top/btn06.png);
}
#container #ct #ct-hd {
	height: 30px;
	background-color: rgba(255,255,255,0.80);
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	z-index: 99;
	position: relative;
}
#container #ct #ct-ct {
	padding: 30px 40px 40px;
	background-color: rgba(255,255,255,0.80);
	position: relative;
	z-index: 99;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	margin-bottom: 30px;
}
#container #ct #ct-ct #left {
	width: 55%;
	float: left;
	overflow-x: hidden;
}
#container #ct #ct-ct #right {
	width: 35%;
	float: right;
}
#container #ct #ct-ct h4 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 45px;
	text-align: left;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#container #ct #ct-ct .topics h4 {
	background-image: url(../img_top/tit_news.png);
}
#container #ct #ct-ct .clm h4 {
	background-image: url(../img_top/tit_clm.png);
}
#container #ct #ct-ct .twitter h4 {
	background-image: url(../img_top/tit_twitter.png);
	margin-bottom: 5px;
}
#container #ct #ct-ct .link h4 {
	background-image: url(../img_top/tit_link.png);
}
#container #ct #ct-ct .topics {
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 30px;
}
#container #ct #ct-ct .topics DL {
	margin-left: 30px;
}
#container #ct #ct-ct .topics DL DT {
	float: left;
	width: 100px;
	padding-top: 4px;
	padding-left: 10px;
}
#container #ct #ct-ct .topics DL DD {
	padding-left: 110px;
	border-bottom: 1px dotted #482D7C;
	padding-top: 4px;
	padding-bottom: 4px;
}
#container #ct #ct-ct .topics DL DD.last {
	border-style: none;
}
#container #ct #ct-ct .clm {
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 30px;
}
#container #ct #ct-ct .clm DL {
	margin-left: 30px;
}
#container #ct #ct-ct .clm DL DT {
	float: left;
	width: 100px;
	padding-top: 4px;
	padding-left: 10px;
}
#container #ct #ct-ct .clm DL DD {
	padding-left: 110px;
	border-bottom: 1px dotted #482D7C;
	padding-top: 4px;
	padding-bottom: 4px;
}
#container #ct #ct-ct .clm DL DD.last {
	border-style: none;
}
#container #ct #ct-ct .twitter {
	margin-bottom: 15px;
}
#container #ct #ct-ct .link {
	clear: both;
}
#container #ct #ct-ct .link ul {
	text-align: center;
	margin-bottom: 15px;
}
#container #ct #ct-ct .link ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
#container #ct #ct-ct .link img {
}
#container #social {
	clear: both;
	text-align: center;
	margin-bottom: 30px;
	height: 30px;
}
#container #social LI {
	display: inline;
	margin: 0px 5px;
}
#container #social LI IMG {
	border-radius: 3px;
	width: 30px;
}
#container #ft {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	padding: 2em;
	clear: both;
	background-color: rgba(255,255,255,0.80);
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container #ft .attention {
	margin-top: 5px;
	margin-bottom: 8px;
}
#container #ft .attention A {
	color: #F90;
	text-decoration: none;
}
#container #ft .attention A:hover {
	color: #F36;
	text-decoration: underline;
}
#ct-ct .enqbnr {
	clear: both;
	padding-top: 0px;
	margin-bottom: 15px;
	padding-left: 20px;
}
#ct-ct .enqbnr LI IMG {
	width: 560px;
	margin-bottom: 20px;
}
#ct-ct #left .enqbnr LI {
	float: left;
	width: 560px;
	margin-right: 10px;
}
.spbnr {
	clear: both;
	margin-bottom: 30px;
}

.spbnr a {
	background-color: rgba(7,49,144,1.00);
	text-align: center;
	font-size: 300%;
	color: rgba(255,255,255,1.00);
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 3px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	background-image: url(../img_cmn/arrow_w.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.spbnr a:hover {
	color: #FFCC00;
	-webkit-box-shadow: inset 0px 0px 30px #5DBBFF;
	box-shadow: inset 0px 0px 30px #5DBBFF;
}

.spbnr a span {
	font-weight: bold;
	font-size: 40%;
	display: block;
	line-height: 100%;
	margin-top: 10px;
}
