@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Glegoo);
@import url(https://fonts.googleapis.com/css?family=Anton);

body{
	background: #fff url(../images/common/body_bg.gif) repeat 0 0;
	}

/*TOP用*/
body#top #wrapper #header_bg{
	height: 655px;
	margin: 0;
	padding: 0;
	background-image: url(../images/top/header_bg03.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #fff;
	}
body#top #wrapper #header_bg02{
	height: 655px;
	margin: 0;
	padding: 0;
	background-image: url(../images/top/header_bg02.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	}
body#top #wrapper #header_bg01{
	height: 655px;
	margin: 0;
	padding: 0;
	background-image: url(../images/top/header_bg01.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	}

/*第二階層用*/
body #wrapper #header_bg{
	height: 127px;
	margin: 0;
	padding: 0;
	background-image: url(../images/common/header_bg03.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #fff;
	}
body #wrapper #header_bg02{
	height: 127px;
	margin: 0;
	padding: 0;
	background-image: url(../images/common/header_bg02.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	}
body #wrapper #header_bg01{
	height: 127px;
	margin: 0;
	padding: 0;
	background-image: url(../images/common/header_bg01.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	}

#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	outline: none;
	}

#wrapper a:hover{
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

/* #main */
#wrapper #main{
	width: 614px;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	font-size: 13px;
	color: #000;
	line-height: 1.8;
	float: none !important;
	}

/* #header
--------------------------*/
body#top #text_bg{
	height: 56px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/top/text_bg.jpg) no-repeat top center;
	}

/* TOPヘッダ
========================================== */
body#top #wrapper #header{
	width: 675px;
	height: 655px;
	margin: 0 auto;
	display: block;
	/*background: url(../images/top/main00.jpg) no-repeat top center;*/
	white-space: nowrap;
	position: relative;
	}

body#top #wrapper #header h1,
body #wrapper #header h1 span{ display: none;}

body#top #wrapper #header #header_main {
	display: block;
	width: 100%;
	height: 655px;
	top: 0;
	left: 0;
	position: absolute;
	}

body#top #wrapper #header #header_main div { display: none;}

body#top #wrapper #text_bg .bx-wrapper{ width: 675px; height: 56px;}
body#top #wrapper #text_bg .bx-viewport{ top: 20px;}

body#top #wrapper ul#text{ margin: 0 auto;}
body#top #wrapper ul#text li{ text-align: center;}

body#top #wrapper span.slider-prev a,
body#top #wrapper span.slider-next a{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 46%;
	display: block;
	z-index: 99;
	text-indent: -9999px;
	}

body#top #wrapper span.slider-prev a{
	left: -71px;
	background: url(../images/top/prev.gif) no-repeat;
	}

body#top #wrapper span.slider-next a{
	right: -71px;
	background: url(../images/top/next.gif) no-repeat;
	}
body#top #wrapper #header .bx-wrapper{
	height: 655px !important;
	overflow: hidden;
	}

/* 第二階層ヘッダ
========================================== */
body #wrapper #header{
	width: 675px;
	height: 127px;
	margin: 0 auto;
	display: block;
	white-space: nowrap;
	position: relative;
	}

body #header .logo a{
	width: 620px;
	height: 106px;
	background: url(../images/common/logo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 16px;
	left: 4%;
	}

/* PAGE TOP
--------------------------*/
.section{
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	}

#page-top{
	display: block;
	position: fixed;
	right: 30px;
	z-index: 9999;
	}

#page-top a{
	text-indent: -9999px;
	background: url(../images/common/pagetop.png) no-repeat;
	background-size: 96px 96px;
	width: 96px;
	height: 96px;
	display: block;
	border-bottom: none;
	}

#page-top-sp,#page-top-sp a{ display: none;}

/* Common
========================================== */
#wrapper img{ border: none; vertical-align: middle;}

