@charset "utf-8";
#container #ct #ct-ct h4 {
	background-image: url(img/title.png);
}
#calender .schedulebox {
	margin-bottom: 30px;
}
#calender .schedulebox tr.hd td {
	width: 100px;
	text-align: center;
	background-image: url(img/schedulebox1_hd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 45px;
	display: table-cell;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	height: 80px;
}
#calender .schedulebox tr.hd td.guest {
	background-image: url(img/schedulebox1_hd2.png);
}

#calender .schedulebox tr.hd th {
	width: 110px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	background-image: url(img/schedulebox1_thhd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
}
#calender .schedulebox tr.ft td {
	width: 100px;
	text-align: center;
	background-image: url(img/schedulebox1_ft.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 5px;
}
#calender .schedulebox tr.ft th {
	width: 100px;
	text-align: center;
	background-image: url(img/schedulebox1_thft.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 5px;
}

#calender .schedulebox tr.time td {
	width: 100px;
	text-align: center;
	background-image: url(img/schedulebox1_time.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 5px;
	min-height: 20px;
	color: #FFF;
}
#calender .schedulebox2 {
	margin-bottom: 30px;
}
#calender .schedulebox2 tr.hd td {
	width: 210px;
	text-align: center;
	background-image: url(img/schedulebox2_hd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 25px;
	padding-right: 5px;
	padding-left: 5px;
	display: table-cell;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #069;
}

