/* 全体 */
body {
	-webkit-text-size-adjust: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.container {
	width: 900px;
	margin: 0 auto;
}
/* ヘッダー（メインキャッチ）部分 */
header {
	height: 350px;
	margin: 0 auto;
	background: #130202 url(../img/bg1.png) no-repeat top center;
}
header h1 {
	padding: 20px 0 0 0;
	margin: 0 0 20px 10px;
}
header h2 {
	text-align: center;
	margin: 0 0 10px 0;
}
header ul {
	text-align: center;
}
header ul li {
	width: 110px;
	display: inline-block;
	margin: 0 8px;
	vertical-align: top;
}
/* メインコンテンツ部分 */
.main {
	margin: 0 auto;
	padding: 30px 0;
	background: #000 url(../img/bg2.png) no-repeat top center;
}
/* 対象の映画 */
.movie {
	text-align: center;
	margin: 0 0 20px 0;
}
.movielist {
	width: 362px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 0 15px;
	vertical-align: top;
	color: #fff;
}
.movielist h3 {
	font-size: 15px;
	text-align: center;
	margin: 10px 0;
}
.movielist p {
  line-height: 15px;
	font-size:   12px;
}
.movie ul li {
	width: 178px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 0;
}
.movielist img {
	margin: 0 0 4px 0;
}
.movielist a {
  color: #fff;
}
/* 対象の映画館 */
.theater {
	text-align: center;
  color: white;
}
.theater ul li {
	font-size: 13px;
	color: #666;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 0 2px;
	line-height: 2em;
}
/* 使い方 */
.howto {
	text-align: center;
	border: 1px solid #555;
	margin: 30px auto 0 auto;
	padding: 20px 0;
	width: 760px;
}
.howto img {
	margin: 0 0 5px 0;
}
.howto ul li {
	width: 225px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 0 8px;
	vertical-align: top;
  float: left;
  // opacity: 0.2;
}
.howto p {
	font-size: 12px;
	color: #999;
	text-align: left;
	line-height: 1.5em;
}
/* フッター */
footer .other {
	width: 100%;
	height: 150px;
	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;
}

.yahoo{
	text-align: center;
	margin: 50px 0 0 0;
}

.movielist > .movieMessage {
  margin: 10px 0 10px 0;
  height: 30px;
}
p.white {
  color: #fff;
}

.prefectures {
  margin: 5px 0 5px 0;
}

.prefectures ul > li {
  font-size:   13px;
  color:       white;
  display:     inline;
  zoom:        1;
  margin:      0 2px;
  line-height: 2em;
}

.prefectures a {
  color:     #f5deb3;
}

.movielist h4 {
  font-size:      18px;
  color:          white;
  margin:         30px 0 15px 0;
  border-bottom:  solid 2px #fff;
  padding-bottom: 5px;
}

.movie h2, h2.big {
  color:     white;
  font-size:   30px;
  margin:      20px 0 20px 0;
  line-height: 125%;
}

.movie h2 strong {
  color:     #f5deb3;
}

div.y_movie_impressions {
}
div.y_movie_impressions h5 {
  font-size: 15px;
  margin: 10px 0 10px 0;
  color:     #f5deb3;
}
div.y_movie_impressions p {
  font-size: 12px;
  margin: 5px 0 15px 0;
  color:     #fff;
}

.purchase_btn {
	font-size: 20px;
	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!important;
	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;
}

.img2 {
  display: none;
}
.eventYahooLink {
  text-align:  center;
  padding-top: 10px;
  color:       #fff;
}
.eventYahooLink a {
  color:       #fff;
}

div.dpLink {
  position: relative;
}

div.dpLink a {
  display: block;
  position: absolute;
  top:   -100px;
  right: 80px;
}
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;
}
