@charset "utf-8";

#theater > header h1{
	padding:12px 75px 12px 6px;
	font-size:16px;
	border-bottom:1px solid #fff;

	-webkit-box-shadow: 0px 1px 1px #c9c9c9;
	-moz-box-shadow: 0px 1px 1px #c9c9c9;
	box-shadow: 0px 1px 1px #c9c9c9;
	background:#c1cce2;
}

#theater > header h1 img {
  vertical-align: text-bottom;
  margin-right: 4px;
}

#upLink{
	padding:10px 0;
	text-align:right;
	font-size:12px;
	line-height:1.5;
}

#upLink a{
	display:inline-block;
	margin-right:8px;
	padding-right:8px;
	background:url(../../images/smartphone/icon_arrow_t01.png) no-repeat right 2px;
	background-size:auto 12px;
}

#upLink02{
	padding:10px 0;
	text-align:right;
	font-size:12px;
	line-height:1.5;
}
#upLink02 a{
	display:inline-block;
	margin-right:8px;
}

.lnavWrap{
	background:#f2f5f6;
	padding:10px 6px;
	border-bottom:1px solid #bbb;
}

#lnav,
#lnav02{
	margin:0 6px 0;
	padding:6px;
	text-align:center;
	overflow:hidden;
	background:#dcdcdc;

	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#lnav li,
#lnav02 li{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

	float:left;
	width:25%;
	padding:0 2px;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #b9bbb9;
	border-left:1px solid #f9f9f9;
}
#lnav02 li{
	width:33%;
}

#lnav li:first-child, #lnav02 li:first-child{ border-left:none; padding-left:0; }
#lnav li:last-child, #lnav02 li:last-child{  border-right:none; paddng-right:0; }

#lnav a,
#lnav02 a{
	display:block;
	height:26px;
	line-height:26px;
	color:#bbb;
}

#lnav a[href], #lnav02 a[href]{ color:#011b8f; }


#lnav li#a a,
#lnav02 li#a a{
	background:#003a73;
	color:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#lnav02 li.mkCi a span{
	font-size:13px;
	padding:1px 0 1px 17px;
	background:url(../../images/smartphone/icon_checkin_theater.png) no-repeat 0 1px;

	background-size:auto 14px;
}
#lnav02 li#a.mkCi a span{
	font-size:13px;
	padding:1px 0 1px 17px;
	background:#003a73 url(../../images/smartphone/icon_checkin_theater.png) no-repeat 0 1px;

	background-size:auto 14px;
}


.ci{
	display:block;
	width:60px;
	padding:34px 0 2px 0;
	background:url(../../images/smartphone/icon_checkin03.png) no-repeat center 2px;

	background-size:auto 32px;
	border-left:1px solid rgba(0,0,0,0.2);
	-moz-box-shadow:-1px 0 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:-1px 0 0 0 rgba(255,255,255,0.3);
	box-shadow:-1px 0 0 0 rgba(255,255,255,0.3);

	font-size:12px;
	font-weight:bold;
	text-align:center;
	position:absolute;
	right:4px;
	top:4px;
	color:#333;
}

#ci_on{ background-image:url(../../images/smartphone/icon_checkin02.png); }

#gps{
	display:block;
	margin:10px 6px 16px;
	padding:10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	position:relative;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	line-height:1.5;

	background:rgba(0,0,0,0.1) url(../../images/smartphone/icon_gps.png) no-repeat right center;
	background-size:auto 60px, auto;
}

#gps[href]{
	background:#003a73 url(../../images/smartphone/icon_gps.png) no-repeat right center;
	background-size:auto 60px, auto;
	-webkit-box-shadow: 0px 3px 4px #c9c9c9;
  -moz-box-shadow: 0px 3px 4px #c9c9c9;
	box-shadow: 0px 3px 4px #c9c9c9;
}

#gps[href]:after{
	display:block;
	content:"";
	width:0;
	height:0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #fff transparent;
	position:absolute;
	left:11em;
	bottom:10px;

}

.onSearch{
	margin:10px 6px 16px;
	padding:10px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;

	background:#003a73 url(../../images/smartphone/icon_gps.png) no-repeat right top;
	background-size:auto 80px, auto;
	-webkit-box-shadow: 0px 3px 4px #c9c9c9;
  -moz-box-shadow: 0px 3px 4px #c9c9c9;
	box-shadow: 0px 3px 4px #c9c9c9;
}