#wrapper .t10{ font-size: 10px;}
#wrapper .t11{ font-size: 11px;}
#wrapper .t12{ font-size: 12px;}
#wrapper .t13{ font-size: 13px;}
#wrapper .t14{ font-size: 14px;}
#wrapper .t15{ font-size: 15px;}
#wrapper .t16{ font-size: 16px;}
#wrapper .t18{ font-size: 18px;}
#wrapper .t19{ font-size: 19px;}
#wrapper .t20{ font-size: 20px;}

#wrapper .coution{ color: #e1003a;}

#wrapper .bold{ font-weight: bold;}

#wrapper .center{ text-align: center;}
#wrapper .right{ text-align: right;}
#wrapper .left{ text-align: left;}

#wrapper .indent-1{ text-indent: 1em;}

#wrapper .floatL{ float: left;}
#wrapper .floatR{ float: right;}

#wrapper .clearfix { width: 100%;}
#wrapper .clearfix:after {
	content: "";
	display: block;
	clear: both;
	}
#wrapper .clear{ display: block; clear: both;}

#wrapper .font-1{ font-family: Verdana,"メイリオ","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";}
#wrapper .font-2{ font-family: 'Glegoo', serif !important;}
#wrapper .font-3{ font-family: 'Anton', sans-serif;}

#wrapper .col-r{ color: #E3010F;}
#wrapper .col-b{ color: #0098FF;}
#wrapper .col-g{ color: #5c5b5b;}

#wrapper .underline{ border-bottom: 1px solid;}

#wrapper .mrgnT10{ margin-top: 10px;}
#wrapper .mrgnT35{ margin-top: 35px;}
#wrapper .mrgnB10{ margin-bottom: 10px;}
#wrapper .mrgnB20{ margin-bottom: 20px;}
#wrapper .mrgnB30{ margin-bottom: 30px;}
#wrapper .mrgnB40{ margin-bottom: 40px;}
#wrapper .mrgnR2{ margin-right: 2px;}
#wrapper .mrgnR8{ margin-right: 8px;}
#wrapper .mrgnR15{ margin-right: 15px;}
#wrapper .mrgnR30{ margin-right: 30px;}
#wrapper .mrgnR40{ margin-right: 40px;}
#wrapper .mrgnR60{ margin-right: 60px;}
#wrapper .mrgnL8{ margin-left: 8px;}
#wrapper .mrgnL10{ margin-left: 10px;}
#wrapper .mrgnL20{ margin-left: 20px;}
#wrapper .mrgnL60{ margin-left: 60px;}
#wrapper .mrgnL70{ margin-left: 70px;}
#wrapper .pdngT10{ padding-top: 10px;}
#wrapper .pdngT20{ padding-top: 20px;}

#wrapper .bg-1{ background: url(data:image/gif;base64,R0lGODlhBAAEAIABAM3Nzf///yH5BAEAAAEALAAAAAAEAAQAAAIFTGCJmQUAOw==);}
#wrapper .bg-2{ background: #ffdc00 url(data:image/gif;base64,R0lGODlhBAAEAIABAP///////yH5BAEAAAEALAAAAAAEAAQAAAIFBGKJmQUAOw==);}

#wrapper .t-shadow{ text-shadow: 1px 1px 0px #fff;}

/* table
--------------------------*/
table#table-1{
	width: 100%;
	margin: 0 auto 10px;
	font-size: 13px;
	}

table#table-1 th{
	padding: 0.5em 0.8em;
	border: 2px #E40114 solid;
	text-align: center;
	color: #fff;
	background: url(../images/common/table_bg.gif);
	}

table#table-1 td{
	padding: 0.5em 0.8em;
	border: 2px #E40114 solid;
	text-align: center;
	}

table#table-1 tr:hover{ background: #ffdc00 url(data:image/gif;base64,R0lGODlhBAAEAIABAP///////yH5BAEAAAEALAAAAAAEAAQAAAIFBGKJmQUAOw==);}

/**/
table#table-2{
	width: 100%;
	margin: 0 auto 15px;
	font-size: 14px;
	letter-spacing: 1.8px;
	line-height: 1.4;
	}

