@charset "shift_jis";

/*===================================================
*
*	Schedule page style CSS
*	Site https://www.unitedcinemas.jp
*	Last Update 2007-09-11
*
====================================================*/

/* Common
-----------------------------------*/

div#main {
	padding-bottom: 40px;
	margin-bottom: 10px;
	zoom: 1;
}

div#scheduleMenu {
	position: relative;
	zoom: 1;
}

ul#tabMenu {
	padding: 0 0 13px 5px;
}

ul#tabMenu li {
	display:inline;
}

body.toyosu div#spiceBannerArea ul li{
	margin-bottom:5px;
	margin-top:5px;
}


/* Weekly shedule
-----------------------------------*/

/* today shedule 2012/06 update start
---------------------------------------------------------------------------------------------------------*/
.scheduleLeft{
	width: 326px;
	float: left;
}

h3.todayScheduleTitle{
	background: url("/image/common/line_dot_black.gif") repeat-x 0 bottom ;
	padding: 5px 0 7px;
	margin-bottom:10px;
	clear: both;
}

h3.todayScheduleTitle span {
	padding: 3px 12px;
	border-left: 5px solid #151587;
}

p.scheduleUpDate{
	position: absolute;
	top: 3px;
	*top: 10px;
	right: 0;
}

.scheduleCalendar{
	background: url("/image/schedule/calendar/bg_select_schedule.gif") left center no-repeat;
	width: 326px;
	height: 169px;
	margin: 0;
	padding: 4px 0 0 0;
	*padding: 7px 0 0 0;
}

table#scheduleCalenderToday{
	background: url("/image/schedule/calendar/bg_calendar.gif") left center no-repeat;
	clear: both;
	width: 316px;
	height: 158px;
	margin: 4px 0 0 5px;
	*margin: 9px 0 0 5px;
	padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
table#scheduleCalenderToday{
	background: url("/image/schedule/calendar/bg_calendar.gif") left center no-repeat;
	clear: both;
	width: 316px;
	height: 162px;
	margin: 4px 0 0 5px;
	padding: 0;
}
}

table#scheduleCalenderToday tr{
	margin: 0;
	padding: 0;
	border-style: none;
}

table#scheduleCalenderToday tr td{
	color: #cccccc;
	border-style: none;
}

table#scheduleCalenderToday a{
	text-decoration: none;
}

table#scheduleCalenderToday tr th{
	margin: 0;
	*padding: 2px 0 20px 0;
	padding: 0;
	width: 45px;
	height: 18px;
	border-style: none;
	background: none;
	color: #FFFFFF;
}

table#scheduleCalenderToday tr td.activeDay{
	background: url("/image/schedule/calendar/bg_activeday.gif") center top no-repeat;
	margin: 0;
	padding: 0;
	width: 45px;
	height: 34px;
	text-align: center;
	border-collapse: collapse;
	cursor:pointer;
}

table#scheduleCalenderToday tr td.activeDay a{
	cursor:pointer;
}

table#scheduleCalenderToday tr td.today a{
	color: red;
	cursor:pointer;
}

table#scheduleCalenderToday tr td{
	margin: 0;
	padding: 0;
	width: 45px;
	height: 34px;
	text-align: center;
}

table#scheduleCalenderToday tr td span.month{
	font-size: 75%;
}

table#scheduleCalenderToday tr td span.date{
	font-size: 125%;
	font-weight: bold;
	letter-spacing: -1px;
}

table#scheduleCalenderToday tr td span.dateToday{
	color: red;
}

.scheduleRight{
	width: 326px;
	float: right;
}

.scheduleRight p{
	line-height: 1.2;
	padding: 0 0 10px 0;
}

.scheduleRight p.textIconDetail a:hover{
	color: #333333;
}

.scheduleRight p.babyRuleImg{
	margin: -3px 0 0 0;
	*margin: -5px 0 0 0;
}

.scheduleRight p.babyRuleImg img{
	padding: 0 0 3px 0;
}

.iconList{
	clear: both;
	padding: 12px 0 25px 0;
	*padding: 12px 0 12px 0;
	*margin: -30px 0;
}

p.iconAttentionText{
	font-size: 10px;
	float: left;
	padding: 5px 0 10px 0;
}

p.textIconDetail{
	float: right;
	padding: 5px 0 10px 0;
}

p.textIconDetail img{
	vertical-align: center;
}

/* Today shedule 2012/06 Update End
---------------------------------------------------------------------------------------------------------*/

img.scheduleIcon {
	vertical-align: middle;
}

div#showManner {
	background: #ab1712;
	color: #FFF;
	border: 5px solid #590B08;
	margin-bottom: 10px;
}

div#showManner a{
	background: #ab1712;
	color: #FFF;
	margin-bottom: 10px;
}


div#showManner img.babyIcon {
	border: 2px solid #FFF;
	margin: 0 1px;
	vertical-align: middle;
}

div#showManner h2 {
	background: #590B08;
	padding-bottom: 5px;
	text-align: left;
}

div#showManner h3 {
	background: #ab1712;
}

div#showManner h3 img {
}

div#showManner div.section {
	margin: 10px 10px;
	background: #ab1712;
}

p#baby a {
color:#FFFFFF;
}

div#uolInfoBox {
	border: 5px solid #666;
	padding: 0 0 10px 0 ;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
	font-size: 93%;
	clear: both;
}

*html div#uolInfoBox {
	zoom: 1;
}

div#uolInfoBox p#ticketConfirm {
	position: absolute;
	bottom: 5px;
	left: 10px;
}

div#uolInfoBox h2 {
	position: absolute;
	padding: 10px 0 0 10px;
}

.uolLinkText {
	font-size: 88%;
	font-weight:normal;
}

div#uolInfoBox ul#uolNoteList {
	padding: 10px 0 30px 140px;
}

body.scheduleWeek div#uolInfoBox ul#uolNoteList {
	padding-bottom: 20px;
}

div#uolInfoBox ul#uolNoteList li {
	padding-bottom: 5px;
}

div#uolInfoBox ul#uolNoteList li strong {
	color: #900;
}

div#uolInfoBox dl#uolSeatInfo01 {
	padding-left: 140px;
	display: inline;
}

div#uolInfoBox dl#uolSeatInfo01 dt,
div#uolInfoBox dl#uolSeatInfo01 dd {
	display: inline;
}


div#uolInfoBox dl#uolSeatInfo02 {
	display: inline;
}

div#uolInfoBox dl#uolSeatInfo02 dt,
div#uolInfoBox dl#uolSeatInfo02 dd {
	display: inline;
}

div#uolInfoBox dl#uolSeatInfo03 {
	position: absolute;
	top: 10px;
	_top: 15px;
	left: 650px;
	font-size: 84%;
}

div#uolInfoBox dl#uolSeatInfo03 dt {
	position: absolute;
	padding: 2px;
}

div#uolInfoBox dl#uolSeatInfo03 dd {
	padding: 2px 0 2px 18px;
}

div#uolInfoBox p#showNotes {
	position: absolute;
	top: 6.4em;
	left: 650px;
	font-size: 84%;
	font-weight: normal;
}

div#uolInfoBox p#howUseIcon {
	position: absolute;
	top: 8em;
	left: 650px;
	font-size: 84%;
	padding-left: 10px;
	margin:16px 0;
}

div#weeklyTable table {
	border: 5px solid #666;
	width: 835px;
	margin-left: 3px;
}

*html div#weeklyTable table {
	width: 840px;
	margin: 0;
}

*+html div#weeklyTable table {
	width: 840px;
	margin: 0;
}


div#weeklyTable table td,
div#weeklyTable table th {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 5px solid #666;
}

div#weeklyTable table th {
	background: #FFF;
}

