@charset "utf-8";
/* CSS Document */
/*///////////////////////////////////*/
/*共通*/
/*//////////////////////////////////*/

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif, "ＭＳ Ｐゴシック";
	background:url(image/bg_02.jpg) repeat;
	color: #555555;
	line-height:1.6;
	font-size:16px;
}
h1{
	
	
}

h2{
	font-size:130%;
	
}

h3{
	margin:60px 0 30px 0;
	border-bottom:#8b8b8b dotted 2px;
	font-size:140%;
	font-weight:bold;
	
}

h4{
	margin:30px 0 20px 0;
	padding:10px 0;
	font-size:110%;
	font-weight:bold;
	
	
	
}

h5{
	margin-top:30px;
}
a:link {
	color: #666;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	opacity: 0.6;
}
a:active {
	text-decoration: none;
	color: #FF6699;
}
a:hover img{
	opacity: 0.8; 
}
iframe{
	border:none;
}
.inner-box {
	width: 960px;
	margin: 10px auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.right-txt{
	text-align:right;
}
.center {
	text-align: center;
}
.em {
	font-weight:bold;
}

.small{
	font-size:88%;
}

.small_p{
	font-size:80%;
}

.zoom{
	font-size: 130%;
}

.textRed{
	color: #FF0000;
}


nav#main {
	margin: 0;
	padding: 10px 0;
	width: auto;
	
}

nav#main ul {
	text-align: center;
	font-size:85%;
}

nav#main ul li {
	
	font-weight: bolder;
	display: inline;
	text-align:center;
	padding: 0 50px;
	margin:0 5px;
	border-left:#8b8b8b dotted 1px;
	
	
}

nav#main ul li a:link {
	text-decoration: none;
}

nav#main ul li a:hover {
	color: #c6c4c4;
}






.u_line{
	background-position:bottom;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:130%;
	border-bottom:#8b8b8b dotted 2px;
	
}



.mt5{
	margin-top:5px;
}

.mr5{
	margin-right:5px;
}

.ml5{
	margin-left:5px;
}

.mb5{
	margin-bottom:5px;
}


.mt10{
	margin-top:10px;
}

.mr10{
	margin-right:10px;
}

.ml10{
	margin-left:10px;
}

.mb10{
	margin-bottom:10px;
}

.mt20{
	margin-top:20px;
}

.ml20{
	margin-left:20px;
}

.mb20{
	margin-bottom:20px;
}

.mb20{
	margin-bottom:20px;
}


.mt30{
	margin-top:30px;
}

.mb30{
	margin-bottom:30px;
}

.mt50{
	margin-top:50px;
}

.mb50{
	margin-bottom:50px;
}

.pl10{
	padding-left:10px;
}

.pl20{
	padding-left:20px;
}

.pl30{
	padding-left:30px;
}

.pt50{
	padding-top:50px;
}

.pb50{
	padding-bottom:50px;
}

.bgc_w{
	background-color:#FFF;
	
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}

.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size: 160%;
    text-decoration: none;
    padding: 3px 10px;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
 border-radius: 100%;
	width:50px;
	height: 50px;
	
}

.pagetop a:hover {
	display: block;
	background-color: #FFF;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	padding:3px 10px;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;

}



/*///////////////////////////////////*/
/*header*/
/*//////////////////////////////////*/

header{
	background-color:#FFF;
}


/*///////////////////////////////////*/
/*footer*/
/*//////////////////////////////////*/

footer {
	width: auto;
	margin: 10px auto;
	border-top: dotted 1px #fff;
	
	
}
footer p {
	text-align: center;
	font-size: 80%;
	padding:10px 0 0 0; 
	color: #fff;
}
nav#sab {
	margin:0 auto;
	padding: 10px 0;
	background-color:#000;
	width: auto;	
}

nav#sab ul{
	text-align: center;
	
}

nav#sab ul li{
	font-size: 80%;
	display: inline;
	text-align:center;
	padding: 0 10px;
	color:#FFF;
}

nav#sab ul li a{
	font-size: 95%;
	display: inline;
	text-align:center;
	padding: 0 30px;
	color:#FFF;
}





#menu{
	background-color:#000;
	width: auto;
	
}