table#table-2 th{
	padding: 0.5em;
	text-align: left;
	color: #E5001B;
	background: #FACCCF;
	width: 27%;
	font-weight: bold;
	vertical-align: top;
	font-size: 13px;
	}

table#table-2 td{
	padding: 0.1em 0 0.1em 1.5em;
	border-left: 4px #E5001B solid;
	text-align: left;
	font-size: 17px;
	}

/* BOX
--------------------------*/
body #contents .BOX{
	width: 614px;
	margin: 0 auto 25px;
	padding: 38px 0 0;
	word-break: break-all;
	background: url(../images/common/box_top.png) no-repeat top center;
    background-size: 614px 39px;
	}

body #contents .BOX .in{
	padding: 5px 21px;
	background: url(../images/common/box_middle.png) repeat-y center;}

body #contents .BOX .bottom{
	width: 614px;
	height: 0;
	margin: 0;
	padding: 0 0 38px 0;
	background: url(../images/common/box_bottom.png) no-repeat bottom center;
	background-size: 614px 39px;
	}

body #contents .BOX .text{ width: 535px; margin: 0 auto;}

body #contents .BOX .text p{ width: 535px;/*margin: 0;*//*font-size: 15px;*/}

body #contents .BOX .text hr {
		width: 546px;
		margin: 10px 0 15px -5px;
		border: 1px solid #000;
}

/* Menu
========================================== */
#wrapper #menuArea{
	height: 157px;
	padding: 1px 0 0;
	background: #E60012;
	margin-bottom: 25px;
	}

#live_nav_top,#live_nav_top ul,
#live_nav,#live_nav ul{
	width: 675px;
	height: 158px;
	margin: 0 auto;
	padding: 0 0;
	}

#live_nav_top ul li,
#live_nav ul li{
	width: 221px;
	height: 67px;
	margin: 0;
	padding: 0;
	float: left;
	}

#live_nav_top ul li a,
#live_nav ul li a{
	width: 221px;
	height: 67px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	}

#live_nav_top ul li#menu01,#live_nav ul li#menu01 { background: url(../images/common/menu1_on.png) no-repeat center; margin: 12px 0 4px 0;}
#live_nav_top ul li#menu01 a,#live_nav ul li#menu01 a{ background: url(../images/common/menu1.png) no-repeat center;}

#live_nav_top ul li#menu02,#live_nav ul li#menu02 { background: url(../images/common/menu2_on.png) no-repeat center; margin: 12px 0 4px 6px;}
#live_nav_top ul li#menu02 a,#live_nav ul li#menu02 a{ background: url(../images/common/menu2.png) no-repeat center; }


#live_nav_top ul li#menu03,#live_nav ul li#menu03 { background: url(../images/common/menu3_on.png) no-repeat center; margin: 12px 0 4px 6px;}
#live_nav_top ul li#menu03 a,#live_nav ul li#menu03 a{ background: url(../images/common/menu3.png) no-repeat center;}


#live_nav_top ul li#menu04,#live_nav ul li#menu04 { background: url(../images/common/menu4_on.png) no-repeat center;}
#live_nav_top ul li#menu04 a,#live_nav ul li#menu04 a{ background: url(../images/common/menu4.png) no-repeat center;}

#live_nav_top ul li#menu05,#live_nav ul li#menu05 { background: url(../images/common/menu5_on.png) no-repeat center; margin: 0 0 0 6px;}
#live_nav_top ul li#menu05 a,#live_nav ul li#menu05 a{ background: url(../images/common/menu5.png) no-repeat center;}

/*#live_nav_top ul li#menu06,#live_nav ul li#menu06 { background: url(../images/common/menu6.png) no-repeat center; margin: 0 0 0 6px; text-indent: -9999px; opacity: 0.4;}*/

#live_nav_top ul li#menu06,#live_nav ul li#menu06 { background: url(../images/common/menu6_on.png) no-repeat center; margin: 0 0 0 6px;}
#live_nav_top ul li#menu06 a,#live_nav ul li#menu06 a{ background: url(../images/common/menu6.png) no-repeat center;}