div#weeklyTable h2 {
	color: #FFF;
	background: #666;
	text-align: center;
	width: 840px;
	clear: both;
	font-size: 136%;
	height: 40px;
	line-height: 40px;
}

div#weeklyTable h2 span {
	font-size: 70%;
	padding-left: 30px;
	font-weight: normal;
}

div#weeklyTable table {
	border: 5px solid #666;
	width: 835px;
	margin-left: 3px;
}

*html div#weeklyTable table {
	width: 840px;
	margin: 0;
}

*+html div#weeklyTable table {
	width: 840px;
	margin: 0;
}

div#weeklyTable table td,
div#weeklyTable table th {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 5px solid #666;
	padding:3px 2px;
}

div#weeklyTable table td {
	vertical-align: top;
	width: 68px;
}

div#weeklyTable table th {
	background: #FFF;
}

div#weeklyTable h2 {
	color: #FFF;
	background: #666;
	text-align: center;
	width: 840px;
	clear: both;
	font-size: 136%;
	height: 40px;
	line-height: 40px;
}

div#weeklyTable h2 span {
	font-size: 70%;
	padding-left: 30px;
	font-weight: normal;
}

div#weeklyTable td ul li {
	position: relative;
	padding-left:15px;
	zoom: 1;
}

div#weeklyTable td ul li img.scheduleIcon {
	margin-left:2px;
}

div#weeklyTable td ul li img.showIcon {
	position: absolute;
	left:0;
	top:3px;
	margin: 0;
}

div#weeklyTable tr.daysRow th {
	padding: 0;
	height: 35px;
}

div#weeklyTable tr th.rowHead {
	vertical-align: top;
	width: 130px;
}

div#weeklyTable tr th.pageTopNavi {
}

*+html div#weeklyTable tr th.pageTopNavi img {
	position: relative;
	bottom: 2px;
}

div#weeklyTable tr.serviceDayRow td {
	text-align: center;
}

div#weeklyTable td.todayCell {
	background: #fff5e0;
}

div#weeklyTable td.SaturdayCell ,
div#weeklyTable td.SundayCell {
	background: #fde8e8;
}

div#weeklyTable th.rowHead {
	text-align: left;
	font-weight: normal;
	font-size: 93%;
}

div#weeklyTable th.rowHead p.movieName {
	font-size: 122%;
	padding-bottom: 10px;
}

div#weeklyTable tr.serviceDayRow th.rowHead {
	font-weight: bold;
}

#calendarScroll{
	background:url(/image/schedule/bg_calendar-scroll02.gif) 0 0 no-repeat ;
	width:670px;
	height:102px;
	position:relative;
}

.scheduleTitle{
	position:relative;
	width:680px;
	height:50px;
}

.scheduleDay h2.head01{
	margin-bottom:0;
}

p.sendMobile{
	position:absolute;
	top:15px;
	left:530px;
}


.scheduleDay #main{
	width:690px;
	float:left;
}

.scheduleDay #main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.scheduleDay ul.contentsTub{
	width:300px;
	float:left;
}
.scheduleDay ul.contentsTub li {
	float:left;
	height:57px;
	margin-right:5px;
	position:relative;
	width:136px;
}

ul.contentsTub li img {
	bottom:0;
	left:0;
	position:absolute;
}

#operationButton {
	padding-top:24px;
	width:260px;
	float:right;
	text-align:right;
}

#operationButton img {
	vertical-align:middle;
}

.scheduleDay #operationButton {
	width:350px;
	color:#FFF;
}

.scheduleDay #operationButton a{
	color:#FFF;
}

p.babyRule a img{
	vertical-align:top;
	padding:0 10px 0 0;
}

p.aboutIcon{
	padding:5px 0 0 0;
}

p.aboutIcon a img{
	vertical-align:middle;
	padding: 0 3px 0 0;
}

#calendarScroll h3{
	padding:10px 0 10px 8px;
	width:100px;
	float:left;
}


#calendarScroll .scheduleUpdate{
	text-align:left;
	float:right;
	width:243px;
	padding-top:9px;
}

#calendarScroll .scheduleUpdate a{
	color:#EEE;
	padding:0px 0px 0px 12px;
}


body.scheduleDay .jcarousel-skin-tango{
	clear:both;
}

#calendarScroll p#prevBtn{
	position:absolute;
	top:33px;
	left:7px;
}

#calendarScroll p#nextBtn{
	position:absolute;
	top:33px;
	right:7px;
}

#calendarScroll ul{
	overflow:auto;
	width:2380px !important;
}

#calendarScroll ul li{
	float:left;
	text-align:center;
	padding:7px 0 0 0;
	width:82px !important;
	height:68px;
	color:#888;
	corsol:pointer;

	_width:82px !important;
	_padding:0 0 0 0;
}

*html #calendarScroll ul li{
	float:left;
	text-align:center;
	padding:0;
	width:82px !important;
	height:68px;
	color:#888;
	corsol:pointer;
}


#calendarScroll ul li {
	background:url(/image/schedule/btn_bg_date.gif) 0 0 no-repeat;
}

#calendarScroll ul li a{
	display:block;
	height:60px;
	line-height:0.9;
	text-decoration:none;

	_padding:6px 0 0 0;
}

#calendarScroll ul li span.SDay{
	font-size:84%;
	color:#666;
	line-height:1.1;

}

#calendarScroll ul li.sat a {
	color:#0033cc;
}

#calendarScroll ul li.sun a{
	color:#CC0000;
}

#calendarScroll ul li a:hover,
#calendarScroll ul li.sat a:hover,
#calendarScroll ul li.sun a:hover{
	color:#888 !important;
	cursor: hand;
}


#calendarScroll ul li span.Day{
	font-size:209%;
}


.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 580px;
    padding: 0px 45px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  580px;
    height: 58px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 1px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 8px;
    width: 30px;
    height: 59px;
    cursor: pointer;
    background: transparent url(/image/schedule/btn_select-date-r.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -1px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -1px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/image/schedule/btn_select-date-r_ov.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 8px;
    width: 30px;
    height: 59px;
    cursor: pointer;
    background: transparent url(/image/schedule/btn_select-date-l.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -1px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -1px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/image/schedule/btn_select-date-l_ov.gif) no-repeat 0 0;
}

div#dailySchedule {
	position: relative;
	background:#FFF;
	clear: both;
}

div#dailySchedule h2#topHead {
	background:url(/image/schedule/bg_title_schedule.gif) 0 0 no-repeat;
	height: 52px;
	color: #FFF;
	padding-left: 70px;
	line-height: 52px;
	font-size: 240%;
	tex-align: left;
}

*html div#dailySchedule h2#topHead {
	padding-top:5px;
}

div#dailySchedule h2#topHead span {
	font-size: 50%;
	font-weight: normal;
}

div#dailySchedule h2.innerHead {
	font-size: 116%;
	color: #FFF;
	background: #666;
}

div#dailySchedule ol#prevNext li#prevDayButton {
	position: absolute;
	top: 5px;
	left: 4px;
}

div#dailySchedule ol#prevNext li#nextDayButton {
	position: absolute;
	top: 5px;
	right: 4px;
	_top: 5px;
	_right: 4px;
}

div#dailySchedule ul#metaIcon {
	position: absolute;
	white-space: nowrap;
	top: 10px;
	right:60px;
	_top: 10px;
	_right: 70px;
}

div#dailySchedule ul#metaIcon li {
	display:inline;
}

div#dailySchedule img.babyIcon {
	vertical-align: middle;
}

div#dailySchedule ul#dailyList {
	border-top: 6px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

div#dailySchedule ul#dailyList li {
	position: relative;
	border-bottom: 6px solid #666;
}

div#dailySchedule ul#dailyList li h3 {
	float: left;
	padding: 10px 0 10px 10px;
	font-size: 116%;
	width:490px;
}