#menu ul{
	text-align: center;
	background-color:#2e2d2e;
	padding:10px 0;
	
}

#menu ul li{
	font-size: 80%;
	display: inline;
	text-align:center;
	padding: 0 20px;
}

#menu ul li a {
	color:#fff;
	text-decoration: none;
}

#menu ul li a:hover {
	opacity: 0.8;
}


/*///////////////////////////////////*/
/*imageBox*/
/*//////////////////////////////////*/


#imageBox {
	text-align:center;
	padding:10px;
	background:url(image/main.jpg) no-repeat;
	background-position:center;
	background-color:#0c0a0d;	
	height:380px;
}

#imageBox_content {
	margin: 10px auto;
	padding: 0;
	width: 980px;
	

}


/*///////////////////////////////////*/
/*content*/
/*//////////////////////////////////*/


#content {
	margin: 10px auto;
	padding: 0 10px 10px;
	width: 980px;
	

}

.border-box {	
	border: 8px #CCC solid;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mat-box {
	background-color: #CCC;	
	padding: 10px;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mat-box .inner {
	background-color: #fff;
	padding: 10px;
}

/*top-page*/

.info_l{
	
	padding: 15px;
	margin: 30px auto;
	text-align: left;
	width: auto;
	border: 1px dotted #fff;
	
}

.info_l .ttl{
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 10px 0 20px 0;
	border-bottom: 1px dotted #fff;
	
	
	
}

.info_l p{
	
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
	font-size: 115%;
	font-weight: normal;
}


.line{
	border:#a9a9a9 dotted 2px;
	padding:15px;
	margin:15px 0 30px 0;
	width:550px;
	
}


.i_line{
	padding:0 0 15px 0;
	margin-bottom:15px;
	border-bottom:#808080 dotted 1px;
}

.i_line:last-child {	
	border-bottom:none;	
}

.category{
	padding:2px 5px;
	margin-right:10px;
	border:#CCC solid 2px;
	
	text-align:center;
	font-size:80%;
	font-weight: bold;
}




.textBox {
	width: 1020px;
	margin: auto;
	padding:0 10px;
}

.textBox_s {
	width: 800px;
	margin: auto;
	padding:0 10px;
}


#use {
	margin: 0;
	background-color:#0c0a0d;	
	padding:15px 0;

}

#use p{
	color:#fff;
	
}
#use ul{

}

#use ul li{
	
	width:47%;
	padding: 10px 0 0 0;
	float: left;
	font-size: 95%;
	margin: 0 20px 50px 0;

	border-right:1px dotted #000;
	
}



#use .textBox {
	width: 1042px;
	margin: auto;
color: #fff;
	
}


#use .textBox .two {
	column-count: 2;
	
}



#use h2 {
	
	margin:  30px 0 40px 0;
	letter-spacing: 7px;
	font-size: 150%;
	border-left: 8px double #fff;
	padding: 0 0 0 30px;
	
	
}

#use h3 {
	
	margin: 0 0 20px 0;
	letter-spacing: 5px;
	font-size: 130%;
	font-weight:normal;
	
	
}



#use a {
font-weight: bold;
	color:#ccc;
}

#use a:hover {

	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-weight: bold;
	
	
}

#twitter{
	margin: 0 0 50px 0;
	float: right;
	
	
}

#bnr ul li{
	float:left;
	width: 47%;
	margin:50px 30px 30px 0; 
	background:#ffcc00; 
}

#topics {
	
	width:auto;
	margin: auto;
	padding: 60px 0;
	background:url(image/bg_topics.jpg) no-repeat;
	 /* 画像を常に天地左右の中央に配置 */
  background-position: center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000;
	
}

#topics h2{
	margin: 0 0 50px 0;
	text-align: center;
	font-size: 200%;
	letter-spacing: 10px;
	font-weight: bold;

	
}

#topics h3{
	margin: 30px 0;
	
	font-size: 130%;
	letter-spacing: 3px;
	font-weight: bold;
	
	border: none;

	
}

#topics .textBox {
	width: 1100px;
	
	color:#FFF;
	
	
	
}

#topics .textBox a{
	color: #fff;
	
}

