.container {
	width: 830px;
	margin: 0 auto;
}
.clearfix:after { /*floatの解除、ここがポイント*/
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;/**/
}
nav {
	height: 50px;
	background: #660000;
	/* position: fixed; */
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 10;
}
nav h1 {
	padding: 8px;
	float: left;
}
nav ul {
	padding: 10px;
	float: right;
}
nav ul li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	margin: 0 5px;
}
nav ul li a {
	color: #aaa;
	text-decoration: none;
}
header {
	height: 115px;
	background: #160202 url(../img/bg1_movie.png) no-repeat top center;
	margin: 0 0 0 0;
}
header h2 {
	text-align: center;
	padding: 0 0 0 0;
}
#moviedetail {
	background: #120202 url(../img/bg2_movie.png) no-repeat top center;
	margin: -1px 0 0 0;
  padding-bottom: 45px;
}
.movietitle {
	text-align: center;
	padding:    15px 0 10px 0;
}
.movietitle h2 {
	font-size:      30px;
	color:          #fff;
	vertical-align: top;
}
.movietitle h2 img {
	margin: 0 5px 0 -5px;
}
.movietitle h2 strong {
  color:     #f5deb3;
}
.movieleft {
	float: left;
}
.movieleft ul li {
	margin: 0 0 10px 0;
}
.movieleft ul li.social {
	margin: 20px 0 5px 0;
}
.movieright {
	float: right;
	margin: 0 0 30px 0;
}
.movieinfo {
	clear: both;
	background-color: #fff;
	padding: 35px;
}
.introduction .left {
	float: left;
	width: 280px;
}
.introduction .right {
	float: right;
	width: 470px;
	margin: 0 0 30px 0;
}
.introduction h3 {
	color: #9d080c;
	font-size: 26px;
	margin: 5px 0 10px 0;
}
.introduction p {
	font-size: 12px;
	line-height: 1.4em;
}
.story .left {
	float: left;
	width: 470px;
}
.story .right {
	float: right;
	width: 280px;
	margin: 0 0 40px 0;
}
.story h3 {
	color: #9d080c;
	font-size: 26px;
	margin: 5px 0 10px 0;
}
.story p {
	font-size: 12px;
	line-height: 1.5em;
}
.databox {
	background: #f4f4f4;
	padding: 30px;
}
.databox h3 {
	color: #9d080c;
	font-size: 24px;
	margin: 5px 0 10px 0;
}
.cast {
	float: left;
	margin: 0 20px 0 0;
}
.cast ul li {
	font-size: 12px;
	line-height: 2em;
}
.staff {
	float: left;
	margin: 0 20px 0 0;
}
dt {
	float: left;
	width: 80px;
	overflow: hidden;
	clear: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
}
dd {
	margin-left: 80px;
	font-size: 12px;
	line-height: 2em;
}
.data {
	float: left;
}
.data dt {
	width: 70px;
}
.data dd {
	margin-left: 70px;
}
.theatertitle {
	background: #3b1515;
	text-align: center;
}
.theatertitle h2 {
	font-size: 30px;
	color: #fff;
	vertical-align: top;
	padding: 30px 0 30px 0;
}
.theatertitle h2 img {
	margin: 0 5px 0 -5px;
}
.zone {
	background: #cdcdcd;
	text-align: center;
	padding: 25px 0 25px 0;
}
.zone a {
	text-decoration: none;
	color: #3b1515;
}
.zone ul li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 0 7px;
	color: #3b1515;
	vertical-align: middle;
}
.zone ul li.arrow {
	background: url(../img/arrow_theater.png) no-repeat left center;
	padding: 0 0 0 10px;
}
.ticketlist {
	background: #fdfdfd;
	padding: 40px 0 40px 0;
}
.theater h3 {
	font-size: 30px;
	margin: 0 0 10px 0;
}
.theater_inner {
	background: #3b1515;
	padding: 20px;
}
.theater_inner h4 {
	color: #fff;
	font-size: 20px;
	float: left;
}
.theater_inner p.right {
	float: right;
	margin: 0 0 10px 0;
}
.theater_inner_left {
	float: left;
	color: #fff;
	font-size: 12px;
	width: 175px;
}
.theater_inner_right {
	float: right;
	width: 600px;
}
.theater_inner_left p.address {
	background: url(../img/address.png) no-repeat left center;
	padding: 10px 0 0 43px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	font-size: 12px;
}
.theater_inner_left p.tel {
	background: url(../img/tel.png) no-repeat left center;
	padding: 0 0 0 43px;
	font-size: 12px;
}
.ticket_info {
	background: #fff;
	padding: 20px 10px 10px 10px;
	margin: 0 0 10px 0;
	text-align: center;
}
.ticket_info h5 {
	color: #c31015;
	font-size: 14px;
	margin: 0 0 5px 0;
}
.ticket_info h5.price {
	margin: 0 0 15px 0;
}
.ticket_info h5.number {
	margin: 0 0 15px 0;
}
.ticket_info h5.percent {
	margin: 0 0 10px 0;
}
span.time {
	color: #c31015;
	font-size: 14px;
}
.ticket_info p {
	font-size: 12px;
	line-height: 1.5em;
}
.ticket_info p strong {
	font-size: 18px;
}
.ticket_info ul li {
	display: inline-block;
	color: #3b1515;
	margin: 0 7px;
	float: left;
}
.ticket_info ul li img {
	margin: 0 0 5px 0;
}
.ticket_info ul li.ticketbtn {
	margin: 0 0 0 10px;
}
.barTicket {
	height: 8px;
	background: #bfbfbf;
	border: 1px solid #eee;
	font-size: 9px;
	width: 100px;
}
.boxSizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bar {
	display: block;
	height: 6px;
	background: #c31015;
}
/* フッター */
footer .other {
	width: 100%;
	height: 74px;
	background: #601617 url(../img/bg_f1.jpg) no-repeat center center;
}
footer .other ul {
	padding: 25px 0 0 0;
	text-align: center;
}
footer .other ul li {
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 0 5px;
	vertical-align: middle;
}
footer .other ul li.arrow {
	background: url(../img/arrow.png) no-repeat left center;
	padding: 0 0 0 10px;
	line-height: 16px;
}
footer .other ul li a {
	color: #fff;
	text-decoration: none;
}
footer .copyright {
	width: 100%;
	height: 45px;
	background: #3a0505 url(../img/bg_f2.jpg) no-repeat center center;
}
footer .copyright p {
	padding: 8px 0 0 0;
	line-height: 1.5em;
	font-size: 8px;
	text-align: center;
	color: #fff;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.zone li.not{
	color: #aaa;
}