div#dailySchedule ul#dailyList li h3 a{
	color:#0000ff;
}

div#dailySchedule ul#dailyList li h3 img {
	margin-left: 3px;
	vertical-align:middle;
}

div#dailySchedule ul#dailyList li h3 img.rating {
	margin-left: 10px;
	vertical-align:middle;
}

.mvtkShowtime{
	float: right;
	width: 148px;
}

.dailyMvtkShowtime{
	float: right;
	width: 148px;
}

div#dailySchedule ul#dailyList li p.canMvtk {
	float: left;
	padding: 10px 0px 0 0;
	*margin: -5px 0px 0 0;
	width: 106px;
}

div#dailySchedule ul#dailyList li p.canMvtkDaily {
	float: left;
	padding: 10px 0px 0 0;
	*margin: -6px 0px 0 0;
	width: 106px;
}

div#dailySchedule ul#dailyList li p.showingTime {
	float: right;
	padding: 8px 5px 5px 0;
	width: 32px;
	text-align: right;
	font-size: 77%;
}

div#dailySchedule ul#dailyList li p.campaitnInfo {
	clear:both;
	font-size: 84%;
	padding: 0 10px;
}

div#dailySchedule ul#dailyList li p.campaitnInfo a {
	color: #C00;
}

div#dailySchedule ul#dailyList li p.endInfo,
div#dailySchedule ul#dailyList li p.startInfo{
	clear:both;
	padding: 0 10px 3px;
	color: #333;
	font-weight: bold;
}

div#dailySchedule ul#dailyList ul.tl {
	clear:both;
}

div#dailySchedule ul#dailyList ul.tl li {
	background:url(/image/schedule/bg_schedule-cell.gif) 0 0 repeat-y ;
}

div#dailySchedule ul#dailyList ul.tl li ol li{
	background:none ;
}

div#dailySchedule ul#dailyList li p.screenNumber {
	text-align:center ;
	float:left;
	height: 68px;
	width: 45px;
}

*html div#dailySchedule ul#dailyList li p.screenNumber {
	width: 42px;
}


div#dailySchedule ul#dailyList li p.screenNumber img {
	margin-top: 8px ;
}

div#dailySchedule ul#dailyList li ul li {
	border: none;
	clear: both;
	height: 68px;
}

div#dailySchedule ul#dailyList li ul li.timelist_over_nine {
	height: 136px;
	background:url(/image/schedule/bg_schedule-cell02.gif) 0 0 repeat-y ;
}

div#dailySchedule ul#dailyList li ul li.timelist_over_nine ol li.over_nine{
	background: none;
	padding-left:46px;
	height:40px;
}

*html div#dailySchedule ul#dailyList li ul li.timelist_over_nine ol li.over_nine{
	padding-left:0px;
}

*+html div#dailySchedule ul#dailyList li ul li.timelist_over_nine ol li.over_nine{
	padding-left:0px;
}



*html div#dailySchedule ul#dailyList li ul li {
	margin-bottom: -3px;
}

*+html div#dailySchedule ul#dailyList li ul li {
	margin-bottom: -3px;
}

div#dailySchedule ul#dailyList li ul li ol li {
	float: left;
	clear: none;
	width: 89px;
	position: relative;
	background: none;
}

div#dailySchedule ul#dailyList li ul li ol li div {
	position: relative;
}

div#dailySchedule ul#dailyList li ul li ol li li {
	position: absolute;
}


div#dailySchedule ul#dailyList li ul li ol li li.startTime {
	font-size: 116%;
	font-weight: bold;
	left: 8px;
	top: 5px;
}

div#dailySchedule ul#dailyList li ul li ol li li.endTime {
	font-size: 84%;
	left: 8px;
	top: 21px;
}

div#dailySchedule li.uolIcon {
	top: 44px;
	left: 18px;
}

div#dailySchedule li.uolIcon img{
	margin-left:5px;
}

div#dailySchedule li.seatIcon {
	top: 7px;
	left: 69px;
	height:18px !important;
	width:16px !important;
}

div#dailySchedule li.showIcon {
	top: 26px;
	left: 72px;
	height:16px !important;
	width:16px !important;
}


/* showing & coming soon
-----------------------------------*/

.film .contentsWide{
	clear:both;
}


.film ul.contentsTub{
	width:500px;
	float:left;
}

.film ul.contentsTub:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.film #operationButton {
	padding-top:24px;
	width:350px;
	float:right;
	text-align:right;
}

.film #operationButton img {
	vertical-align:middle;
}

.film .contentsWide h2.head02 {
	position:relative;
}

.film .contentsWide h2.head02 #btnSendMobile{
	position:absolute;
	top:16px;
	right:160px;
}

.film .contentsWide h2.head02 #btnPrint{
	position:absolute;
	top:16px;
	right:20px;
}


/* showing
-----------------------------------*/
#showingList ul.films {
	margin: 1em 0 0 0;
	padding: 0;
	border: 0;
}
#showingList ul.films li {
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
	border: none;
	border-top: 1px gray dotted ;
}
#showingList ul.films li div.title {
	border-left: 6px gray solid;
	padding-left: 0.5em;
	float: left;
	width: 440px;
}
#showingList ul.films li div.title span {
	color: gray;
}

#showingList ul.filmSelect li{
	border:none;
	padding:0 0 10px;
	background:none;
	margin-bottom:20px;
}

div.movieList ul.filmSelect li.nowShowingBtn{
	float:left ;
	width:138px;
}

div.movieList ul.filmSelect li.endSoonBtn{
	float:left ;
	width:142px;
}

#showingList ul.filmSelect li.comingBtn{
	float:right ;
	width:211px;
}

div.movieList h2 {
	border-bottom: 5px solid #666;
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 7px 0;
	font-size: 122%;
}

div.movieList ul {
	clear:both;
	padding: 0 0;
}

div.movieList ul li {
	border: 1px solid #666666;
	padding:10px;
	background:#FFF;
	margin-bottom:10px;
}

div.movieList ul li.lastChild {
	border: none;
}

div.movieList div.movieRight {
	float: right;
	width: 660px;
	position: relative;
	padding-top: 5px;
}

div.movieList li div.movieLeft {
	float: left;
	width: 192px;
	padding: 0px;
}

div.movieList li div.movieLeft div.movieLeft_main {
	float: left;
	width: 182px;
	_width: 192px;
	padding: 5px;
}
div.movieList li div.movieLeft div.movie3d {
	float: left;
	margin: 5px 0 5px;
	color:#005B95;
	font-size:95%;
}


div.movieList ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.movieList ul li {
	zoom: 1;
}

div.movieList div.iconPresent {
	float:left;
	padding:5px 1px;
}

/* For only mac IE \*//*/
div.movieList ul li {
	display: inline-table;
}
/**/

div.movieList div.movieHead {
	position: relative;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	background-color:#000;
	border-left:5px solid #666666;
}

div.movieList div.movieHead:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.movieList .movieHead h3{
	font-weight: bolder;
	padding:10px 0 0 10px ;
	width:445px;
	line-height:1.6;
	float:left;
}

div.movieList .movieHead h3 a{
	color:#FFF;
}

div.movieList .movieHead h3 strong {
	font-size: 120%;
	color: #000;
	font-weight: bold;
}

div.movieList h3 em {
	font-size: 120%;
	color: #C00;
	font-weight: bold;
}

div.movieHead h3 span {
	white-space: nowrap;
	font-weight:normal;
	color:#999;
	font-size: 77%;
	padding-left:10px;
}

div.movieHead h3 span.restrict img {
	vertical-align: -25%
}

*html div.movieHead h3 span.restrict img {
	vertical-align: middle;
}

*+html div.movieHead h3 span.restrict img {
	vertical-align: middle;
}