#live_nav_top ul li#menu01 a:hover,#live_nav ul li#menu01 a:hover,
#live_nav_top ul li#menu02 a:hover,#live_nav ul li#menu02 a:hover,
#live_nav_top ul li#menu03 a:hover,#live_nav ul li#menu03 a:hover,
#live_nav_top ul li#menu04 a:hover,#live_nav ul li#menu04 a:hover,
#live_nav_top ul li#menu05 a:hover,#live_nav ul li#menu05 a:hover,
#live_nav_top ul li#menu06 a:hover,#live_nav ul li#menu06 a:hover{ -moz-opacity: 0; opacity: 0;}


#live_nav ul li#menu02 a.current{ background: url(../images/common/menu2_on.png) no-repeat center;}
#live_nav ul li#menu03 a.current{ background: url(../images/common/menu3_on.png) no-repeat center;}
#live_nav ul li#menu04 a.current{ background: url(../images/common/menu4_on.png) no-repeat center;}
#live_nav ul li#menu05 a.current{ background: url(../images/common/menu5_on.png) no-repeat center;}
#live_nav ul li#menu06 a.current{ background: url(../images/common/menu6_on.png) no-repeat center;}


/* Copyright
========================================== */
#wrapper .live_copyright{
	width: 450px;
	height: 13px;
	background: url(../images/common/copyright.png) no-repeat;
	text-indent: -9999px;
	}

#wrapper .live_copyright2{
	width: 450px;
	height: 13px;
	background: url(../images/common/copyright2.png) no-repeat;
	text-indent: -9999px;
	}

/* link
========================================== */
#wrapper a:link,a:visited{ color: #000; text-decoration: none;}
#wrapper a:hover,a:active{ color: #000; text-decoration: none;}

body#top .BOX ul.News li a{color: #000; text-decoration: none;}
body#top .BOX ul.News li a:hover{ color: #000; text-decoration: none; opacity: 0.5;}

body#news #contents .text a{ color: #000; text-decoration: none; border-bottom: 1px solid #B5B5B5;}
body#news #contents .text a:hover{opacity: 0.5;}

body#ticket #contents .BOX .text #table-2 a.map{
	color: #fff;
	padding: 5px 15px;
	margin: 5px 0px;
	background: #E40016;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
}
body#ticket #contents .BOX .text #table-2 a:hover{ opacity: 0.5;}

body#cast #contents .BOX .text a img{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	outline: none;
	}

body#cast #contents .BOX .text a:hover img{ opacity: 0.6;}

/* Topics
========================================== */
body#top .BOX h2{
		width: 269px;
		height: 35px;
		margin: -5px auto 20px;
		background: url(../images/top/tit_topics.png) no-repeat;
		text-indent: -9999px;
}

body#top .BOX ul.News{ width: 525px; margin: 0 auto; padding: 0;}
body#top .BOX ul.News li { overflow:hidden; }
body#top .BOX ul.News li h3{
	font-size: 14px;
	font-family: 'Glegoo', serif;
	letter-spacing: 0.1em;
	float: left;
	font-weight: normal;
	padding-right: 25px;
	}

body#top .BOX ul.News li .date{ font-size: 14px; margin: 0; font-family: 'Glegoo', serif; letter-spacing: 0.1em;}

body#top .BOX ul.News li p{
	width: 410px;
	margin: 0 0 5px 110px;
	padding: 0;
	display: block;
	word-break: break-all;
	}

body#top .BOX .BOXwrp{ width: 621px; margin: 0 auto 20px;}
body#top .BOX .BOXwrp .leftArea{ width: 302px; margin: 0 auto; float: left;}
body#top .BOX .BOXwrp .rightArea{ width: 302px; margin: 0 auto; float: right;}

body#top .BOX .BOXwrp .leftArea img,
body#top .BOX .BOXwrp .rightArea img{ border: 1px solid #d7d7d7;}

