@charset "utf-8";

.list ul > li {
	position: relative;
	background-image: none;
	background-color: #1c1c1c;
	border-bottom: solid 1px #3e3e3e;
}
.list ul > li > .outer {
	margin: 0;
	padding: 2% 24px 2% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list ul > li > .outer::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	width: 9px;
	height: 13px;
	margin: auto;
	content: "";
	background: url(iconNavArrow.png) no-repeat 0 0;
	-webkit-background-size: 9px 13px;
	-moz-background-size: 9px 13px;
	background-size: 9px 13px;
}
.list ul > li > a.outer {
	display: block;
	width: 100%;
	background: none;
	text-decoration: none;
	color: #fff;
}
.list ul > li > .outer > .inner {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.list ul > li > .outer .thumb-cell {
	display: table-cell;
	width: 72px;
	vertical-align: top;
}
.list ul > li > .outer .thumb-cell .thumb {
	width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	vertical-align: top;
}
.list ul > li > .outer .thumb-cell .movie-button {
	display: block;
	margin-top: 2px;
	text-decoration: none;
	border: solid 1px #007aff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.list ul > li > .outer .thumb-cell .movie-button .inner {
	display: block;
	font-size: 13px;
	line-height: 22px;
	color: #007aff;
	text-align: center;
	font-weight: bold;
}
.list ul > li > .outer .text-cell {
	display: table-cell;
	padding: 0 0 0 2%;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list ul > li > div.outer .text-cell {
	color: #fff;
}
.list ul > li > .outer .list-hall-name {
	margin: 0 0 1%;
	padding: 0;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
}
.list ul > li > .outer .list-hall-address {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: normal;
}
.list ul > li > .outer .list-hall-ads {
	margin-top: 5px;
	padding: 2%;
	background-color: #666;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	word-break: break-all;
}
.hall-more-link {
	background-color: #1c1c1c;
	color: #fff;
}

/* 既存css修正 */
.footer-block {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}