@charset "utf-8";

/*===================================================
*
*	Page Theater Top Page Style CSS
*	Site https://www.unitedcinemas.jp
*
====================================================*/

a.btn {
	display: block;
}

.btn .arw {
	cursor:pointer;
}


/*-- チケット購入
----------------------------------------------------*/

div.uol_title {
	overflow: hidden;
	padding: 15px 5px;
}

div.uol_title h2.uol_logo {
	float: left;
	width: 195px;
}

div.uol_title p.uol_catch {
	float: right;
	width: 409px;
}

body#theaterticket div.ticket_important {
	margin: 0px 0px 10px;
	position: relative;
}


/* 映画を探す
-----------------------------------*/

div.calendarSection {
	border: 1px solid #9c9c9c;
	background: #FFF;
	margin: 0px 0px 10px;
}

div.calendarSection h3 {
	font-size: 184%;
	font-weight: bolder;
	border-bottom: 1px solid #9c9c9c;
	color: #000;
	padding: 12px 8px 8px;
	text-shadow: #FFFFFF 1px 1px 0px;/* 文字の影 */
	background: url(/image/common/bg_btn_56.gif) 0 50% repeat-x #eee;
	text-align: center;
}

div.calendarSection h4 {
	margin-bottom: 5px;
	float: left;
	width: 350px;
}

div.calendarSection p.infoText {
	float: right;
	text-align: right;
}

div.calendarSection p.scheduleUpdate a{
	background:url(/image/common/arrow_s.gif) left center no-repeat;
	padding:0px 0px 0px 12px;
}

div.calendarSection form {
	clear: both;
}

div.calendarSection form select {
	width: 500px;
}


/* カレンダー
-----------------------------------*/

table#scheduleCalender{
	width: 608px;
	margin-bottom: 10px;
	clear: both;
}

table#scheduleCalender th,
table#scheduleCalender td{
	padding: 4px 5px 3px;
	line-height: 1.1em;
	font-size: 100%;
	text-align: center;

}

table#scheduleCalender td a{
	font-weight: bolder;
	text-decoration: none;
}

table#scheduleCalender td.activeDay a {
	color: #444;
}

table#scheduleCalender td.activeDay a:hover {
	color: #C00;
}


/* チケット購入履歴
-----------------------------------*/

div.ticketInquiry {
	/* 背景 */
	background:#FFF;
	/* border */
	border:1px solid #9c9c9c;
	border-radius:4px;
	-webkit-border-radius: 4px; /* Safari, Chrome用 */
	-moz-border-radius:4px; /* Firefox用 */
	padding: 10px;
	margin: 0 0 16px;
	overflow: hidden;
}

div.ticketInquiry p.text {
	width: 300px;
	float:left;
	padding-top: 5px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 125%;
}

div.ticketInquiry p.btnTicketInquiry{
	width: 230px;
	float:right;
	display: table-cell;
}


/* 購入フロー
-----------------------------------*/

ul.pattern {
	overflow: hidden;
	margin: 10px 0px 20px;
}

ul.pattern li {
	float: left;
	width: 201px;
	padding: 0px 4px;
}


/* U-ONLINE詳細
-----------------------------------*/

ol.uol_detail li {
	margin-bottom: 10px;
}

ol.uol_detail li.last {
	margin-bottom: 0px;
}

p.clubspice_banner {
	margin-bottom: 10px;
}