.onSearch h2{
	margin-bottom:10px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(0,0,0,0.8);
}

.onSearch h2 strong{
	margin:0 0 0 4px;
	padding:4px;
	font-size:10px;
	background-color:#c00;
	color:#fff;
	position:relative;
	top:-2px;

	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.onSearch p{
	color:#fff;
}

.onSearch ul{
	display:table;
	width:100%;
	margin-top:6px;
	padding:6px 0;
	background:rgba(255,255,255,0.2);
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.onSearch li{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:table-cell;
	padding:0 2px;
	text-align:center;
	border-right:1px solid rgba(255,255,255,0.2);
	border-left:1px solid rgba(6,35,34,0.4);

}

.onSearch li:first-child{ border-left:none;}
.onSearch li:last-child{ border-right:none;}

.onSearch a{
	display:block;
	padding:2px 0;
	color:#fff;
}

/* ++++++++++++++++++++++++
	infoBox
+++++++++++++++++++++++++++ */

#m-nav2{
	padding:12px 6px;
}

#m-nav2 a{
	display:block;
	min-height:130px;
	padding:12px 24px 0 0;
	background:#fff url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px, auto;
	border:1px solid #bbb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.3);
	box-shadow:0 0 4px rgba(0,0,0,0.3);
	color:#333;
	position:relative;
}

#m-nav2 dl{ padding-left:104px; }

#m-nav2 dt{
	margin-bottom:6px;
	font-size:16px;
	font-weight:bold;
}

#m-nav2 dd{
	padding:2px 0 0;
	overflow:hidden;
	font-size:12px;
}

#m-nav2 dd:first-of-type {
	position:absolute;
	left:6px;
	top:6px;
}

#m-nav2 dd:first-of-type img{
	width:90px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#m-nav2 dd:nth-of-type(4){ padding-top:4px; border-bottom:none; }
#m-nav2 dd:nth-of-type(4) span{
  display:inline-block;
  width:60px;
  height:12px;
  margin:0 0 0 6px;
  font-size:0;
  line-height:0;
  text-align:left;
  vertical-align:middle;
	position:relative;
	top:-2px;
	background:url(../../images/smartphone/star0.png) no-repeat scroll 0 -12px transparent;
	background-size:60px 24px;
}

#m-nav2 dd:nth-of-type(4) span img{
  display:inline-block;
  width:60px;
  height:12px;
  margin:0;
  vertical-align:middle;
	background: url(../../images/smartphone/star0.png) no-repeat scroll 0 0 transparent;
	background-size:60px 24px;
}

#m-nav2 dd:nth-of-type(4) span.r0 img{ width:0; }
#m-nav2 dd:nth-of-type(4) span.r1 img{ width:6px; }
#m-nav2 dd:nth-of-type(4) span.r2 img{ width:12px; }
#m-nav2 dd:nth-of-type(4) span.r3 img{ width:18px; }
#m-nav2 dd:nth-of-type(4) span.r4 img{ width:24px; }
#m-nav2 dd:nth-of-type(4) span.r5 img{ width:30px; }
#m-nav2 dd:nth-of-type(4) span.r6 img{ width:36px; }
#m-nav2 dd:nth-of-type(4) span.r7 img{ width:42px; }
#m-nav2 dd:nth-of-type(4) span.r8 img{ width:48px; }
#m-nav2 dd:nth-of-type(4) span.r9 img{ width:54px; }
#m-nav2 dd:nth-of-type(4) span.r10 img{ width: 60px; }

#m-nav2 dd strong{
	padding-right:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ff6c00;
	font-size:16px;
}

/* ++++++++++++++++++++++++
	ref
+++++++++++++++++++++++++++ */
#ref{
	padding:10px 6px 6px;
	font-size:12px;
  overflow: hidden;
}

#ref img{
	width:100px;
	float:left;
	margin:-2px 10px 2px 0;
}

#map {
  width: 100%;
  height: 356px;
  background: #ccc;
}

#zoom-nav{
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;

  padding:12px 6px;
  background:#eee;
  border-top:1px dotted #bbb;
  border-bottom:1px solid #bbb;

  font-weight:normal;
  font-size:14px;
  line-height:1;
  overflow:hidden;
}

#zoom-nav li:nth-child(1),
#zoom-nav li:nth-child(3) {
  float: left;
  width: 25%;
}
#zoom-nav li:nth-child(2) {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 43px;
  font-weight: bold;
  color: #555;
}

