﻿	@media screen and (min-width: 737px) {

			#theaterShowtimeBlock ul  {
				width: 46%;
				float: left;
				/*margin-top: 20px;*/
				margin: 10px 2px 2px 2px;
				border: solid 0px #999;
				height:100%;
			}

			#theaterShowtimeTable li {
				color: #606060;
				font-size: 0.95em;
				line-height: 1.6em;
			}

			#filmShowtimeBlock ul  {
				width: 19%;
				float: left;
				/*margin-top: 20px;*/
				margin: 10px 2px 2px 2px;
				border: solid 0px #999;
				height:100%;
			}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

			#theaterShowtimeBlock ul  {
				width: 46%;
				float: left;
				/*margin-top: 20px;*/
				margin: 10px 2px 2px 2px;
				border: solid 0px #999;
				height:100%;
			}

			#theaterShowtimeTable li {
				color: #606060;
				font-size: 0.95em;
				line-height: 1.6em;
			}

			#filmShowtimeBlock ul  {
				width: 19%;
				float: left;
				/*margin-top: 20px;*/
				margin: 10px 2px 2px 2px;
				border: solid 0px #999;
				height:100%;
			}

	}

	@media screen and (max-width: 736px) {

			#theaterShowtimeBlock ul  {
				width: 90%;
				/*float: left;*/
				/*margin-top: 20px;*/
				margin: 10px 2px 2px 2px;
				border: solid 0px #999;
				height:100%;
			}

			#theaterShowtimeTable li {
				text-align: center;
				color: #606060;
				font-size: 1.05em;
				line-height: 1.6em;
			}

			#filmShowtimeBlock ul  {
				width: 40%;
				float: left;
				/*margin-top: 20px;*/
				margin: 10px 2px 2px 2px;
				border: solid 0px #999;
				height:100%;
			}

	}

/*** --------------------------- ***/  
		.image.TaiwanPhoto {
			margin: 40px 20px;
			box-shadow: 4px 4px 4px rgba(160,160,120,0.6);
			border:0px solid #a9a9a9;
			border-radius: 12px;
			text-align: center;
			width: auto;
			height: auto;
			max-width: 100%;
		}

	ul.theaterArea  {
		text-align: center;
		font-size: 0.8em;
		border: solid 1px #999;
		padding:2px;
		margin-top: 20px
	}

	ul.theaterArea li {
		display: inline-block;
		margin: 0 0 0 1em;
		
	}

	ul.theaterArea li:first-child {
			margin-left: 0;
	}

#theaterList ul {
	margin:  0;
}

#theaterList li.type0 {
	font-weight: bold;
	color:#511;
	border-bottom: none;
	margin-top: 20px;
}

#theaterList li {
	margin: 2px 0 0px 0;
	font-size:0.95em;
	border-bottom: 1px solid #999;
}

#theaterList li > ul li:first-child {
	margin-left: 2em;
}

#theaterList li > ul li {
	font-size: 0.9em;
	display: inline-block;
	font-weight: none;
	margin-left: 1em;
	border-bottom: none;
}



#theaterShowtimeTable li.filmTitle  {
	width: 85%;
	color: #082960;
	font-weight: bold;
	background-color:#CCE4C8;
	font-size: 1.25em;
	text-align:center;
	padding-bottom: 4px;
	border-radius: 6px;
	border: solid 1px #BBB;
}

#theaterShowtimeTable li.filmVersion {
	color: #966;
	font-size: 0.85em;
}


#theaterShowtimeTable li.theaterElse {
	/* background: #C4C7C8; */
	border: solid 1px #ccc;
	font-size:0.85em;
	margin-top: 0.5em;
	width:7em;
	padding: 0 0.5em;
}

#theaterShowtimeBlock div.oneLine  {
	clear: left;
	width: 86%;
	margin: 15px 0;
	border-bottom: solid 1px #906633;
}


#filmShowtimeBlock div.oneLine  {
	clear: left;
	width: 96%;
	margin: 15px 0;
	border-bottom: solid 1px #906633;
}

#filmShowtimeBlock li  {
	text-align:center;
	font-size:0.9em;
	color: #606060;
	line-height: 1.6em;
}

#filmShowtimeBlock li.theaterTitle  {
	width: 95%;
	color: #082960;
	font-weight: bold;
	background-color:#CCE4C8;
	font-size: 0.95em;
	text-align:center;
	padding-bottom: 4px;
	border-radius: 6px;
	border: solid 1px #BBB;
}

#filmShowtimeBlock li.filmVersion  {
	color: #966;
	font-size:0.8em;
}

.theaterSelect {
	margin-top: 10px;
}

.runtimeText {
	font-size: 0.8em;
	color: #606088;
}		

.update{
	font-size: 0.8em;
	text-align: center;
}
		.image.filmListPoster {
			float: left;
			margin: 0 20px 0 5px;
			width: 160px;
			border-radius: 12px;
			border: solid 2px #969633;
			box-shadow: 6px 10px 4px rgba(140,140,120,0.8);
		}

.ticket {
	background: transparent url("/images/ding01.gif") 55px center no-repeat;
	/*padding-left:30px;*/
}

.noticket {
	/*padding-left:30px;*/
}

		ul.filmListAll2 li {
			background: transparent url("/images/list30.png") no-repeat;	
			padding-left: 30px;
			display: block;
			margin: 0.5em 0;
			font-size: 1.2em;
			line-height: 1.6em;
			border-bottom: solid 1px #ccc;
			width: 100%;			
		}

		ul.filmListAll2 li.header {
			background: #e0e0e0;	
			color: #666;
			font-weight:600;
		}

		ul.filmListAll2 .listAllRuntime {
			float: right;
			margin-right: 10px;
			font-size: 0.7em;
			color: #899;			
		}
		
		.theaterboard {
			border: 1px solid #a4a4a4;
			background: #d9d9d9;
			padding: 8px;
			margin-bottom: 10px;
		}