div.movieList .movieHead p.imageCopyRight {
	font-size: 77%;
	color:#999;
	width:160px;
	float:right;
	line-height:1.1;
	padding:0.6em;
}

div.movieList div.comments{
	clear:both;
	padding:0 0 15px;
}

div.movieList div.comments p{
	margin-bottom:5px;
}

div.movieList p.movieImage img {
	border: 1px solid #999;
}

div.movieList div.movieRight dl {
	float: left;
	clear: both;
	padding-right:10px;
	line-height:2em;
	width:640px;
}

div.movieList div.movieRight dl {
	padding: 0 5px 10px 5px;
}

div.movieList div.movieRight dt {
	position: absolute;
	padding: 0 0 5px;
}

div.movieList div.movieRight dt img{
	vertical-align:middle;
}


div.movieList div.movieRight dd  {
	padding: 0 0 5px 7em;
}

div.movieList p.noComment {
	color: #666;
}

div.movieList ul.detailBtns {
	clear:both;
	margin-left:120px;
	width:540px;
	background:url(/image/film/bg_btn_film.gif) 0 0 no-repeat
}

div.movieList ul.detailBtns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.movieList ul.detailBtns li{
	float:left;
	margin:0;
	padding:0;
	border:none;
}

div.movieList ul.detailBtns li.aboutBtn {
	float:left;
}

div.movieList ul.detailBtns li.trailerBtn {
	float:left;
	padding-left:10px;
}

div.movieList ul.detailBtns li.scheduleBtn {
	float:right;
}



div.movieList ul.detailBtnsComing {
	position: relative;
	margin-left:30px;
	width:630px;
	background:url(/image/film/bg_btn_film_coming3.gif) 0 0 no-repeat;
	height: 30px;
}

div.movieList .imax ul.detailBtnsComing {
	background:url(/image/film/bg_btn_film_coming_imax.gif) 0 0 no-repeat;
}

div.movieList ul.detailBtnsComing:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.movieList ul.detailBtnsComing li{
	margin:0;
	padding:0;
	border:none;
}

div.movieList ul.detailBtnsComing li.aboutBtn {
	position: absolute;
	top: 0;
	right: 420px;
}

div.movieList ul.detailBtnsComing li.trailerBtn {
	position: absolute;
	top: 0;
	right: 280px;
}

div.movieList ul.detailBtnsComing li.ticketBtn {
	position: absolute;
	top: 0;
	right: 140px;
}

div.movieList ul.detailBtnsComing li.mvtkBtn {
	position: absolute;
	top: 0;
	right: 0px;
}

/*  次月以降アンカー追加　 */

div.movieList ul.comingAnchor{
	margin:0 0 10px 0;
	padding:0;
	clear:none!important;
	float:left;
}

div.movieList ul.comingAnchor li{
	float:left;
	margin:0;
	padding:5px 0 0 30px;
	background:url("/image/schedule/bg_cominganchor2.gif") top left no-repeat;
	width:58px;
	height:30px;
	border:none;
}

div.movieList ul.comingAnchor li a{
	color:#fff;
}

div.movieList p.anchorboxLeft{
	float:left;
}

div.movieList p.anchorboxRight{
	float:left;
}


/*
 monthly
-------------------------------*/

div#monthly div#eventSlider {
	margin-bottom:10px;
}

div#monthly table#eventTable th a.tp{
	text-decoration:underline;
}

div#monthly table#eventTable div.tooltip{
	display:none;
	width:375px;
	position:absolute;
	background:url("/image/film/bg_tooltip.gif") top right no-repeat;
}

div#monthly table#eventTable div.tooltip .section{
	margin:22px 0 0;
	padding:0px 10px 20px ;
	background:#CCC;
	width:354px;
	background:url("/image/film/bg_tooltip_bottom.gif") bottom right no-repeat #CCC;
}

div#monthly table#eventTable div.tooltip .section p{
	margin-bottom:4px;
}

*html div#monthly table#eventTable div.tooltip .section{
	width:375px;
}

div#monthly table#eventTable div.tooltip .section:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#monthly table#eventTable div.tooltip .section .photo {
	float:left;
	width:187px;
	padding-right:5px;
}

div#monthly table#eventTable div.tooltip .section .photo img {
	margin-bottom:5px;
	border:1px solid #666;
}


div#monthly table#eventTable div.tooltip .section .photo span {
	font-size:77%;
	line-height:1.1;
}

div#monthly table#eventTable div.tooltip .section em {
	color:#C00;
}

div#monthly table#eventTable div.tooltip .section strong {
	font-weight:bolder;
	color:#333;
}


div#monthly div#infoList {
	margin: 5px 10px;
	border: 1px solid #666;
	padding: 5px;
}

div#monthly div#infoList h3 {
	font-size: 100%;
}

div#monthly div#infoList ul li {
	padding: 2px 0 0 17px;
}

div#monthly table {
	margin: 10px 0;
	width:100%;
	background-color:#FFF;
}

div#monthly table .colHead th{
	padding:0;
}

div#monthly table td {
	width: 240px;
	vertical-align: top;
}

div#monthly table td,
div#monthly table th {
	border: 3px solid #333;
}


div#monthly table tr th.rowHead {
	font-weight: normal;
	text-align: right;
	font-weight:bolder;
	background:#EEE;
}

div#monthly table td li {
	padding: 3px 0;
}

div#monthly table td li em.specialDay {
	color: #F00;
	font-weight: normal;
}

div#monthly table td li img {
	margin: 1px 5px 1px 0;
	vertical-align: middle;
}

/*
   ticket
----------------------------------------*/

body.information .contentsWide {
	clear:both ;
}

div#ticketBox table#ticketTable th a.tp{
	text-decoration:underline;
}

div#ticketBox div.tooltip{
	display:none;
	width:375px;
	position:absolute;
	background:url("/image/film/bg_tooltip.gif") top right no-repeat;
}

div#ticketBox div.tooltip .section{
	margin:22px 0 0;
	padding:0px 10px 20px ;
	background:#CCC;
	width:354px;
	background:url("/image/film/bg_tooltip_bottom.gif") bottom right no-repeat #CCC;
}

div#ticketBox div.tooltip .section p{
	margin-bottom:4px;
}

*html div#ticketBox div.tooltip .section{
	width:375px;
}

div#ticketBox div.tooltip .section:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#ticketBox div.tooltip .section .photo {
	float:left;
	width:187px;
	padding-right:5px;
}

div#ticketBox div.tooltip .section .photo img {
	margin-bottom:5px;
	border:1px solid #666;
}


div#ticketBox div.tooltip .section .photo span {
	font-size:77%;
	line-height:1.1;
}

div#ticketBox div.tooltip .section em {
	color:#C00;
}

div#ticketBox div.tooltip .section strong {
	font-weight:bolder;
	color:#333;
}

/* mvtk intro */
div#ticketBox .mvtkAdvance{
	background:url(/image/film/bg_mvtk2.gif) 0 0 #000;
	width:890px;
	height:50px;
	margin: 0 0 10px 0;
}

div#ticketBox .mvtkAdvance p.mvtkIntro{
	color: #FFFFFF;
	padding: 15px 0 0 160px;
	font-weight: bold;
}

div#ticketBox .mvtkAdvance a{
	color: #FFFFFF;
}

div#monthly .ticketComment ,
div#ticketBox .ticketComment {
	background:url(/image/film/bg_ticket_comment2.gif) 0 0 #000;
	width:890px;
	height:78px;
}

div#monthly p#ticketIntro,
div#ticketBox p#ticketIntro {
	padding: 10px 10px 5px;
	font-size:107%;
	color:#FFF;
}

div#monthly ul#notesJumpList,
div#ticketBox ul#notesJumpList {
	padding: 0 10px ;
}

div#monthly ul#notesJumpList li,
div#ticketBox ul#notesJumpList li {
	display: inline;
	padding:0 22px;
}

