@charset "utf-8";


/*------------------------

全映画館の上映スケジュール

-------------------------*/

#all_schedule .unit_block {
	background-color:#262626;
	background-image:url(../images/bg_wrapper02.jpg);
	background-repeat:repeat-x;
	border-color:#000000;
	border-style:solid;
	border-width:3px 1px 1px;
	margin-bottom:10px;
	margin-top:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#all_schedule .unit_block h3{
	color: #FFFFFF;
}

#all_schedule .unit_block h3.style1 a {
	color: #FFFFFF;
}

/*画像表示エリア*/
#all_schedule .unit_block .pic_block {
	float: left;
	width: 140px;
	text-align: center;
	font-size: 85%;
}

#all_schedule .unit_block .pic_block a.link img {
	display: block;
	border: 2px solid #FFFFFF;
	margin-bottom: 8px;
}
#all_schedule .unit_block .pic_block a.link:hover img {
	display: block;
	border: 2px solid #BD0068;
}





/*詳細エリア*/
#all_schedule .unit_block .info_block {
	float: right;
	width: 625px;
	color: #D9D7E1;
}


*html #all_schedule .unit_block .info_block {
margin-bottom:0px;
margin-top:0px;
}


#all_schedule .schedule_box {
padding-bottom:10px;
}


/*映画情報へのリンク*/

#all_schedule p.moviedetail_link {
padding-bottom:4px;
}


#all_schedule .moviedetail_link a {
	padding-left:18px;
	font-size:107%;
	background-image: url(../images/icon/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#all_schedule .moviedetail_link a:link{
color:#FFFFFF;
}
#all_schedule .moviedetail_link a:visited{
color:#FFFFFF;
}
#all_schedule .moviedetail_link a:hover {
color:#FFFFFF;
}

#all_schedule .moviedetail_link a:active {
color:#FFFFFF;
}





/*--◇◇◇テーブル要素◇◇◇--*/
#all_schedule .unit_block .info_block table {
	width:100%;
	text-align:center;
	border-collapse:collapse;
	border: 2px solid #000000;
	margin-bottom:5px;
}



#all_schedule .unit_block .info_block table th {
	text-align:center;
	background-image: url(../images/pages/schedule/bg_all_schedule_tbl_th.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#all_schedule .unit_block .info_block table td {
	background-color:#FFFFFF;
	color:#000000;
	font-size:114%;
	font-weight:bold;
	line-height:1em;
}

#all_schedule .unit_block .info_block table td.clr1 {
	background-color:#E0E0E0;
}



#all_schedule .unit_block .info_block table td span {
	color:#555555;
	font-size:92%;
}

#all_schedule .unit_block .info_block table thead th {
	padding-top:5px;
	padding-bottom:5px;
	background-color:#000000;
	background-image:none;
}

#all_schedule .unit_block .info_block table thead th.cinema,#all_schedule .unit_block .info_block table thead th.day {
	font-size:92%;
	color:#a2a1a8;
}


#all_schedule .unit_block .info_block table thead th.cinema {
	padding-left:5px;
	text-align:left;
}


#all_schedule .unit_block .info_block table thead th.day {
text-align:right;
padding-right:10px;
}

/*セットＤ*/
#all_schedule .unit_block .info_block table.set_d td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top:7px;
	padding-bottom:5px;
}







/*--◇◇◇テーブル要素--END◇◇◇--*/


/*字幕テキスト*/
#all_schedule .unit_block .info_block .subtitle {
	color: #9DB82C;
	font-weight: bold;
	margin-bottom: 3px;
}


/*--◇◇◇フッター要素--START◇◇◇--*/
.movie_linkblock {
	position:relative;
}


/*各映画館へリンク2　-小-*/

.link_theatre2_area {
	float:right;
	width:400px;
	position:absolute;
	bottom:0;
	left:375px;
}
.link_theatre2 {
	width:340px;
	margin-left:auto;
	background-color:#000000;
	padding-top:4px;
	padding-bottom:3px;
}


*html .link_theatre2 {
	padding-bottom:2px;
}
.link_theatre2 li {
	float:left;
	padding-right:3px;
}

.link_theatre2 .title {
	font-size: 93%;
	padding-right:8px;
	color: #D9D7E1;
	padding-left:24px;
	background-image: url(../images/icon/icn_arrow06.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
/*映画コピーライト*/
#all_schedule p.movie_copy {
	width:400px;
	float:left;
	font-size: 93%;
	color:#a2a1a8;
	padding-top:4px;
	padding-bottom:3px;
}