#topics #flame_l {
	width: 480px;

	float: left;
	padding: 40px 0;
	
	
	
	
	
}

#topics #flame_r {
	width: 560px;
	float: left;
	
	padding: 40px 0;
	margin: 0 0 0 40px;
	
	
	
	
	
}

#topics #flame_r .list ul {
	margin: 20px 0 0 0;

}

#topics #flame_r .list ul li {
	width: 48%;
	float: left;
	background-color: #fff;
	
	text-align: center;
	margin: 0 0 0 10px;
	padding: 20px 12px;
	color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

}

#topics #flame_r .list ul li img {
	width: 220px;
	height: 323px;
	
	

}

#topics #flame_r .list h3 {
	
	
	font-size: 110%;
	border: none;
	margin: 10px 0;
	

}

#topics #flame_r .list ul li p{
	
	font-size: 90%;
	text-align: left;

}

/* 月別公演 */

#month {

	background:url(image/bg_info.jpg) no-repeat;
	 /* 画像を常に天地左右の中央に配置 */
  background-position: right bottom;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #000;
	
	padding:50px 0;
	color: #fff;
	
}

#month h2{
	margin: 50px 0 30px 0;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	border-bottom: dotted 2px #ccc;
	padding-bottom: 15px;
	
	
}

#month a{
	color: #fff;


}



/* 劇場利用状況 */

#schedule {

	padding:60px 0;

}

#schedule h2{
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 200%;
	letter-spacing: 10px;
	font-weight: bold;
}

#schedule p{
	text-align: center;
}

#schedule iframe{
	width:800px;
	height:600px;
	margin: 40px 0;

	
}




.border-box .info img {
	margin: 0 30px;
}
.info-box {
	float: left;
	width: 315px;	
	margin: 10px 18px 10px 0;
	font-size: 85%;	
	color:#fff;
	border-right: dotted 1px #ccc;
	padding-right: 15px;
	
}




.pic {
	width: 85px;
	height: 120px;
	float: left;
	margin-right:10px;
	border: solid 1px #c0c0c0;
	}
	
.pic2 {
	width: 64px;
	height: 96px;
	margin-right:5px;
	border: solid 1px #c0c0c0;
	}
	

#slider {
	margin: 0;
}


#slider_paper {
	margin: 20px 0 0 10px;
	width:300px;
	float:left;
}

.paper_p{
	font-size:75%;
}





header #toggle{
	display:none;
}


/*info.html*/

#guide {
	background: #FFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-align: center;
	width: auto;
	margin: 30px 0;
	padding:10px;

}

.guide-box {
	float: left;
	width: auto;	
	margin: 10px 30px;
	font-size: 15px;
	border-top:#8b8b8b dotted 1px;

	padding:10px 0;
	text-align:center;			
}

.guide-box img {
	margin: 0 8px;
	border:#8b8b8b solid 1px;
	width:45px;
	height:60px;
				
}

#imageBox_info {
	text-align:center;
	padding:0;
	background-position:center;
	background-color:#0c0a0d;	
	height:280px;
	margin-bottom:15px;
}

#info{
	
	padding-top:15px;
}


#info h3{
	border-top:#999 solid 1px;
	border-bottom:#999 solid 1px;
	font-size:150%;
	padding:18px 0 15px 0;
	margin:0;
	
}
#info .work-box{
	margin:0 auto;
	padding:30px 0;
	width:960px;
	
}
#info .work-box .inner{
	margin:30px 0;	
	height:auto;	
}
#info .work-box .inner img{
	width:200px;
	height:285px;
	float:left;
	margin-right:20px;
	border: medium solid #696969;
}
#info .work-box .inner .group a{	
	margin:10px 0;
}
#info .work-box .inner .group a:hover{
	background:#E1E1E1;
}
#info .work-box .inner .title{
	font-size:28px;
	margin:0;
}
#info .work-box .inner .explain{
	margin:15px 0 0 0;
	font-size:14px;
}

#info .work-box table{	
   	border:#999 2px solid;
	border-collapse:collapse;
	margin:10px 0;
	width:100%;
	background:#FFF;
}

#info .work-box table.w-small{	
   	
	width:300px;
	
}