div#monthly ul#notesJumpList li a,
div#ticketBox ul#notesJumpList li a{
	color:#FFF;
}

div#ticketBox table#ticketTable {
	margin: 0px 0;
	width:100%;
	background-color:#FFF;
}

div#ticketBox table#ticketTable #colHead th{
	padding:0;
}

div#ticketBox table#ticketTable td,
div#ticketBox table#ticketTable th {
	border: 3px solid #333;
}

div#ticketBox table#ticketTable tr#colHead th {
	background: #333;
	color: #FFF;
}

div#ticketBox table#ticketTable th a {
	text-decoration: none;
}

div#ticketBox table#ticketTable th.rowHead {
	text-align: left;
	vertical-align: top;
	background: #FFF;
	font-weight: normal;
	width: 200px;
}

div#ticketBox table#ticketTable th.rowHead a:hover {
	text-decoration: underline;
}

div#ticketBox table#ticketTable td {
	vertical-align: top;
}

div#ticketBox table#ticketTable td.adhibitionCell {
	width: 65px;
}

div#ticketBox table#ticketTable td.priceCell {
	width; 140px;
}

div#ticketBox table#ticketTable td.presentCell {
	width: 300px;
}

div#ticketBox table#ticketTable td.startDateCell {
	width: 105px;
}

div#ticketBox table#ticketTable td.priceCell ul li {
	border-top: 1px solid #666;
	padding: 4px 0;
}

div#ticketBox table#ticketTable td img {
	vertical-align: middle;
}

div#ticketBox table#ticketTable td.priceCell ul li.firstChild {
	padding-top: 0;
	border:none;
}

div#ticketBox table#ticketTable a.ticketImage {
	float:right;
	padding-left:5px;
}

div#ticketBox div.section {
	padding: 10px;
}

div#ticketBox div.section div.section {
	padding: 0;
}

div#ticketBox div#ticketNotesList h3 {
	font-size: 116%;
}

#ticketNotesList,
#aboutAdhibition {
	padding-top:3px;
}

#ticketNotesList .head01,
#aboutAdhibition .head01 {
	margin-left:3px;
	margin-bottom:0;
}

div#ticketNotesList ul {
	padding:10px;
	background:#FFF;
}

div#ticketNotesList ul li.arrow_s {
	padding: 2px 0 2px 15px;
	background:url("/image/common/arrow_s.gif") no-repeat scroll 1px 5px transparent;
	padding-left:20px;
}

div#ticketBox div#Movieticket h3 {
	font-size: 116%;
}

#Movieticket,
#aboutAdhibition {
	padding-top:3px;
}

#Movieticket .head01,
#aboutAdhibition .head01 {
	margin-left:3px;
	margin-bottom:0;
}

div#Movieticket ul {
	padding:10px;
	background:#FFF;
}

div#Movieticket ul li.arrow_s {
	padding: 2px 0 2px 15px;
	background:url("/image/common/arrow_s.gif") no-repeat scroll 1px 5px transparent;
	padding-left:20px;
}

#aboutAdhibition  h3 {
	font-size: 116%;
}

#aboutAdhibition  h4 {
	font-size: 77%;
	color: #FFF;
	margin-bottom:5px;
}

#aboutAdhibition  dl {
	font-size: 100%;
}

#aboutAdhibition  dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#aboutAdhibition dl {
	zoom: 1;
}

/* For only mac IE \*//*/
#aboutAdhibition dl {
	display: inline-table;
}
/**/

#aboutAdhibition dt {
	padding: 3px;
	float: left;
	width: 74px;
	height: 1.5em;
	_width: 80px;
	_height: 25px;
}

#aboutAdhibition dd {
	padding: 3px;
	float: left;
	width: 180px;
	height: 1.5em;
	_width: 188px;
	_height: 25px;
}

#aboutAdhibition dd#uc109Info {
	width: 448px;
	_width: 456px;
}

div#aboutIcon div#aboutKind dt,
div#aboutIcon div#aboutKind dd {
	height: 2.5em;
}

#aboutAdhibition div#aboutKind .bottomRow {
	height: 1.5em;
}

#aboutAdhibition div#aboutKind dd#familyInfo {
	width: 716px;
	_width: 724px;
}


#aboutAdhibition div#aboutOther dt,
#aboutAdhibition div#aboutOther dd {
	height: 2.5em;
	_height: 40px;
}

#aboutAdhibition div#aboutOther dd {
	width: 716px;
	_width: 724px;
}

/* runding */
.imaxBnr {
	width:910px;
	clear:both;
	margin-bottom:10px;
}

.imaxBnr img{
	vertical-align:bottom;
}

.imaxBnr .imaxBtn{
	padding-left:170px;
	padding-bottom:5px;
}

.film div#main {
	padding-bottom:10px;
}

#filmDetail {
	padding: 0 ;
	postion:relative;
	margin-bottom:0;
}
body.detail {
	background:url("/image/schedule/detail/bg.jpg") no-repeat scroll 50% 126px #000000;
}

body.imax {
	background:url("/image/schedule/bg_imax.jpg") no-repeat scroll 50% 18px #000000;
}

body.detail div.wrapper {
	background:none;
}

#filmDetail {
	width:890px;
	height:517px;
	margin:10px 0 25px;
	background:none;
}

#filmDetail #filmDetailBox {
	background:url(/image/schedule/detail/bg.gif) 0 0 no-repeat;
	width:890px;
	height:517px;
	padding:10px;
}

*html #filmDetail #filmDetailBox {
	width:910px;
}

body.imax #filmDetail #filmDetailBox {
	background:url(/image/schedule/detail/bg_imax.gif) 0 0 no-repeat;
}

#filmDetail div#video {
	width:500px;
	height:420px;
	float:left;
	padding-left:10px;
}

#filmDetail div#video p.largeImg {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:500px;
	height:400px;
}

#filmDetail div#video p.largeImg img {
	vertical-align: middle;
	max-height: 380px;
}

#filmDetail #filmTitle {
    background: none;
	color:#EEE;
	font-size:125%;
	margin:10px 0 0;
	padding:0;
	height:63px;
}

#filmDetail #filmTitle span.release {
	color:#CC0000;
	font-weight:normal;
	font-size:83%;
}

div.runding div#movieInfo  {
	width: 351px;
	float:right;
}

body.imax #filmDetail h2.head02 {
	margin-left: 20px;
}

body.imax p.topicPath {
	margin-bottom:0px;
}

div.runding h3 {
	background: #none;
	color: #FFF;
	font-size: 122%;
}

div.runding h3 em {
	margin: 0 10px;
	line-height: 33px;
	height: 33px;
}

*+html div.runding h3 em {
	line-height: 1.4;
	position: relative;
	top: 9px;
}

div.runding div#movieInfo {
	margin-top: 0;
	padding: 10px;
	color:#DDD;
}

div.runding div#movieInfo h3 {
	margin-bottom: 10px;
}

div.runding div#movieInfo #movieSubInfo {
	float:right;
	width:160px;
}

div.runding div#movieInfo p#movieImage {
	float:left;
	width:180px;
	height: 120px;
	font-size: 77%;
	margin-bottom: 15px;
	text-align:center;
}

div.runding div#movieInfo p#movieImage img {
	max-width:180px;
	max-height: 120px;
}

*html div.runding div#movieInfo p#movieImage img {
	height: 95px;
}


div.runding div#movieInfo .official {
	margin-bottom:8px;
}

div.runding div#movieInfo .imax3d img{
	margin-bottom:8px;
}

div.runding div#movieInfo .restrict img{
	margin-bottom:8px;
}

div.runding div#movieInfo span.copy {
	font-size:70%;
	line-height:1.12;
	color:#777;
}

