@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

#header, #footer {
	width: 100%;
	min-width: 960px;
}

#header a, #footer a {
    text-decoration: none;
    color: #555;
}

#top,
#top *,
#global,
#global *,
#sitemap,
#sitemap *,
#footer-sub *,
#footer-bottom * {
    font-family: sans-serif;
}

.in_109 {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

select {
    font-size:16px;
    margin: 0;
    vertical-align: baseline;
}

/* HEADER */

#header {
	background: #333;
}

#top {
	height: 55px;
}

#top h1 {
	float: left;
	margin: 10px;
	margin-left: 5px;
	color: #FFF;
	font-size: 100%;/* bugfix */
}
#top small {
	color: #CCC;
}

#shoulder {
	float: right;
	margin: 10px 0;
	/* display: none; javascript */
}
#shoulder noscript {
	color: #666;
	font-size: 80%;
}
#shoulder select {
	margin-top: 5px;
}

/* NAVI */

#global {
	overflow: hidden;
	padding:30px 0 0 0;
    background: #EEE;
}
#global ul {
	width: 966px;
	height: 125px;
	background: url(https://109cinemas.net/img/navi_bg.png) no-repeat;
	margin-bottom: 20px;
}

#global ul li {
	float: left;
	display: block;
	width: 156px;
	margin-right: 5px;
	/* border: 1px dotted #CCCCCC; */
}
#global ul li a {
	display: block;
	height: 115px;
	position: relative;
}

#global ul li a:hover img {
	opacity: 0;
}

/* FOOTER */

#pagetop {
	text-align: right;
	font-size: 90%;
	font-family: 'Monda', sans-serif;
	margin-bottom: 10px;
}

#pagetop a:after {
	content: "^";
	background: #333;
	color: #FFF;
	/* font-weight: bold; */
	padding: 2px 6px 0 6px;
	margin-left: 10px;
	margin-right: 5px;
	vertical-align:sub;
}
#pagetop a:hover:after {
	opacity: 0.8;
}

#footer {
	background: #FFF;
	clear: both;
}

#sitemap {
	padding: 30px 0;
}

#sitemap-logo {
	font-size: 85%;
	margin-bottom: 30px;
}
#sitemap-logo .theatre-select {
	margin-top: 20px;
	width: 150px;/*new*/
	margin: 0 10px;
}
#sitemap dl {
	float: left;
	width: 230px;
	padding-left: 9px;
	border-left: 1px solid #CCC;
	line-height: 180%;
}
#sitemap dl dt {
	font-weight: bold;
}
#sitemap dl dd {
	font-size: 85%;
}
#sitemap dl dd:before {
	content: "・";
}
#footer-sub {
	clear: both;
	/*color: #FFF;*/
	background: #bbb;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

#footer-bottom {
	clear: both;
	color: #FFF;
	background: #333;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

#footer-bottom * {
	color: #FFF;
	font-size:12.75px;
}

/* clearfix */

#top:after,
#theatres:after,
#theatres dl dd:after,
#pickup:after,
#links:after,
#sitemap:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

@media screen and (max-width:640px) {

	.in_109 {
		width: 100%;
		overflow: auto;
		clear: both;*/
	}

	/* BASE */
	
	#header, #footer {
		width: 100%;
		min-width: 100%;
	}
	
	#top, #global, #contents, #pagetop, #sitemap {
		width: 100%;
		overflow: auto;
		/*margin: 0 auto;
		clear: both;*/
	}
	
	/* HEADER */
	
	#header {
		/*background: #333;*/
		margin-bottom: 0;
	}
	
	#top {
		height: auto;
		overflow: auto;
	}
	
	#top h1 {
		float: none;
		/*margin: 10px;
		margin-left: 5px;
		color: #FFF;
		font-size: 100%;*/
		text-align: center;
	}

	#shoulder {
		display: none;
	}

	/* NAVI */
	
	#global ul {
		width: 100%;
		height: auto;
		/*background: url(/img/navi_bg.png) no-repeat; */
		margin-bottom:0;
		background-size: 120%;
		background-position: top right;
		overflow: auto;
	}
	
	#global ul li:first-child {
		display: none;
	}
	
	#global ul li {
		width: 20%;
		margin-right: 0;
		/*float: left;
		display: block;*/
	}
	#global ul li a {
		height: auto;
		/*display: block;
		position: relative;*/
	}
	#global ul li img {
		width:100%;
	}
	body.home #global .home a:after,
	body.nowshowing #global .nowshowing a:after,
	body.comingsoon #global .comingsoon a:after,
	body.events #global .events a:after,
	body.service #global .service a:after,
	body.tickets #global .tickets a:after {
		border-top: none;
	}

	#global {
		padding:0;
	}

	/* FOOTER */
	
	#pagetop {
		display: none;
		position: fixed;
		bottom: 75px;
		right: 10px;
		width: 35px;
		opacity: 0.8;
	}

	#pagetop a {
		font-size: 0;
		color: transparent;
		display: block;
		width: 32px;
		height: 32px;
		background: url(/img/arrow-144-64.png);
		background-size: 32px 32px;
	}
	#pagetop a:after{
		display: none;
	}

	#sitemap-logo {
	  margin: 0 20px 10px;
	}
	#sitemap-logo .theatre-select {
		margin: 10px 0;
		display: block;
	}
	#sitemap dl {
		width: 240px;
		padding-left: 20px;
		border: none;
	}
	#footer-sub {
		padding: 0 10px;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#footer-sub small {
		white-space: nowrap;
	}

}