#info .work-box table th{
	text-align:center;
	background-color:#FAE7FA;
	border:#999 2px solid;
	padding:0;
	border-collapse:none;
}
#info .work-box table td{
	text-align:center;	
	border:#999 2px solid;
	padding:0;
	color:#F06;
	border-collapse:none;
}

#info .work-box table .time{	
	color:#555;	
}
/*access.html*/

#imageBox_access {
	text-align:center;
	padding:0;
	background-position:center;
	background-color:#0c0a0d;	
	height:280px;
	margin-bottom:15px;
}


#access{
	
	padding:15px;
}

#access h3{
	margin:10px 0 20px 0;
	border-bottom:#8b8b8b dotted 2px;
	font-size:140%;
	font-weight:bold;
	
}


#access iframe{
	width:640px;
	height:480px;
	float:right;
}

#access .left-box{
	width:260px;
	float:left;
}
#access .road{
	width:840px;
	margin:10px auto;	
	
}
#access dl{
	width:800px;
	padding:10px;
	margin-top:10px;
	
}

#access dt{
	float:left;
	margin-right:10px;	
}
#access .road .ft{
	font-size:150%;
	border-top:#CCC dotted 2px;
	padding-top:10px;
}

/*contact*/

#imageBox_contact {
	text-align:center;
	padding:0;
	background-position:center;
	background-color:#0c0a0d;	
	height:280px;
	margin-bottom:15px;
}


#contact{
	
	padding:15px;
}


#contact-box{
	width:900px;
	margin:50px auto;
}
#contact-box iframe{
	width:900px;
	height:300px;
	margin-bottom:50px;	
}
#contact-box table{
	background-color:#F7F7F7;
	border:#999 1px solid;
	margin:0 auto;	
}
#contact-box th,td{
	padding:10px;
}

#contact-box th{
	text-align:right;
}
#contact-box th span{
	  font-size:10px;
	  color:#FFF;
	  background:#F06;
	  padding:2px;
	  margin:0 0 0 5px;
}
#contact-box td p.error{
    margin:0;
    color:#F06;
	font-size:14px;
	background:none;
}
#contact-box .tel{
	font-size:30px;
	color:#F06;
	font-weight:bold;
}
#contact-box .mobile{
	margin:30px 0;
	font-size:14px;
}
	


input[type="text"]{
	width:100%;
	max-width:300px;	
}


input[type="submit"],input[type="button"],input[type="reset"]{
	width:130px;
	height:45px;
	text-align:center;
}

textarea{
	width:100%;
	max-width:300px;
	height:100px;	
}
/*reserve.php*/
#submit table{
	width:60%;
	margin:0 auto;
	background:#FFF;
}
#submit table tr td{
	border:#AAA solid 1px;
}
#submit table tr .gray{
	background:#DDD;
	width:30%;
}
#submit .submit-box{
	text-align:center;
}
#submit .error{
	color:#F00;
}
/*theater_detail*/


#imageBox_detail {
	text-align:center;
	padding:0;
	background-position:center;
	background-color:#0c0a0d;	
	height:280px;
	margin-bottom:15px;
}



#theater-detail{
	
	padding: 15px;
}

#theater-detail h4{
	margin:50px 0 20px 0;
	padding:10px 0;
	font-size:120%;
	font-weight:bold;
	border-top:#ccc double 5px;
	border-bottom:#ccc double 5px;
	text-align:center;
	
}

#theater-detail .menu ul{
	font-size:90%;
	margin-top:10px;
}

#theater-detail .menu ul li{
	margin:0 0 5px 10px;
	float:left;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	text-align:center;
	padding:0 15px;
	
}


#theater-detail .use .menu ul{
	font-size:90%;
	margin-top:10px;
}

#theater-detail .use .menu ul li{
	margin:0 0 5px 10px;
	float:left;
	border-left:#999 solid 1px;
	border-right:#999 solid 1px;
	text-align:center;
	padding:0 15px;
	
}

#theater-detail .pdf{
	
}

#theater-detail .pdf ul li{
	width:166px;
	height:210px;
	float:left;
	padding:10px;
	text-align:center;
	 border: solid 1px #CCCCCC;
	margin:0 20px 10px 0;
}