div.runding div#movieInfo .movieDetailInfo {
	clear:both;
	padding-right:5px;
	margin-bottom: 10px;
	height:298px;
	overflow:auto;
}

div.runding div#movieInfo .movieDetailInfo a,
div.runding div#movieInfo .movieDetailInfo a:visited{
	color:#AAA;
}

div.runding div#movieInfo .movieDetailInfoFilm {
	clear:both;
	padding-right:5px;
	margin-bottom: 10px;
	height:255px;
	overflow:auto;
}

div.runding div#movieInfo dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em;
  width: 2.8em;
}

div.runding div#movieInfo dd {
  margin-bottom: 0.5em;
  margin-left: 3em;
}

div.runding div#movieInfo dt.voiceHead {
  width: 4.8em;
}

div.runding div#movieInfo dd.voiceBody {
  margin-left: 4.9em;
}

div.runding div#movieInfo .movieDetailInfoFilm p a {
	color:#EEE;
}


div.runding div#movieInfo p#scheduleLink {
	float: right;
	width: 150px;
	height: 29px;
	padding: 5px;
}

div.runding div#movieInfo .admission{
	margin-right:3px;
}

div.runding #selectFilm {
	background:#000;
	padding:14px 20px 12px;
	margin:10px 10px 0;

}

div.runding #selectFilm:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

div.runding #selectFilm h2 {
	color:#FFF;
	font-size:125%;
	float:left;
	width:480px
}

div.runding #selectFilm form  {
	color:#FFF;
	float:right;
	width:340px;
}

div.runding #selectFilm form select{
	vertical-align:top;
	width:170px;
	margin-left:5px;
}

div.runding #selectFilm form input#sendBtn{
	width:45px
}


div.runding #selectFilm form label {
	color:#FFF;
	float:left;
	font-weight:bolder;
	padding-right:10px;
}


div.runding div#infoListBox ol {
	padding: 0 10px;
}

div.runding div#infoListBox ol li {
	padding: 10px 0 10px 40px;
	border-top : 1px dashed #666;
}

div.runding div#campaignListBox ol {
	padding: 0 10px;
}

div.runding div#campaignListBox ol li {
	border-top: 1px dashed #666;
	padding: 10px 0;
}

div.runding div#campaignListBox ol li h4 {
	font-size: 100%;
}

div.runding div#campaignListBox ol li h4 span {
	display: block;
	float: right;
	width: 650px;
	padding: 10px 0 10px 40px;
	_width: 690px;
	_padding-bottom: 2px;
}

div.runding div#campaignListBox ol li h4 img {
	float: left;
	width: 100px;
}

div.runding div#campaignListBox ol li p.campaignLength {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 0;
	margin: 5px 0;
	clear: right;
	width: 690px;
	float: right;
	_margin: 2px 0;
}

div.runding div#campaignListBox ol li p.campaignDesc {
	clear: right;
	width: 690px;
	float: right;
}

div.runding div.moreInfoBtn p {
	float:left;
	margin:0px;
	padding:0px
}

div.runding div#campaignListBox ol li p.campaignLength img {
	margin-right: 5px;
}


div.runding div#recommendBox strong {
	color: #C00;
}

div.runding div#recommendBox div.itemBox {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
}

div.runding div#recommendBox h4 {
	padding: 10px;
	font-size: 100%;
}

div.runding div#recommendBox h5 {
	font-size: 100%;
}

div.runding div#recommendBox h5 span {
	display: block;
	float: right;
	width: 690px;
	background: #EEE;
	padding: 5px 0;
}

div.runding div#recommendBox h5 span img {
	vertical-align: middle;
	margin-right: 2px;
}

div.runding div#recommendBox h5 img.thumbImage {
	float: left;
	width: 100px;
}

div.runding div#recommendBox ul,
div.runding div#recommendBox p#intoCart {
	float: right;
	width: 690px;
	clear: right;
}

div.runding div#recommendBox ul li {
	padding: 2px 0;
}

div.runding div#recommendBox p#intoCart {
	padding: 3px 0;
}

div.runding div#recommendBox p#showOtherItem {
	padding: 5px;
	text-align: right;
}

div.runding div#reportBox div.section {
	margin: 0 10px;
	padding: 10px 0;
	border-top: 1px dashed #666;
}

div.runding div#reportBox div.firstChild {
	border: none;
}

div.runding div#reportBox h4 {
	font-size: 116%;
}

div.runding div#reportBox h4 span {
	width: 690px;
	float: right;
}

div.runding div#reportBox h4 img {
	width: 100px;
	float: left;
}

div.runding div#reportBox p {
	width: 690px;
	float: right;
	clear: right;
}

div.runding div#uolInfoBox {
	margin: 0;
}

div.runding div#uolInfoBox h4 {
	position: absolute;
	padding: 10px 0 0 10px;
}

*html div.runding div#uolInfoBox h4 {
	bottom: 50px;
}

*+html div.runding div#uolInfoBox h4 {
	bottom: 50px;
}

div.runding div#dailySchedule {
	background:none;
	padding-bottom:0px;
}

div.runding div#dailySchedule h3#topHead {
	background-image:none;
	background-color:#333;
	padding:14px 15px 10px;
	height:26px;
}

div.runding div#dailySchedule h3#topHead a{
	color:#FFF;
	font-size:192%;
	text-decoration:none;
}

div.runding div#dailySchedule ul#dailyList {
	border-top:0;
}

div.runding div#dailySchedule ul#dailyList li p.screenNumber {
	height:47px;
	width:72px;
	margin-top:1px;
}

*html div.runding div#dailySchedule ul#dailyList li p.screenNumber {
	width:70px;
}

div.runding div#dailySchedule ul#dailyList li p.screenNumber img {
	margin-top:0;
}

div.runding div#dailySchedule ul#dailyList li {
	background:#FFF;
	border-bottom:3px solid #333;
}

div.runding div#dailySchedule ul#dailyList li h4 {
	background:none;
	width:700px;
	color:#333;
	float:left;
	font-size:125%;
	padding:8px 0 8px 12px
}

div.runding div#dailySchedule ul#dailyList li h4 span{
	padding-right:3px;
}

div.runding div#dailySchedule ul#dailyList li h4 img{
	vertical-align: middle;
}

div.runding div#dailySchedule ul#dailyList ul.tl li{
	height:48px;
	background: url("/image/schedule/bg_schedule-cell_l.gif") no-repeat;
}

div.runding div#dailySchedule ul#dailyList ul.tl li ol li{
	width:100px;
	background:none;
	border-bottom:0;
}


div.runding div#dailySchedule ul#dailyList ul.tl li ol li.over_nine {
	width:90px;
	margin-left: -2px;
}

div.runding div#dailySchedule ul#dailyList li ul li ol li li.startTime {
	font-size: 116%;
	font-weight: bold;
	left: 4px;
	top: 5px;
}

div.runding div#dailySchedule ul#dailyList li ul li ol li li.endTime {
	font-size: 84%;
	left: 53px;
	top: 6px;
}

div.runding div#dailySchedule ul#dailyList li ul li ol li li.uolIcon {
	top: 26px;
	left: 37px;
	width:65px;
	height:20px;

}

div.runding div#dailySchedule ul#dailyList li ul li ol li li.uolIcon img{
	margin-left:1px;
}

div.runding div#dailySchedule ul#dailyList li ul li ol li li.seatIcon {
	top: 27px;
	left: 21px;
	width:20px;
	height:20px;

}

div.runding div#dailySchedule ul#dailyList li ul li ol li li.showIcon {
	top: 28px;
	left: 5px;
	width:20px;
	height:20px;
}


div.runding ol#scheduleList li h4,
div.runding ol#scheduleList li p.screenNumber,
div.runding ol#scheduleList li p.acousmato {
	position: absolute;
}

