@charset "UTF-8";

/* MOVIL */

#title img {
	vertical-align: baseline;
}

/* LOCAL NAVI */

#local-mypage-aside {
	margin-right: 20px;
}
#menu {
	margin-right: 20px;
}

#local {
	margin-bottom: 20px;
}

#local ul li {
	background: #FFF;
	margin-bottom: 2px;
}

#local ul li a {
	color: #FFF;
	background: #4DA7D8;
	display: block;
	height: 45px;
	padding-top: 20px;
	padding-left: 20px;
}
#local ul li a:hover {
	opacity: 0.8;
}

/* MYPAGE */

#mypage {
	background: #FFF;
	padding: 20px;
	padding-top: 30px;
	margin-bottom: 20px;
}

#mypage h2 {
	margin-bottom: 30px;
	font-size: 100%;
}
#mypage img {
	float: left;
	/* width: 130px; */
	margin-right: 10px;
	margin-bottom: 20px;
}
#mypage p {
	margin: 0;
	font-size: 90%;
}

#login {
	clear: both;
}

#login p {
	color:  #4DA7D8;
	margin-bottom: 10px;
	line-height: 150%;
	/* text-align: center; */
}

#login button {
	width: 120px;
	font-size: 100%;
	font-weight: bold;
	background: #4DA7D8;
	/* background: url(/img/home/theatres_bg.png); ie7,8 bugfix */
	color: #FFF;
	padding: 5px 0;
	border: none;
}
#mypage .more {
	clear: both;
	margin: 0;
	line-height: 190%;
	text-align: right;
}

#mypage .more a:after {
	content: ">";
	background: #4DA7D8;
	color: #FFF;
	/* font-weight: bold; */
	padding: 2px 5px;
	margin-left: 10px;
}
#mypage .more a:hover:after {
	opacity: 0.8;
}

/* ASIDE MENU */

#menu aside ul li {
	background: #FFF;
	margin-bottom: 2px;
}
#menu aside ul li a {
	display: block;
	padding: 10px 20px;
}
#menu #sns a {
	color: #4DA7D8;
}
#menu #sns a:hover {
	color: #FF8B60;
}

#menu #sns .link a {
	color: #555;
}
#menu #sns .link a:hover {
	color: #4DA7D8;
}

/* MAIN */

#main {
	background: #FFF;
}

/* TOP BANNER */

#slide-banner {
	margin-bottom: 20px;
	/*border-bottom: 20px solid rgba(238,238,238,0);*/
}

#imax-banner {
	/* margin-bottom: 20px; */
	border-bottom: 20px solid rgba(238,238,238,0);
}
#imax-banner img,
#imax-banner-half img,
#fdx-banner-half img {
	vertical-align: bottom;
}

#imax-banner-half {
	float: left;
	/* margin-bottom: 20px; */
	border-bottom: 20px solid rgba(238,238,238,0);
}
#fdx-banner-half {
	float: right;
	/* margin-bottom: 20px; */
	border-bottom: 20px solid rgba(238,238,238,0);
}

/* INFORMATION */

#info-important h2 {
	margin-bottom: 30px;
	font-size: 100%;
}

#info-important {
	background: #FFF;
}

#info,
#important {
	padding: 30px;
	word-break: break-all;
}
#important {
	padding-top: 0;
}


#info ul {
	clear: both;
}
#info-important li {
	/* list-style: disc;
	list-style-position: inside; */
	margin-bottom: 0.5em;
}

#info-important li h3 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

#info-important li time {
	color: #999;
	font-size: 80%;
	white-space: nowrap;
	font-family: 'Monda', sans-serif;
}
#important,
#important a {
	color: #4DA7D8;
}

#local-mypage,
#info-important {
	margin-bottom: 30px;
}

/* SCHEDULE */

#schedule {
	background-color: #FFF;
	margin-bottom: 30px;
	padding: 20px;
	padding-top: 30px;
}
#schedule h2 {
	margin-bottom: 30px;
	font-size: 100%;
}

#schedule #schedule-theatre {
	clear: both;
	margin-bottom: 20px;
}
#schedule #schedule-theatre h3 {
	font-size: 200%;
	font-weight: normal;
	display: inline;
	margin-right: 20px;
}
#schedule #schedule-theatre p {
	font-family: 'Monda', sans-serif;
	color: #999;
	display: inline;
}

/* SCHEDULE INFO */

#schedule #schedule-info p strong {
	color: #FF8B60;
	font-weight: normal;
}
#schedule #schedule-info p a {
	color: #4DA7D8;
}

/* CALENDER */

#calender {
	/* margin: 0 auto;
	width: 920px; */
}

#calender #prev {
    float: left;
	width: 35px;
}
#calender #next {
    float: left;
	width: 35px;
}
#next .next,
#prev .prev {
	color: #FFF;
	background-color: #4DA7D8;
	border: none;
    width: 34px;
	height: 170px;
}
#next .next:disabled,
#prev .prev:disabled {
	color: #4DA7D8;
}
#next .next {
	float: right;
}

#calender .viewport {
    float: left;
    width: 850px;
	height: 187px;/* 170+17 scroll bar */
    overflow: auto;
	position: relative;/* IE6,7 bugfix */
}