#theater-detail .pdf ul li img{
	width:147px;
	height:103px;
	
}

#theater-detail .pdf ul li p{
	font-size:85%;
	margin:5px 0 0 0;
	
}





#theater-detail .kizai{
}

#theater-detail .kizai ul{
	margin:0 0 10px 25px;
	float:left;
}

#theater-detail .kizai ul li{
	list-style-type:disc;
}

#theater-detail .attention{
}

#theater-detail .attention ul{
	margin:0 0 10px 25px;
	float:left;
}

#theater-detail .attention ul li{
	list-style-type:disc;
}

#theater-detail .Box{
	width:440px;
	height:auto;
	float:left;
	margin:0 0 100px 0;
	
}

#theater-detail .Box #slider_paper {
	margin:0 0 10px 0;
	width:420px;
	height:315px;
}

#theater-detail .Box_p{
	width:470px;
	height:auto;
	float:left;
	
}

#theater-detail .Box_p img{
	width:85px;
	height:65px;
	margin:0 0 10px 5px;
}



#theater-detail table{
	width:900px;
	margin:0 auto;
	margin-bottom:30px;	
}

#theater-detail td{	
	border:#999 solid 1px;
	border-collapse:collapse;
}
#theater-detail .count{
	width:100px;
}
#theater-detail .price{
	width:900px;
	margin:0 auto;
}
#theater-detail .price th{
	border:#999 1px solid;
	border-collapse:collapse;
	text-align:center;
	background-color:#e3e2e2;
}
#theater-detail .price td{
	border:#999 1px solid;
	border-collapse:collapse;
	text-align:center;
}
#theater-detail .go{
	width:900px;
	margin:0 auto;
}
#theater-detail .go th{
	border:#999 1px dotted;
	text-align:center;
	width:30%;
	background-color:#e3e2e2;
	padding:10px;
	
}
#theater-detail .go td{
	border:#999 1px dotted;
	
	padding:10px;
}
	
/**********************************
***********************************
ここから過去の公演情報
***********************************
***********************************/

#imageBox_past {
	text-align:center;
	padding:0;
	background-position:center;
	background-color:#0c0a0d;	
	height:280px;
	margin-bottom:15px;
}


#past{
	
	padding: 15px;
}

#left-box{
	float:left;	
}
#scrollbox {
  position: relative;
  padding: 10px;
  width: 180px;
  border: solid 1px #CCCCCC;
}
#scrollbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#scrollbox ul li {	
	margin-right: 20px;
	float:left;
}
#scrollbox p a {
	color: #0033FF;
	text-decoration: underline;
}
.cl {
	clear: both;
}
#past-box{	
	width:700px;
	float:right;
	}

#past-box table {
	width: 49%;
	margin:0 auto;	
	

	
	float:left;
}
#past-box table th, #past-box table td {	
	border-bottom-width: 1px;
	
	border-bottom-style: solid;
	
	border-bottom-color: #CCC;
	
	font-size:88%;
	vertical-align:top;
}
#past-box table th{
	padding:10px;
	width:90px;
	height:160px;		
}

#past-box table th img{
	width:85px;
	height:120px;	
}


 @media screen and (max-width: 979px) and (min-width: 660px) {
img {
	max-width: 100%;
	height: auto;
}
.inner-box {
	width: 640px;
	margin: 0 auto;
}
.tabnone{
	display:none;
}




/*///////////////////////////////////*/
/*header*/
/*//////////////////////////////////*/
h1{
	display:none;
}


nav#main {
	margin:5px auto;
	padding: 10px;
	background:url(image/bg.jpg) repeat;
	width:auto;		
}
nav#main ul li {
	font-size: 13px;	
	display: inline;
	padding: 0 10px;
}










/*///////////////////////////////////*/
/*footer*/
/*//////////////////////////////////*/

footer {
	width: auto;
	padding:10px 0 0 0; 
	color:#FFF;
}


nav#sab {
	margin:0 auto;
	width:auto;		
}
nav#sab ul li {
	font-size: 12px;	
	margin: 0 10px;
	width: auto;
}



#menu {
	margin:0 auto;
	
	
	width:auto;		
}
#menu ul li {
	font-size: 90%px;	
	display: inline;
	padding: 0 15px;
	border-left:1px dotted #fff;
}