body#top .BOX .BOXwrp p{ font-size: 13px; margin: 5px 0 0; padding: 0; line-height: 1.8;}

/* Banner
========================================== */
body #contents .BOX02 {
		width: 605px;
		margin: 0 auto 20px;
		/* padding: 38px 0 0; */
		word-break: break-all;
		background: #fff;
		border: 5px solid #000;
}
body #contents .BOX02 .in {
		padding: 10px 0;
		/* background: url(../images/common/box_middle.png) repeat-y center; */
}
body#top .BOX02 .bnrArea{ text-align: center;}
body#top .BOX02 .bnrArea ul li{ width: 286px; margin: 0 auto 6px; display: inline-block; padding: 0 2px;}
body#top .BOX02 .bnrArea ul li:nth-child(3n){ width: 286px; padding: 0;}
body#top .BOX02 .bnrArea ul.bnr li img{ vertical-align: bottom;}

/*body#top .BOX .bnrArea{}
body#top .BOX .bnrArea ul li{ width: 205px; margin: 0 auto 6px; float: left; padding: 0 3px;}
body#top .BOX .bnrArea ul.bnr li img{ vertical-align: bottom;}
*/

/* News
========================================== */
body#news #wrapper #main{
	padding: 0 0 60px 0;
}

body#news h2{
	width: 614px;
	height: 54px;
	margin: 35px auto 30px;
	background: url(../images/news/page_tit.gif) no-repeat top center;
	text-indent: -9999px;
	}

body#news .BOX .entry_tit{
	width: 535px;
	margin: 20px auto 0px;
	color: #E23F52;
	font-size: 21px;
	font-weight: bold;
	position: relative;
	}
body#news .BOX .text .entry_tit,
body#news .BOX .text p,
body#news #contents .text ul {
    overflow: hidden;
    clear: both;
    word-break: break-all;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#news .BOX .text p{
    padding: 5px 0;
}

body#news .BOX .entry_img{
	text-align: center;
	margin: 10px auto;
	}

body#news .BOX .entry_img img{
	border: 1px solid #ccc;
	}

body#news .BOX ul.pagination {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    clear: both;
    padding: 0;
    margin: 20px;
}
body#news .BOX ul.pagination li{
	display: inline;
	margin: 0 4px;
}
body#news .BOX .pagination li a,
body#news .BOX .pagination li span {
    border: 1px solid #000;
    padding: 2px 5px;
}
body#news .BOX .pagination li img {
	vertical-align: middle;
}
body#news .BOX .pagination li span{
    background: #000;
    color: #fff;
}

body#news #topics_tit{
	height: 43px;
	margin: 30px 0 10px 30px;
	background: url(../images/news/topics_tit.gif) no-repeat top left;
	text-indent: -9999px;
	}

body#news ul#topics_list{ list-style: none;padding: 0px 0 0 35px;margin: 0;font-size: 15px;font-weight: bold;}
body#news ul#topics_list li{
	padding: 0 0 2px 30px;
	display: block;
	background: url(../images/news/list_red.gif) no-repeat 0 50%;
	}

body#news #category_tit{
	height: 30px;
	margin: 35px 0 10px 30px;
	background: url(../images/news/category_tit.gif) no-repeat top left;
	text-indent: -9999px;
	}

body#news ul#category_list{ list-style: none;padding: 0px 0 0 35px;margin: 0;font-size: 15px;font-weight: bold;}
body#news ul#category_list li{
	padding: 0 0 2px 30px;
	display: block;
	background: url(../images/news/list_blue.gif) no-repeat 0 50%;
	}

/* Highlight
========================================== */
body#highlight h2{
	width: 614px;
	height: 54px;
	margin: 0 auto 25px;
	background: url(../highlight/images/page_tit.gif) no-repeat top center;
	text-indent: -9999px;
	}

body#highlight .BOX .key{
	width: 464px;
	height: 320px;
	margin: 0 auto 20px;
	background: url(../highlight/images/story01.jpg) no-repeat top center;
	}