#zoom-nav a{
  display:block;
  padding:14px 0;
  background-size:auto 24px;
  background-repeat:no-repeat;
  color:#c3c3c3;
  overflow:hidden;
  vertical-align:middle;
  font-weight:bold;
}

#zoom-nav li:nth-child(1) a{
  padding-left:30px;
  border-right:1px solid #ddd;
  background-image:url(../../images/smartphone/bt_r-l-gray.png);
  background-position:0 center;
}

#zoom-nav li:nth-child(3) a{
  padding-right:30px;
  text-align:right;
  border-left:1px solid #fff;

  background-image:url(../../images/smartphone/bt_r-r-gray.png);
  background-position:right center;
}

#zoom-nav li:nth-child(1) a[href]{ background-image:url(../../images/smartphone/bt_r-l.png) ; color:#011b8f; }
#zoom-nav li:nth-child(3) a[href]{ background-image:url(../../images/smartphone/bt_r-r.png) ; color:#011b8f; }

#notice_area {
  border: 2px solid #f77;
  padding: 5px 10px;
  margin: 0 6px 10px 6px;
  color: #000;
  font-size: 13px;
  line-height: 140%;
}

.idxBox{
	margin:6px 6px 12px;
	padding:1px;
	border:1px solid #bbb;
}

.idxBox h2{
	padding:8px 6px;
 	background:#023d65;
	position:relative;

	font-size:16px;
	line-height:1;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.8);
}

#jobNavi li{
	margin-top:1px;
	background:#fff;
	border-top:1px solid #bbb;
}

#jobNavi li >  a{
	display:block;
	position:relative;
	min-height:46px;
	margin:1px;
	padding:8px 26px 8px 8px;
	background:url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
  background-size: auto 13px;
}

#jobNavi dt{
	display:inline-block;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
	color:#000;
}
#jobNavi dt strong{
  display:inline-block;
  margin:0 0 0 4px;
  padding:2px 4px 1px;
  background:#c00;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  color:#F1F1F1;
  font-size:10px;
  font-weight: bold;
  line-height:1.3;
  vertical-align:top;
}

#jobNavi li >  a dd{
	line-height:1.4;
	font-size:12px;
	color:#000;
}
#jobNavi li > a dd:first-of-type{
	color:#666;
	margin-bottom:5px;
}
#jobNavi li > a dd:last-of-type{
	width:100%;
	overflow:hidden;
}
#jobNavi li > a dd:last-of-type p{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#jobNavi footer a{
  display:block;
  font-size:16px;
  font-weight:bold;
  padding:18px 6px 16px;
  text-align:center;
	background:#eee;
	border-top:1px dotted #bbb;
}

.caution{
	background:#fff8f8;
	margin:10px 6px;
	padding:10px;
	border:1px solid #cc0000;
	color:#cc0000;
	font-size:14px;
	line-height:1.4;
}

.theater_affil img{
	width:100%;
}

.nikkatsu_tieup a{
  height:40px;
  line-height:40px;
  font-weight:bold;
  border:1px solid #ccc;
  padding:5px 50px 5px 0;
  text-align:right;
  display:block;
  background:#eee url(../../images/smartphone/icon_slidebtn_arrow.png) no-repeat right center;
}

.infoLink{
	background:#f2f5f6;
	margin:10px 0;
}
.infoLink img{
	width:100%;
}

#theater > header .tCi{
	display:block;
	width:72px;
	height:100%;
	background:rgba(158,169,192,1.0);
	position:absolute;
	right:0;
	top:0;
	border-left:1px solid #9ea9c0;

	-webkit-box-shadow:1px 0 0 0 rgba(193,204,226,1) inset;
	-moz-box-shadow:1px 0 0 0 rgba(193,204,226,1) inset;
	box-shadow:1px 0 0 0 rgba(193,204,226,1) inset;
}


#theater .tCi .checkin-btn {
  display: block;
  width: 100%;
  height: 64px;
  margin: 8px auto 0;
  background: no-repeat url("../../images/smartphone/icon_checkin04.png") 0 0;
  background-size: 32px auto;
  border: none;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background-position: center top;
  padding-top: 20px;
}
#theater .tCi .checkin-btn.checked {
  background-image: url(../../images/smartphone/icon_checkin05.png);
}
#theater .tCi .checkin-btn.on {
  background-image: url(../../images/smartphone/icon_checkin05.png);
}
#theater > header .tCi span{
	margin-left:0;
}
#theater .tCi span.on img{
	background-position:0 -60px;
}
#theater > header .tCi strong{
	display:block;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}