#calender .flipsnap {
    /* 320px(item width) * 3(item count) */
}

#calender .flipsnap:after { /* for android */
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#calender .item {
	display: block;
	position: relative;
    float: left;
    width: 168px;
	height: 170px;
    background: #f6f6f6;
    color: #999;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#calender .item time {
	font-family: 'Monda', sans-serif;
	font-size: 46px;
	padding: 2px;
}
#calender .item a {
	display: block;
	height: 170px;
    background: #4DA7D8;
    color: #FFF;
}
#calender .item a:hover {
    opacity: 0.8;
}
#calender .item a.today {
    background: #FF8B60;
}
#calender .item a.none {
    background: #CCC;
}

/* .item:first-child a {
    background: #FF8B60;
} */
#calender .item.current a {
    background: #FF8B60;
}

#calender .serviceday {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#calender .serviceday div {
	margin: 2px;
	padding: 2px;
	font-size: 15px;
	background: url(/img/theatres/serviceday_bg-trans.png);
	/* background: rgba(255,255,255,0.5); */
}

/* TIME TABLE */

#schedule,
.movie,
#notes {
	clear: both;
}

/* NOTES */

#notes {
	font-size: 80%;
}


/* clearfix */

#mypage:after,
#calender:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/* RESPONSIVE */

@media only screen and (max-width: 480px) {

	/* MARGIN */

	#menu,
	#info-important {
		margin-bottom: 5px;
	}

	/* MEMU */

	#local {
		margin-bottom: 1px;
	}
	#local ul {
		overflow: auto;
	}

	#local ul li {
		float: left;
		width: 50%;
		margin: 0;
		background: none;
	}

	#local ul li:first-child {
		width: 100%;
	}
    
	#local ul li:nth-child(even) {
		padding-right: 1px;
	}
	#local ul li:nth-child(-n+6) {
		padding-bottom: 1px;
	}
	#local ul li a {
		padding: 8px;
		height: 35px;
	}
	#local ul li a img {
		height: 100%;
		width: auto;
		display: block;
	}
	#sns ul li a img {
		width: 1.5em;
		height: auto;
		vertical-align: middle;
	}

	#menu aside ul {
		font-size: 0;
	}
	#menu aside ul li {
		/*display: inline-block;*/
		display: block;
		float: left;
		width: 33.3%;
		font-size: 0.6rem;
		border-right: 1px solid #eee;
		margin-bottom: 1px;
	}
	#menu aside ul li a {
		padding: 5px 10px;
	}

	#menu aside ul li:nth-child(3n) {
		border: none;
	}

	#mypage,
	#info ul {
		display: none;
	}
	#imax-banner {
		border-bottom: 0;
		margin-bottom: 5px;
	}
	#info {
		padding: 20px 15px;
		overflow: auto;
	}
	#info-important h2 {
		margin-bottom: 0;
	}
	#info h2 img {
		height: 1.8em;
		width: auto;
	}
	#important {
		padding: 5px 15px;
	}
	#important h2 {
		display: none;
	}
	#important ul {
		font-size: 0.8rem;
	}
	#important ul li span {
		background: #4DA7D8;
		color: #FFF;
		font-size: 0.8em;
		padding: 2px 4px 0;
		white-space: nowrap;
	}

	/* SLIDE BANNER */

	#slide-banner {
		border-bottom: 0;
		margin-bottom: 5px;
	}

	/* TOP BANNER */

	#imax-banner-half,
	#fdx-banner-half {
		border-bottom-width: 5px;
	}
	#imax-banner-half,
	#fdx-banner-half {
		width: 50%;
	}
	#imax-banner-half {
		padding-right: 2px;
	}
	#fdx-banner-half {
		padding-left: 3px;
	}
	#imax-banner-half img,
	#fdx-banner-half img {
		width: 100%;
	}

	/* SCHEDULE */

	#schedule {
		padding: 30px 0 20px;
		margin-bottom: 5px;
	}
	#schedule h2 img {
		height: 2em;
		width: auto;
	}
	#schedule header,
	#schedule #schedule-theatre,
	#schedule #schedule-info {
		padding: 0 15px;
	}
	#schedule #schedule-theatre h3 {
		font-size: 1rem;
		font-weight: bold;
	}
	#schedule #schedule-theatre p,
	#schedule header .more {
		display: none;
	}
	#schedule #schedule-info p {
		font-size: 0.8rem;
	}

	/* CALENDAR */

	#calender .viewport {
		width: 80%;
		height: 85px;
	}
	#calender #prev,
	#calender #next {
	  width: 10%;
	}
	#next .next,
	#prev .prev {
	  width: 100%;
	  height: 85px;
	}
	#calender .item {
	  width: 85px;
	  height: 85px;
	  font-size: 11px;
	}
	#calender .item a {
		height: 85px;
	}
	#calender .item time {
		font-size: 17px;
	}
	#calender .serviceday div {
		font-size: 8px;
		line-height: 1.5;
	}
	#notes {
		font-size: 0.6rem;
		padding: 0 15px;
	}

}