/*///////////////////////////////////*/
/*content*/
/*//////////////////////////////////*/

#content {
	margin:0 auto;
	padding: 0;
	width: 640px;	
}




.border-box {
	padding: 10px;
	margin-bottom: 10px;
}
/*top-page*/


.border-box .info img {
	margin: 0;	
}
.info-box {
	float: left;
	width: 320px;
	height:auto;	
	margin: 5px 10px 10px 0;
	font-size: 13px;
	 }
	

	 
 


.textBox {
	width: auto;
	margin: auto;
	padding:0 10px;
}
	 
.textBox_s {
	width: auto;
	margin: auto;
	padding:0 10px;
}



#use .textBox {
	width: auto;
	margin: auto;
}

#use .textBox ul li{
	float:left;
	width: auto;
	margin:0 0 30px 0; 
	
}
	 

	 
 #use ul li{
	
	
}
	 
#twitter{
	display: none;
	
	
}


#topics {
	background:url(image/bg_topics.jpg) no-repeat;
	background-position:center;
	background-color:#000;
	padding: 50px 0;
	width: auto;
}

#topics .textBox {
	width: auto;
	height: auto;
	margin: auto;
	color:#FFF;
}
	 
	 
 #topics #flame_l {
	width: auto;
	 height: auto;	
	
}
	 
 #topics #flame_l h2 {
		 text-align: center;
	 }

#topics #flame_r {
	width: auto;
	 height: auto;
	margin: 20px 0;
	
	
	
	
	
	
	
	
}



#topics #flame_r .list ul li {
	width: auto;
	float: left;
	background-color: #fff;
	
	text-align: center;
	margin: 0 0 0 10px;
	padding: 20px 12px;
	
}

#topics #flame_r .list ul li img {
	width: 220px;
	height: 323px;
	
	

}




#month {
	padding: 40px 0;
	width: auto;

}




.guide-box {
	float: left;
	width: 290px;	
	margin: 10px 20px 10px 10px;
	font-size: 13px;
	border-top:#8b8b8b dotted 1px;
	
	padding:10px 0;
	text-align:center;			
}

.guide-box img {
	margin: 0;
	border:#8b8b8b solid 1px;
	width:40px;
	height:55px;
				
}

/*info.html*/
.guide-box {
	
	margin: 10px;
	
	

	padding:10px;
			
}
	 
#info .work-box{
	margin:0 auto;
	padding:10px 0;
	width:580px;	
}

#info .work-box .inner{
	margin:30px 0;	
	height:auto;	
}


/*access.html*/
#access iframe{
	width:580px;
	height:480px;
	float:none;
}

#access .left-box{
	width:auto;
	float:none;
}
#access .road{
	width:580px;
	margin:50px auto;	
}
#access dl{
	width:560px;	
}


/*contact*/
#schedule{
	width:580px;
	margin:0 auto;
}
#schedule iframe{
	width:580px;	
}
#contact-box {
	width:580px;	
}
#contact-box iframe{
	width:580px;
	height:300px;	
}




/**********************************
***********************************
ここから過去の公演情報
***********************************
***********************************/


#left-box {	
  width: 25%;
  float:left; 
}

#scrollbox{
	width:100%;
}

#past-box{	
	width:70%;
	float:right;	
}
}

@media screen and (max-width: 659px) {
img {
	max-width: 100%;
	height: auto;
}

.inner-box {
	width: auto;
	margin: 0 auto;
}
.left {
	float: none;
}
.right {
	float: none;
}
.spnone{
	display:none;
}


/*///////////////////////////////////*/
/*header*/
/*//////////////////////////////////*/
	
h1{
	text-align: center;
	margin-top: 30px;
	
	
}
	

nav#main {
	margin:0 auto;	
	background: #FFF;
	width: auto;
	float: none;
}
nav#main ul{
	clear:both;
}
nav#main ul li {
	display: block;
	padding: 10px 0 10px 10px;
	margin:3px 0 0 0;	
	width:50%;
	float:left;
	text-align:left;
	border:#CCC dotted 1px;
	border-left:#CCC solid 5px;	
	font-size:88%;		
}