body#highlight .BOX h3{
	height: 37px;
	margin: 0 0 20px;
	text-indent: -9999px;
	}
body#highlight .BOX #page_tit1{
	background: url(../highlight/images/page_tit1.gif) no-repeat;
	}
body#highlight .BOX #page_tit2{
	background: url(../highlight/images/page_tit2.gif) no-repeat;
	}
body#highlight .BOX #page_tit3{
	background: url(../highlight/images/page_tit3.gif) no-repeat;
	}
body#highlight .BOX #page_tit4{
	background: url(../highlight/images/page_tit4.gif) no-repeat;
	}
body#highlight .BOX .staff_cre {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
/* cast
========================================== */
body#cast h2{
	width: 614px;
	height: 54px;
	margin: 0 auto 25px;
	background: url(../cast/images/page_tit.gif) no-repeat top center;
	text-indent: -9999px;
	}

body#cast .BOX .annie .key{
	width: 464px;
	height: 312px;
	margin: 0 auto 20px;
	background: url(../cast/images/annie01.jpg) no-repeat top center;
	}
body#cast .BOX .child .key1{
	width: 464px;
	height: 312px;
	margin: auto;
	background: url(../cast/images/child01.jpg) no-repeat top center;
	}
body#cast .BOX .child .key2{
	width: 464px;
	height: 312px;
	margin: auto;
	background: url(../cast/images/child02.jpg) no-repeat top center;
	margin: 20px 0;
	}
body#cast .BOX h3{
	width: 535px;
	height: 37px;
	margin: 0 0 20px -35px;
	text-indent: -9999px;
	}
body#cast .BOX #page_tit1{
	background: url(../cast/images/page_tit1.gif) no-repeat;
	}
body#cast .BOX #page_tit2{
	background: url(../cast/images/page_tit2.gif) no-repeat;
	}
body#cast .BOX #page_tit3{
	background: url(../cast/images/page_tit3.gif) no-repeat;
	}
body#cast .BOX #page_tit4{
	background: url(../cast/images/page_tit4.gif) no-repeat;
	}

body#cast #contents .BOX .text {
    width: 480px;
}
body#cast #contents .BOX .text p{
    width: 100%;
}
body#cast #contents .BOX .text.annie li.baketu:before {
    background: url(../images/common/ico_baketu.gif) no-repeat;
    height: 23px;
    width: 21px;
    content: "";
    display: inline-block;
    background-size: contain;
    margin-right: 0px;
    vertical-align: -7px;
}
body#cast #contents .BOX .text.annie li.mop:before {
    background: url(../images/common/ico_mop.gif) no-repeat;
    height: 23px;
    width: 21px;
    content: "";
    display: inline-block;
    background-size: contain;
    margin-right: 0px;
    vertical-align: -7px;
}
body#cast #contents .BOX .text.adult li {
    width: 150px;
    float: left;
    line-height: 1.3;
    margin-bottom: 25px;
}
body#cast #contents .BOX .ensemble li {
	width: 90px;
	float: left;
	margin-bottom: 20px;
}
body#cast #contents .BOX .ensemble ul {
	padding-left: 0;
}
body#cast #contents .BOX .ensemble ul li img {
	margin-bottom: 5px;
}
body#cast .BOX h4{
	background: url(../cast/images/char_hr.gif);
    height: 30px;
    width: 475px;
    margin-top: 15px;
	}