/* sp eiga.com/theater の公開日*/
.theater-movie-release-date strong{
  color: #c00;
  font-weight: normal;
}
/* sp ユーザー評価 */
.theater-rating li span{
  display:inline-block;
  width:60px;
  height:12px;
  font-size:0;
  line-height:0;
  text-align:left;
  vertical-align:middle;
  background:url(../../images/smartphone/star0.png) no-repeat scroll 0 -12px transparent;
  background-size:60px 24px;
}

.theater-rating li span img{
  display:inline-block;
  width:60px;
  height:12px;
  margin:0;
  vertical-align:middle;
  background: url(../../images/smartphone/star0.png) no-repeat scroll 0 0 transparent;
  background-size:60px 24px;
}

.theater-rating .r00 img{ width:0; }
.theater-rating .r05 img{ width:6px; }
.theater-rating .r10 img{ width:12px; }
.theater-rating .r15 img{ width:18px; }
.theater-rating .r20 img{ width:24px; }
.theater-rating .r25 img{ width:30px; }
.theater-rating .r30 img{ width:36px; }
.theater-rating .r35 img{ width:42px; }
.theater-rating .r40 img{ width:48px; }
.theater-rating .r45 img{ width:54px; }
.theater-rating .r50 img{ width:60px; }

.li-rating{
  top:-2px;
  padding: 0 !important;
}

/* ============================================.
    auシネマ割、auマンデイ
 ============================================ */
#flickList .theater-head li a {
  padding-right: 5px !important
}
.theater-head dt {
  display: flex
}
.au-monday-logo, .au-cinema-logo, .au-wednesday-logo {
  position: relative;
  bottom: 5px;
  margin: 0 0 0 auto;
  padding-left: 5px
}
.au-monday-logo img, .au-cinema-logo img {
  width: 75px
}
.au-wednesday-logo img {
  height: 10.67px;
}
#flickList .au-monday-btn a, #flickList .au-cinema-btn a, #flickList .au-wednesday-btn a {
  padding: inherit !important;
}
.au-monday-btn, .au-cinema-btn, .au-wednesday-btn {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 97%;
  margin: 0 auto;
}
#theater #flickList .au-monday-btn, #theater #flickList .au-cinema-btn, #theater #flickList .au-wednesday-btn {
  margin-top: -5px;
  margin-bottom: 15px
}
#theater .au-monday-btn, #theater .au-cinema-btn, #theater .au-wednesday-btn {
  margin-top: 15px;
}
#show_results .au-monday-btn, #show_results .au-cinema-btn, #show_results .au-wednesday-btn {
  margin-bottom: 15px
}
.au-monday-btn p, .au-cinema-btn p, .au-wednesday-btn p {
  margin-bottom: 5px
}
.au-monday-btn {
  color: #EA5504
}
.au-cinema-btn {
  color: #21AEE5
}
.au-wednesday-btn {
  color: #0D4A9E;
}
.au-monday-btn img, .au-cinema-btn img, .au-wednesday-btn img {
  width: 100%
}

.imax-theater-head, .imax-theater-head a, .imax-theater-head a span:first-of-type {
  display: flex
}
.imax-theater-head div {
  margin-bottom: 10px
}
.imax-theater-head a span:first-child {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  left: 6px;
  top: 4px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  border: 1px solid #a71a1a;
  -webkit-box-shadow: inset 0px 0px 1px 0 #fff;
  -moz-box-shadow: inset 0px 0px 1px 0 #fff;
  box-shadow: inset 0px 0px 1px 0 #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #de3333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f44a4a), to(#cb2222));
  background-image: -moz-linear-gradient(top, #f44a4a, #cb2222);
  background-image: -ms-linear-gradient(top, #f44a4a, #cb2222);
  background-image: -o-linear-gradient(top, #f44a4a, #cb2222);
  background-image: linear-gradient(top, #f44a4a, #cb2222);
  margin-right: 6px
}
.imax-theater-head a span h4 {
  font-size: 16px;
  color: #000
}
.imax-theater-head a span {
  font-size: 11px;
  color: #555;
  width: 95%
}
.imax-au-logo {
  margin: 0 0 0 auto
}
#prefList .au-monday-logo, #prefList .au-cinema-logo {
  left: inherit;
}