nav#main ul li.bottom {
	border-bottom:none;		
}


#guide {
	margin:30px auto;	
	width: auto;
	float: none;
}
#guide ul{
	clear:both;
}
#guide ul li {
	display: block;
	padding: 0;
	margin:10px 0 0 0;	
	float:left;
	text-align:center;
			
}
/*///////////////////////////////////*/
/*footer*/
/*//////////////////////////////////*/

footer {
	width: auto;
	margin: 10px0 0 0;
	color: #555555;
	
}
	
footer p {
	text-align: center;
	font-size: 11px;
	
}

nav#sab {
	margin:0 auto;
	width: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;		
}
	
nav#sab ul{
	font-size: 110%;	
	
	
	width: auto;
	
}
	
nav#sab ul li {
	
	width: auto;
	float: left;
	
	margin:5px 0;
}





#menu {
	margin:0 auto;
	padding: 15px;
	width: auto;
	background-color:#2e2d2e;

}
#menu ul li {
	font-size: 90%;	
	
	margin: 8px;
	border-right:1px dotted #ccc; 
	border-left:1px dotted #ccc; 
	float:left;
	width:auto;
	padding: 0 15px;
}
	



/*///////////////////////////////////*/
/*imageBox*/
/*//////////////////////////////////*/


#imageBox {
	text-align:center;
	padding-top: 0;
	background:url(image/theater_light_m.jpg) no-repeat;
	background-position:center;
	background-color:#0c0a0d;
	height:auto;
}

#imageBox_content {
	width: auto;
	
}

/*///////////////////////////////////*/
/*content*/
/*//////////////////////////////////*/

#content {
	margin: 10px auto;
	padding: 0;
	width: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#slider {	
	margin-bottom:10px;	
}



.border-box {	
	padding: 5px;
	margin-bottom:10px;	
	border: 2px #CCC solid;
}
.mat-box {	
	padding: 2px;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mat-box .inner {
	background-color: #fff;
	padding: 5px;
}
/*top-page*/

.border-box .info img {
	margin: 0;
}
.info-box {
	float: none;
	width: auto;
	margin: 20px 0;
	font-size: 13px;	
}
.pic {
	width: 30%;
	height:30%;
	float: left;
	margin-right:5px;
	}
	
.line{
	
	
	margin:15px 0 30px 0;
	width:auto;
	
}


#info_Box {
	padding: 10px;
	width:auto;

}
	
#info .work-box .inner img{
	width:300px;
	height:424px;
	margin-left:10px;
	float: none;
}




.textBox {
	padding: 10px;
	width:auto;
	font-size:92%;
}	
.textBox_s {
	
	width:auto;
	font-size:90%;
}
	
#use {
	width: auto;

}
	
#use ul li{
	
	width:auto;
	height: auto;
	
	margin: 0;
	border: none;
	
	
	
}




#use .textBox {
	width: auto;
}
	
#use .textBox .info {
	column-count: 0;
	
}

#use .textBox ul li{
	float:left;
	width: 100%;
	margin:0 0 30px 0; 
	
}


#topics {
	padding: 30px 0;
	width: auto;
}
	
	#topics h2 {
		text-align: center;
	}

#topics .textBox {
	width: auto;
	font-size:93%;
}
	
	#topics #flame_l {
	width:auto;

	
	padding: 40px 0;
	
	
	
	
	
}

#topics #flame_r {
	width: auto;
	margin: 0;
	padding: 40px 0;
	
	
	
	
	
}

#topics #flame_r .list ul {
	margin: 20px 0 0 0;

}
	
#topics #flame_r .list ul li {
	width: auto;
	float: left;
	background-color: #fff;
	
	text-align: center;
	margin: 20px 0 0 10px;
	padding: 20px 12px;
	
}

#topics #flame_r .list ul li img {
	width: auto;
	height: auto;
	
	
	

}
	
#month {
	width: auto;
	padding: 10px auto;
	
}

	
#schedule {
	width: auto;
	
	
}
	
#schedule iframe{
	width:310px;
	height:300px;
	padding: 10px;
}
#schedule p {
	text-align: left;
	
	
}



/*info.html*/