body#cast #contents .BOX .text.annie ul,
body#cast #contents .BOX .text.adult ul,
body#cast #contents .BOX .text.child ul {
    padding: 0 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
    width: 480px;
    box-sizing: border-box;
}
body#cast #contents .BOX .text.adult ul {
    padding: 0;
}
body#cast #contents .BOX .text.child .danceKids {
	display: table;
}
body#cast #contents .BOX .text.child .danceKids ul {
	display: table-cell;
	padding:  0;
}
body#cast .BOX .annie li {
    float: left;
    width: 230px;
}
body#cast .annie li span,
body#cast .adult li span,
body#cast .child li span{
    font-size: 12px;
}
body#cast .adult li span.font_small {
	font-size: 10px;
}
body#cast #contents .BOX .text.child .annot {
    margin: 5px 15px 0px 0;
}
body#cast #contents .BOX .text.child p.danceKids_text {
	padding: 0 10px;
	font-weight: bold;
}
body#cast .child li.baketu:before {
    background: url(../images/common/ico_baketu.gif) no-repeat;
    height: 21px;
    width: 23px;
    content: "";
    display: inline-block;
    background-size: contain;
    margin-right: 20px;
    vertical-align: text-top;
}
 body#cast .child li.mop:before {
    background: url(../images/common/ico_mop.gif) no-repeat;
    height: 21px;
    width: 23px;
    content: "";
    display: inline-block;
    background-size: contain;
    margin-right: 20px;
    vertical-align: text-top;
}
body#cast #contents .BOX .text.child .danceKids .baketu:before, body#cast #contents .BOX .text.child .danceKids .mop:before{
	margin-right: 10px;
}
body#cast #contents .BOX .text.child .danceKids .baketu, body#cast #contents .BOX .text.child .danceKids .mop {
	margin-bottom: 8px;
}

/* Ticket
========================================== */
body#ticket h2{
	width: 614px;
	height: 54px;
	margin: 0 auto 20px;
	background: url(../ticket/images/page_tit.gif) no-repeat top center;
	text-indent: -9999px;
	}

body#ticket .BOX h3{
	height: 37px;
	margin: 0 0 20px;
	text-indent: -9999px;
	}
body#ticket .BOX #page_tit1{
	background: url(../ticket/images/page_tit1.gif) no-repeat;
	}
body#ticket .BOX #page_tit2{
	background: url(../ticket/images/page_tit2.gif) no-repeat;
	}

body#ticket h4{
		color: #E5001B;
		font-weight: bold;
}
body#ticket .location1 h4{
		padding: 0.5em;
		font-size: 13px;
}
body#ticket .BOX .text p{
	margin: 0 0 10px 0;
	}
body .BOX .text span.area{
	padding: 1px 6px;
	margin: 0 5px 5px 0;
	font-size: 14px;
	border: 1px solid #6f5d40;
	}
body#ticket .BOX .sched .baketu:after {
    content: "";
    background: url(../images/common/ico_baketu.gif) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    vertical-align: -4px;
    margin-left: 5px;
}
body#ticket .BOX .sched .mop:after {
    content: "";
    background: url(../images/common/ico_mop.gif) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    vertical-align: -4px;
    margin-left: 5px;
}
body#ticket .BOX .sched .det .baketuR {
	color: #e60012;
}
body#ticket .BOX .sched .mopB {
	color: #0096ff;
}
body#ticket .BOX .sched div p {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
}
body#ticket .BOX .sched .annot img{
	width: 16px;
	vertical-align: middle;
}
body#ticket .BOX .tixAgcy h4 span {
	color: #000;
	font-weight: normal;
}
body#ticket .BOX .tixAgcy td {
	padding: 1em 1em;
	width: 31%;
}
body#ticket .BOX .text.location2 h4{
	font-size: 19px;
	margin: 0px 0 5px 0;
}
body#ticket .BOX .text.location2 p{
	font-size: 18px;
	line-height: 1.2;
    margin-bottom: 15px;
}
body#ticket .BOX .text.location2 p.btn a {
    background: #E5001B;
    border-radius: 14px;
    padding: 9px 11px !important;
    margin-top: 0px;
    color: #fff;
    font-size: 85%;
}
body#ticket .BOX .thanks{
	color:#E5001B;
	font-weight:900;
	font-size:16px;
	padding-bottom:17px;
}
body#ticket .BOX .tixAgcy #zerotike {
	text-align: center;
	padding-left: 0;
    padding-right: 0;
}