#calender .schedulebox2 tr.hd th {
	width: 110px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #069;
	background-image: url(img/schedulebox1_thhd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
}
#calender .schedulebox2 tr.ft td {
	width: 210px;
	text-align: center;
	background-image: url(img/schedulebox2_ft.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#calender .schedulebox2 tr.ft th {
	width: 110px;
	text-align: center;
	background-image: url(img/schedulebox1_thft.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 0px;
}

#calender .schedulebox2 tr.time td {
	width: 200px;
	text-align: center;
	background-image: url(img/schedulebox2_time.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 5px;
	min-height: 20px;
	color: #FFF;
}
#tab {
	clear: both;
	height: 40px;
	display: block;
}
#tab UL {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 40px;
}
#tab UL LI {
	display: inline-block;
	height: 30px;
	width: 30%;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	vertical-align:top;
}
#tab UL LI A {
	display: inline-block;
	height: 30px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #073190;
	color: #FFFFFF;
	border-radius: 3px 3px 0px 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 77.21%,rgba(0,0,0,0.50) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 77.21%,rgba(0,0,0,0.50) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 77.21%,rgba(0,0,0,0.50) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 77.21%,rgba(0,0,0,0.50) 100%);
	line-height: 30px;
}
#tab UL LI A:hover {
	background-color: #107CC8;
	color: rgba(255,253,0,1.00);
}
#tab UL LI.now {
	padding-top: 0px;
}
#tab UL LI.now A {
	background-color: #073190;
	color: #FFF;
	background-image: url(url);
	height: 40px;
	line-height: 40px;
}
#tab UL LI.now A:hover {
	background-color: #073190;
	color: #FFF;
	text-decoration: none;
}
#calender {
	margin-bottom: 15px;
}
.navi {
	text-align: center;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #069;
	height: 21px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.navi a {
	display: inline;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #069;
	border-left-color: #069;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #9CC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #069;
}
.navi a.now {
	display: inline;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #069;
	border-left-color: #069;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #069;
	color: #FFF;
}
.show {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	clear: both;
	width: 900px;
	border: 1px solid #FFF;
	padding: 15px;
	border-radius: 5px;
	background-image: url(img/show_title_bg.png);
}
.show .date {
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	display: block;
	width: 300px;
	text-align: center;
	height: 60px;
}
.show .theater {
	margin-bottom: 15px;
	float: left;
	margin-top: -60px;
}
.show .poster{
	float: right;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}

.show .title {
	clear: both;
	text-align: center;
	border-top: 2px solid #11B6C8;
	padding-top: 15px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #11B6C8;
	margin-bottom: 5px;
	background-image: url(img/show_title_bg.png);
}
.show .title IMG {
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 3px;
}


.show .genre {
	background-color: #96C;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	padding: 0px;
	width: 300px;
	float: left;
	height: 30px;
}

.show .sectit {
	color: #FF9933;
	font-size: 20px;
	font-weight: bold;
	width: 480px;
	text-align: right;
	margin-bottom: 3px;
}

.show dl {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #11B6C8;
	border-top: 2px solid #11B6C8;
	width: 480px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table tr td {
}


.show dl dt {
	display: block;
	width: 120px;
	text-align: right;
	float: left;
	font-weight: bold;
}
.show dl dd {
	padding-left: 140px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #11B6C8;
}
.show dl dd:last-child  {
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: none;
}
.contents_hd  {
	height: 25px;
	margin-bottom: 30px;
	border-top: 2px solid #073190;
	border-right: 2px solid #073190;
	border-left: 2px solid #073190;
	border-radius: 5px 5px 0px 0px;
}
.contents_ft {
	height: 25px;
	margin-bottom: 30px;
	border-right: 2px solid #073190;
	border-left: 2px solid #073190;
	border-bottom: 2px solid #073190;
	border-radius: 0px 0px 5px 5px;
}
IMG.schedule    {
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
}
#calender .schedulebox .ft a {
	background-image: url(img/btn_link-ls.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#calender .schedulebox2 .ft a {
	background-image: url(img/btn_link-an.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#calender .schedulebox .ft a:hover, #calender .schedulebox2 .ft a:hover {
	background-position: 0px -20px;
}
a.eplus {
	background-image: url(img/btn_ticket.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 380px;
	margin-bottom: 15px;
	margin-top: 15px;
}
a.eplus:hover {
	background-position: 0px -80px;
}
#calender .calender {
	margin-bottom: 5px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#calender .calender CAPTION {
	font-size: 24px;
}

#calender .calender TR TH {
	height: 30px;
	background-image: url(img/bg_cal_th.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px;
	color: #333;
	font-weight: normal;
	width: auto;
	border-right: 1px solid #99C;
	border-bottom: 1px solid #99C;
}
#calender .calender TR TH.july {
	height: auto;
	background-image: url(img/07_title.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	width: 32px;
}
#calender .calender TR TH.august {
	height: auto;
	background-image: url(img/08_title.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	width: 32px;
}
#calender .calender TR TH.september {
	height: auto;
	background-image: url(img/09_title.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	width: 32px;
}
#calender .calender TR TH.sat {
	height: 30px;
	background-image: url(img/bg_cal_th-sat.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px;
	color: #FFF;
	font-weight: normal;
}
#calender .calender TR TH.sun {
	height: 30px;
	background-image: url(img/bg_cal_th-sun.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px;
	color: #FFF;
	font-weight: normal;
}
#calender .calender TR TD {
	padding: 3px;
	width: 120px;
	border-right: 1px solid rgba(7,49,144,0.25);
	border-bottom: 1px solid rgba(7,49,144,0.25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#calender .calender TR TD IMG  {
	width: 120px;
}
#calender .calender TR TD.hover:hover    {
	background-color: rgba(255,253,0,0.22);

}
#calender .calender TR TD.hover IMG.an  {
	background-image: url(img/img_bg-an.png);
}
#calender .calender TR TD.hover:hover {
	background-image: url(img/cal_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#calender .ex {
	font-size: 10px;
	line-height: 10px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
#calender .ex TR TD {
	padding-left: 5px;
	text-align: center;
	padding-bottom: 5px;
}
#calender .show DL DD TABLE.list TR TH, #calender .show DL DD TABLE.list TR TD {
	border-bottom: 1px dotted #0CF;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#calender .show DL DD TABLE.list TR.last TH, #calender .show DL DD TABLE.list TR.last TD {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#calender .show DL DD TABLE.list {
	width:590px;
}
#calender .show DL DD TABLE.list TR TD {
	width:100%;
	padding-left: 15px;
}
#calender .show DL DD TABLE.list TR TH {
	width:auto;
	padding-left: 15px;
	text-align: left;
}
.present {
	font-size: 24px;
	line-height: 24px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	clear: both;
	color: rgba(228,0,3,1.00);
}
.present span {
	font-size: 24px;
	line-height: 48px;
	display:block;
}
.present3 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.present2 {
	text-align: center;
}
.strstyle {
	width: 380px;
	text-align: left;
	margin-bottom: 10px;
	clear: left;
}
.strstyle IMG {
	margin-right: 10px;
}
DL DD .size-s {
	font-size: 10px;
	color: rgba(95,95,95,1.00);
	margin-top: -5px;
	display: block;
	padding-left: 8px;
	margin-bottom: 3px;
}
DL DD .imgbox {
	float: right;
	background-color: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #949494;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	color: #5F5F5F;
}
.prebox {
	background-color: rgba(255,255,255,1.00);
	background-color: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #949494;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	color: #5F5F5F;
}
.prebox td {
	padding:10px;
}
.prebox .txt {
	width: 50%;
	text-align:left;
}
.prebox .img {
	width: 50%;
	text-align:right;
}
.numbox {
	text-align: right;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.subtitbox {
	padding-left: 1em;
}
.spbnr {
	clear: both;
}
.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;
}
dd table tr td.indentbox {
	padding-left: 1.5em;
}
dd table tr td.indentbox span {
	background-color: #CCCCCC;
	display: inline-block;
	margin-left: 0.5em;
	padding: 2px 1em;
	font-size: 50%;
	border: 1px solid #777777;
	font-weight: bold;
	line-height: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 51.30%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 51.30%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 51.30%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,0.50) 51.30%,rgba(255,255,255,0.00) 100%);
	border-radius: 2px;
	float: right;
}
.ouenbox {
	border-left: 1px solid #073190;
	border-right: 1px solid #073190;
	border-bottom: 1px solid #073190;
	border-top: 1px solid #073190;
	padding: 14px 14px 14px 44px;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,0.50);
	border-radius: 3px;
	text-align: left;
}
.ouenbox strong {
	font-size: 14px;
	margin-left: -15px;
}
.strstyle .icobox {
	float: right;
}