/* 2013/04/20 追加 */

li.arrow {
  position: relative;
}
li.arrow div.grayCover {
  position: absolute;
  background: gray;
  opacity: 0.75;
  width: 100%;
  height: 0px;
  top: -8px;
  left: -15px;
  padding: 15px;
}

p.movieticket_anchor {
  text-align: right;
  margin: 10px 0 10px 0;
}

p.movieticket_anchor a {
  font-size: 15px;
  color: #333;
  text-decoration: underline;
}

.theatertitle > .container {
  color:   #fff;
  padding: 0 0 15px 0;
}

.pageTop {
	position: fixed;
	right:50px;
	bottom:50px;
	z-index:1;
}

.yahoo{
	text-align: center;
  margin:     10px 0 30px 0;
}
.howto {
	text-align: center;
	margin:     0 auto 0 auto;
	width:      760px;
}
.howto img {
	margin:  0 5px 0;
  width:   180px;
  height:  150px;
}
.howto ul li {
	width:          170px;
	display:        inline-block;
 *display:        inline;
 *zoom:           1;
	margin:         10px 8px;
	vertical-align: top;
}
.howto p {
	font-size:   12px;
	color:       #999;
	text-align:  left;
	line-height: 1.5em;
}

.ticketlist_wrapper {
  background: white;
}

.purchase_btn {
	font-size: 24px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ffaa22;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
	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-color:#ffec64;
	color:#333333;
	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: 20px auto 0px auto;
}
.purchase_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
	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-color:#ffab23;
}
.purchase_btn:active {
	position:relative;
	top:1px;
}

div.dpLink {
  position: fixed;
  right:  20px;
  top:    20px;
}

div.dpLink p {
  position: absolute;
  bottom:   -60px;
  right:    -200px;
}

img.disable{
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
}