div.runding ol#scheduleList li h4 {
	width: 53px;
	text-align: center;
	font-size: 84%;
	top: 20px;
}


div.runding div#showManner {
	margin-bottom: 0;
}

div.runding div#showManner h2 {
	border: none;
}

div.runding div#ticketInfoBox p#ticketThumb {
	float: left;
	padding: 10px;
}

div.runding div#ticketInfoBox dl {
	padding: 10px 0 0 10px;
	position: relative;
}

div.runding div.thumbExists dl {
	padding: 10px 0 0 120px !important;
}

*html div.runding div.thumbExists dl {
	padding: 10px 0 0 0 !important;
	zoom:1
}

*+html div.runding div.thumbExists dl {
	padding: 10px 0 0 0 !important;
	zoom:1
}

div.runding div#ticketInfoBox dt {
	position: absolute;
	padding: 2px 0;
}

div.runding div#ticketInfoBox dd {
	padding: 2px 0 2px 90px;
	font-weight: bold;
}


*html .film h2.head02 {
	padding-bottom:15px;
}

div.runding div#dailySchedule ul#metaIcon {
	position: absolute;
	white-space: nowrap;
	top: 18px;
	right: 30px;
	_top: 20px;
	_right: 30px;
}


div.runding div#ticketInfoBox p#showOtherTicket {
	text-align: right;
	padding: 20px 10px 10px 0;
}

div.runding div#ticketInfoBox ul {
	clear: both;
	margin: 10px 10px 0 10px;
	padding: 10px 0;
	border-top: 1px dashed #666;
	font-size: 84%;
}

*html div.runding div.thumbExists ul {
	width: 97%;
}

*+html div.runding div.thumbExists ul {
	width: 97%;
}


div.runding div#ticketInfoBox ul li {
	padding: 2px 0 2px 15px;
}

div.runding div#serviceList li {
	padding: 5px;
	margin: 0 10px;
	border-bottom: 1px dashed #666;
}

div.runding div#serviceList li img {
	vertical-align: middle;
	margin-right: 3px;
}

div.runding div#serviceList li.lastChild {
	border: none;
}

div.runding div#calendarScroll{
	background:#000;
	width:870px;
	height:80px;
}

div.runding div#calendarScroll:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}


div.runding div#calendarScroll h3{
	float:left;
	width:185px;
	padding:15px 0 10px 10px;
	text-align:center;
}

div.runding #calendarScroll .updateLink img{
	margin-top:15px;
	clear:both;
}

div.runding div#calendarScroll .jcarousel-skin-tango{
	width:600px;
	float:left;
	padding-top:11px;
}

/* entrance */

div#entranceBox {
	border: 5px solid #666;
	padding-bottom:20px;
}

div#entranceBox h2 {
	text-align: center;
	color: #FFF;
	padding: 0 0 10px 0;
	background: #666;
	font-size: 129%;
}

div#entranceBox p#entranceIntro {
	padding: 20px 10px 10px 10px;
}

div#entranceBox div.section {
	padding: 0 10px;
}

div#entranceBox strong {
	color: #C00;
}

div#entranceBox div#entranceNotes {
	background: #FFEAE6 none repeat scroll 0%;
	border: 1px solid #000000;
	color: #CC3333;
	margin: 10px;
	padding: 10px;
}

div#entranceBox div#viewingNotes {
	padding: 10px;
}

div#entranceBox div#viewingNotes h3 {
	font-size: 100%;
	color: #C00;
}

div#entranceBox div#viewingNotes p#notesAuthor {
	text-align: right;
}

div#entranceBox ul#attentionList1 li {
	font-size: 116%;
	font-weight: bold;
	position: relative;
	padding: 3px 0;
	zoom: 1;
}

div#entranceBox ul#attentionList1 li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* For only mac IE \*//*/
div#entranceBox ul#attentionList1 li {
	display: inline-table;
}
/**/

div#entranceBox ul#attentionList1 li span.smallText {
	font-size: 70%;
	font-weight: normal;
	color: #C00;
	display: block;
	padding-left: 60px;
}

div#entranceBox ul#attentionList1 li img {
	float: left;
	margin-right: 10px;
}

div#entranceBox ul#attentionList2 {
	list-style: square;
	padding: 10px 0 10px 20px;
}

div#entranceBox ul#attentionList2 p#recordingNotes {
	padding-top: 10px;
}

div#entranceBox ul#attentionList2 ol {
	list-style: decimal;
	padding: 0 0 10px 10px;
}


div#entranceBox div#ageLimit {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	margin: 0 10px;
}

div#entranceBox div#ageLimit h3 {
	font-size: 100%;
	position: absolute;
}

div#entranceBox div#ageLimit dl {
	margin-left: 8.5em;
	padding-left: 10px;
	border-left: 1px solid #000;
	position: relative;
}

div#entranceBox div#ageLimit dl dt {
	position: absolute;
	font-weight: bold;
}

div#entranceBox div#ageLimit dl dd {
	padding-left: 6em;
}

div#entranceBox h3.decorationHead {
	color: #FFFFFF;
	font-size: 84%;
	margin: 10px 0 5px 0pt;
	padding: 2px 0pt 2px 10px;
	vertical-align: bottom;
}

div#entranceBox dl#contactList {
	padding: 10px 0;
}

div#entranceBox dl#contactList dt {
	color: #C00;
	font-weight: bold;
	float: left;
	clear: both;
}

div#entranceBox dl#contactList dd {
	float: left;
}

*html div#entranceBox dl#contactList dd {
	float: none;
}

*+html div#entranceBox dl#contactList dd {
	float: none;
}

div#entranceBox dl#contactList dt#mobileContact {
	float: none;
}

div#entranceBox dl#contactList dd em {
	color: #009;
	font-weight: bold;
}

/* campaign */

div.campaignListBox {
	padding: 10px;
}

div.campaignListBox ol li.section {
	position: relative;
	padding: 0 20px;
	border: 5px solid #999;
	margin-bottom: 45px;
	background: url(/image/campaign/bg_info-listhead.gif) no-repeat #FFF;
	zoom: 1;
}

*html div.campaignListBox ol li.section {
	margin-bottom: 35px;
}

*:first-child+html div.campaignListBox ol li.section {
	margin-bottom: 35px;
}

div.campaignListBox ol#allCampaignList li.section {
	background: #FFF;
}

div.campaignListBox ol li.section h2 {
	border-bottom: 1px dashed #666;
	padding: 10px 0 10px 85px;
	font-size: 116%;
}

div.campaignListBox ol#allCampaignList li.section h2 {
	padding-left: 0;
	padding-right: 90px;
}

div.campaignListBox ol li.section h2 span.categoryIcon {
	position: absolute;
	left: 0;
	top: 0;
}

div.campaignListBox ol li.section h2 span.updateDate {
	font-size: 80%;
	font-weight: normal;
}

div.campaignListBox ol li.section h2 span.pastInfo {
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
}

div.campaignListBox ol li.section div.section {
	padding: 10px 0;
}

div.campaignListBox ol li.section h3 {
	font-size: 100%;
	color: #C00;
	padding-bottom: 10px;
}

div.campaignListBox ol li.section div.imageBox {
	font-size: 84%;
}

div.campaignListBox ol li.section div.imageBox img {
	display: block;
}

div.campaignListBox ol li.section div.imageBox {
	float: left;
	width: 240px;
}

div.campaignListBox ol li.section div.oneImage div.rightBox {
	width: 580px;
	float: right;
}

p.movieInfoBtn {
	clear: both;
	padding-top: 10px;
}

div.campaignListBox ol li.section .multiImage div.imageBox ul {
	padding-top: 10px;
}

div.campaignListBox ol li.section .multiImage div.imageBox li {
	float: left;
	width: 240px;
	margin-right: 10px;
}

