@charset "UTF-8";
/* CSS Document */

.box
{
	margin-left:auto;
	margin-right:auto;
	max-width: 960px;
}

.titlelogo
{
	text-align:center;
}

.titlelogo img
{
	max-width: 70%
}

h1
{
	font-size:18px;
	color:#FFFFFF;
	background-color:rgba(102,7,8,1.00);
	padding:10px;
	margin:10px 0px 0px 0px;
}

.topcontents
{
	border:1px solid #6A191B;
	line-height:1.3em;
	clear: both;
    margin-bottom: 20px;
	width: 100%;
	max-width:940px;
	padding:5px 10px;
}

.topcontents td
{
	width:50%;
	text-align:center;
}

.topcontents img
{
	float:left;
	margin-right:10px;
	max-width: 50%
}

.contents-head
{
	border:1px solid #6A191B;
	background-color:rgba(168,21,14,1.00); 
	color:#FFFFFF;
	line-height:1.3em;
	clear: both;
	max-width:940px;
	padding:5px 10px;
}

.harf img
{
	max-width:50%;
}

.contents
{
	border:1px solid #6A191B;
	line-height:1.3em;
	clear: both;
	margin-bottom:20px;
	max-width:940px;
	padding:5px 10px;
}

.contents img
{
	float:left;
	margin-right:10px;
	max-width: 30%
}

.social-btn
{
	text-align:center;
	margin-bottom:20px;
}

/* This css button was generated by css-button-generator.com */
.btn 
{
	font-size:16px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ffaa22;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	background-color:#ffec64;
	color:#222222;
	display:inline-block;
	text-shadow:1px 1px 0px #ffee66;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
 	box-shadow:inset 1px 1px 0px 0px #fff6af;
	margin-bottom:8px;
}

.btn:hover 
{
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
	background-color:#ffab23;
}

.btn:active 
{
	position:relative;
	top:1px;
}

.btn2
{
	font-size:16px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid rgba(199,24,16,1.00);
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #C7362C 5%, #E5373A 100% );
	background:-ms-linear-gradient( top, #C7362C 5%, #E5373A 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7362C', endColorstr='#E5373A');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #C7362C), color-stop(100%, #E5373A) );
	background-color:#C7362C;
	color:#FFFFFF;
	display:inline-block;
	text-shadow:1px 1px 0px #C7362C;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #B71E21;
 	-moz-box-shadow:inset 1px 1px 0px 0px #B71E21;
 	box-shadow:inset 1px 1px 0px 0px #B71E21;
	margin-bottom:8px;
}

.btn2:hover 
{
	background:-moz-linear-gradient( center top, #C7362C 5%, #E5373A 100% );
	background:-ms-linear-gradient( top, #C7362C 5%, #E5373A 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#C7362C', endColorstr='#E5373A');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #B71E21), color-stop(100%, #E5373A) );
	background-color:#C7362C;
}

.btn2:active 
{
	position:relative;
	top:1px;
}

/*menu*/
.main {
  clear: both;
  width: 100%;
  margin: 0 auto;
}

#menu
{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#menu li
{
  display: block;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0; 
}

#menu li a
{
  display: block;
  padding: 12px 0 10px;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
  background-color:#ffec64;
  color: #333;
  text-align: center;
  text-decoration: none;
}

#menu li a:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
	background-color:#ffab23;
}
#toggle
{
	display: none;
}

@media only screen and (max-width: 768px) 
{
    #menu li{
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
}

.castbox
{
	margin-bottom:20px;
}

.castbox img
{
	max-width:25%;
}

.contents p
{
	margin:0;
}

.contents table
{
	width:100%;
}

.contents td
{
	padding-bottom:20px;
}

.contents th
{
	width:15%;
	font-weight:bold;
	vertical-align:top;
	padding-right:20px;
}

.contents span {

}

.ticket
{
	display: inline-block;
	width:5em;
}

.playguide
{
	display: inline-block;
	width:10em;
}

a
{
	text-decoration:underline;
	color:rgba(59,81,166,1.00);
}

a :hover
{
	text-decoration:underline;
}

.smaller
{
	font-size:86%;
}

.bigger
{
	font-size:140%;
}

.bold
{
	font-weight:bold;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size:90%;
}
#page-top a {
    background:rgba(133,116,92,1.00);
    text-decoration: none;
    color: #fff;
    width: 90px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background:rgba(192,178,157,1.00);
}

.fixed {
    position:fixed;
    top: 0;
    left: 0;
   width:100%;
}

.message
{
	padding:5px; 
	background-color:rgba(255,175,18,0.44);
	margin-top:2em; 
	z-index:100;
}