.guide-box {
	float: left;
	font-size: 90%;
	border-top:#8b8b8b dotted 1px;
	text-align:center;

	width: auto;	
	margin: 10px;
	padding:10px 0;
}


.guide-box img {
	margin: 0;
	border:#8b8b8b solid 1px;
	width:55px;
	height:75px;
				
}


#imageBox_info {
	text-align:center;
	height:auto;
}

#info{
	padding:10px;
}
	
#info h3{
	border-bottom:#999 solid 1px;
	padding:10px;
}
#info .work-box{
	margin:0 auto;
	padding:20px 10px;
	width:auto;
}

#info .work-box .inner{
	margin:30px 0;	
	height:auto;
	
}



#info .work-box .inner .title{
	font-size:20px;
}
#info .work-box .inner .explain{
	margin:10px 0 0 0;
	font-size:14px;
}

#info .work-box table{	
    clear:both;
	border:#999 2px solid;
	border-collapse:collapse;
	margin:10px 0;
	font-size:90%;
}

#info .work-box table th{
	text-align:center;
	background-color:#FAE7FA;
	border:#999 2px solid;
	padding:0;
}
#info .work-box table td{
	text-align:center;	
	border:#999 2px solid;
	padding:0;	
}
#info .work-box .on{
	color:#F06;
}

/*access.html*/

#imageBox_access {
	text-align:center;
	height:auto;
}

#access iframe{
	width:280px;
	height:300px;
	float:none;
}

#access .left-box{
	width:280px;
	float:none;
}
#access .road{
	width:280px;
	margin:50px auto;	
	border:none;
}
#access dl{
	width:280px;
	padding:0 10px;
	margin:10px 0;
}

#access dt{
	float:none;
	margin-right:10px;	
}


/*contact*/

#imageBox_contact {
	text-align:center;
	height:auto;
}



#contact-box{
	width:280px;
	margin:50px auto;
}
#contact-box iframe{
	width:280px;
	height:300px;
	margin-bottom:50px;	
}
#contact-box table{
	background-color:#F7F7F7;
	border:#999 1px solid;	
}
#contact-box th,td{
	padding:10px;
}

#contact-box th{
	text-align:right;
}
#contact-box .tel{
	font-size:25px;
	color:#F06;
	font-weight:bold;
}
#contact-box .mobile{
	margin:30px 0;
	font-size:14px;
}
	
input[type="text"]{
	width:100%;
	max-width:300px;	
}


input[type="submit"]{
	width:130px;
	height:45px;
	text-align:center;
}

textarea{
	width:100%;
	max-width:300px;
	height:100px;	
}
/*reserve.php*/
#submit table{
	width:80%;
	margin:0 auto;	
}

/*theater_detail*/

#theater-detail .pdf ul li{
	width:130px;
	height:190px;
	float:left;
	padding:10px;
	text-align:center;
	 border: solid 1px #CCCCCC;
	margin:0 5px 10px 0;
}

#theater-detail .pdf ul li img{
	width:125px;
	height:81px;
	
}

#theater-detail .pdf ul li p{
	font-size:85%;
	margin:5px 0 0 0;
	
}


#imageBox_detail {
	text-align:center;
	height:auto;
}


#theater-detail table{
	display:none;
}
#theater-detail .price{
	width:280px;
	font-size:9px;
	display:block;	
}
#theater-detail .go{
	width:280px;
	display:block;		
}
#theater-detail .go th{
	width:280px;	
	border:none;
	display:block;				
}
#theater-detail .go td{
	width:280px;	
	border:none;
	display:block;
	margin-bottom:20px;			
}



#theater-detail .Box{
	width:290px;
	height:auto;
	font-size:90%;
	margin-bottom:50px;
	
}

#theater-detail .Box #slider_paper {
	margin:0 0 40px 0;
	width:275px;
	height:200px;
}				

/**********************************
***********************************
ここから過去の公演情報
***********************************
***********************************/

#imageBox_past {
	text-align:center;
	height:auto;
}

#left-box{
	float:none;
	display:none;	
}

#past-box{	
	width:100%;
	float:none;
	}

#past-box table {
	width: 100%;	
}
#past-box table td {
	font-size:13px;	
	
}


}