div.campaignListBox ol li.section p.backTopBtn {
	position: absolute;
	bottom: -35px;
	right: -5px;
}

body.campaignAll div#scheduleMenu {
	padding-bottom: 40px;
}

body.campaignAll div#scheduleMenu p#operationButton {
	top: 42px;
}


body.scheduleDay .cautionComment {
	border: 2px solid red;padding:3px;	color:red;font-weight: bold;
}
body.film .cautionComment {
	border: 2px solid red;padding:3px;	color:red;font-weight: bold;
}


/*  information Tab
----------------------------------------------------*/


body.information ul.contentsTubinfo {
	float:left;
	width:500px;
}

body.information ul.contentsTubinfo li{
	float:left;
	height:57px;
	margin-right:5px;
	position:relative;
	width:160px;
}

body.information ul.contentsTubinfo li img {
	bottom:0;
	left:0;
	position:absolute;
}

/*  information Tab
----------------------------------------------------*/
#information_11102 .movieInfoBtn,
#information_11062 .movieInfoBtn,
#information_11072 .movieInfoBtn,
#tron_campaign .movieInfoBtn {
	display:none;
}


/*===================================================
*	080123
====================================================*/

div#attention_kamisato {
	text-align: center;
	padding: 10px;
	margin: 10px;
	border: 2px solid #C00;
	color: #333;
}

p#attentionTop_kamisato {
	font-size: 116%;
	font-weight: bold;
	line-height:1.8;
	padding:5px 0;
}

p#attentionTop_kamisato em {
	border-bottom: 2px solid #C00;
}

ul#attentionList1_kamisato {
	padding: 10px 0;
}

ul#attentionList1_kamisato li {
	padding: 3px;
}

ul#attentionList2_kamisato {
	text-align: left;
	list-style: square;
	padding: 10px 70px 10px 90px;
}

ul#attentionList2_kamisato p#recordingNotes {
	background: #DDD;
	color: #C00;
	text-align: center;
	margin: 5px 50px;
	padding: 5px;
}

ul#attentionList2_kamisato ol {
	padding: 5px 0 5px 90px;
	position: relative;
}

div#ageLimit_kamisato {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
}

div#ageLimit_kamisato h5 {
	font-size: 100%;
	position: absolute;
}

div#ageLimit_kamisato dl {
	margin-left: 8.5em;
	padding-left: 10px;
	border-left: 1px solid #000;
	position: relative;
}

div#ageLimit_kamisato dl dt {
	position: absolute;
	font-weight: bold;
}

div#ageLimit_kamisato dl dd {
	padding-left: 6em;
}

/*
 for weekly
*/
div#weeklySchedule {
	border: 5px solid #666;
	position: relative;
}

div#weeklySchedule h2#topHead {
	height: 49px;
	color: #FFF;
	text-align: center;
	font-size: 136%;
	line-height: 40px;
}

div#weeklySchedule h2#topHead span {
	font-size: 50%;
	font-weight: normal;
}

div#weeklySchedule h2.innerHead {
	/* font-size: 116%; */
	color: #FFF;
	background: #666;
}

div#weeklySchedule ol#prevNext li#prevDayButton {
	position: absolute;
	top: 3px;
	left: 3px;
	_top: 8px;
}

div#weeklySchedule ol#prevNext li#nextDayButton {
	position: absolute;
	top: 3px;
	right: 3px;
	_top: 8px;
	_right: 8px;
}


/* --アンケートバナー追加部分-----
------------------------------------------- */

div.runding div#moreInfoBox {
	width: 346px;
	clear: both;
	text-align:center;
}
div.runding div#moreInfoBox #btnLink {
	float: right;
	width: 302px;
}
div.runding p#researchLink {
	float: left;
	width: 498px;
}

/*===================================================
*	090424 Toyosu Breathe Information
====================================================*/



body#toyosuInformation div.breatheHeader {
	background: url(/toyosu/breathe/image/headerBg.gif) no-repeat;
	height:82px;
	margin: 0 0 20px;
}


body#toyosuInformation div.breatheHeader h2 {
	margin: 0 0 0 85px;
}


body#toyosuInformation div.campaignListBoxBreathe {
	background:none;
}

body#toyosuInformation div.campaignListBoxBreathe ol li.section {
	background: none;
	border: 5px solid #ccc;
	margin-bottom:24px;
}


body#toyosuInformation div.campaignListBoxBreathe ol li.section h2 {
	padding: 6px 0;
	border: none;
	background-color:#447596;
	margin:14px 0 0;
	color:#ffffff;
}

body#toyosuInformation div.campaignListBoxBreathe ol li.section h2 span.titleText {
	margin:0 0 0 12px;
}
body#toyosuInformation ul.tabMenuBreathe {
	background:none;
}

body#toyosuInformation div.scheduleMenuBreathe {
	height:24px;
}



body#toyosuInformation h3.barBreathe {
	margin:0 10px 0;
}

body#toyosuInformation div#scheduleMenu p#operationButton {
	margin: 0 8px 0 0;
}


body#toyosuInformation p#breatheBackTopBtn {
	margin: 24px 72px 28px;
}


/*===================================================
*	1005* Renewal Information UnderImane
====================================================*/


ul#underimage {
  clear:both;
  margin: 15px 0;
  padding: 0;
}

ul#underimage li {
  display: block;
  margin: 15px 0;
  padding:0;
  text-align:center;
  float:left;
  font-size:83%;
}


ul#underimage li img {
	margin-bottom:5px;
}

ul#underimage li.col_1,
ul#underimage li.col_4{
  width:840px;
}

ul#underimage li.col_2,
ul#underimage li.col_5{
  width:420px;
}

ul#underimage li.col_3,
ul#underimage li.col_6{
  width:280px;
}

ul#underimage li a {
  margin: 0;
  padding: 0;
}

ul#underimage li a img {
  margin: 0;
  padding: 0;
  border: 0;
}

ul#leafletbox2 {
  clear:both;
  padding:10px 0 0
}

ul#leafletbox2 li {
  margin: 0 0 5px;
  padding: 0;
}

a.leafbox {
background:url("/image/schedule/infomation/bg_profile-left.gif") no-repeat scroll 0 0 transparent;
color:#000000;
display:table-cell;
font-size:109%;
font-weight:bold;
padding-left:25px;
text-decoration:none;
white-space:nowrap;
}
a.leafbox span {
background:url("/image/schedule/infomation/bg_profile-right.gif") no-repeat scroll right 0 transparent;
display:table-cell;
height:28px;
line-height:28px;
padding-right:15px;
}
a.leafbox:hover {
color:#EE0000;
}


/* social plugin  */
#spgin {
	margin:0;
	padding:0 0 10px;
	width:840px;
	height:27px;
	background:none;
}

#spgin table {
	margin-left:610px;
	width:210px;
	height:22px;
	vertical-align:top;
}

iframe.twitter-share-button {
    width: 105px!important;
}

/* film detail shedule 2012/06 update start
---------------------------------------------------------------------------------------------------------*/
.filmLeft{
	width: 326px;
	float: left;
	margin: 0;
	padding: 0 0 20px 20px;
}

.filmRight{
	width: 514px;
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
}

.filmRight p{
	padding: 0 0 13px 0;
}

.filmRight .left{
	float: left;
	padding: 0px 0 0 0;
}

.filmRight .right{
	float: right;
	padding: 0px 0 0 0;
}

.filmRight .right ul li{
	float: left;
	margin: 10px 0 0 0;
	padding: 0 5px 0 0;
}


.degital_info {
	padding: 2px;
	margin: 15px 10px 5px;
	background-color:#5C5C5C;
	color:#ffffff;
	position: relative;
	font-size: 120%;
	font-weight: bold;
}

/* Today shedule 2012/06 Update End
---------------------------------------------------------------------------------------------------------*/


