@charset "UTF-8";
/* CSS Document */

/*-------------------------------------
         ページ共通
-------------------------------------*/
body{
	background:url(../img/schedule.jpg) #000 top center no-repeat fixed;
}


/*-------------------------------------
         メインコンテンツ
-------------------------------------*/
#schedule_title{
	background:url(../img/schedule_title.png) no-repeat;
	padding-top:180px;
	height:0px;
	overflow:hidden;
	clear:both;
}
.comment_area dl.info{
	overflow:hidden;
	line-height:2em;
	margin-bottom:20px;
}

/*-------------------------------------
         テーブル
-------------------------------------*/
table.ticket th{
	width:145px;
}
table.ticket td.price{
	width:100px;
	text-align:center;
}
table.schedule_list th{
	width:115px;
}
table.schedule_list td{
	padding-left:30px;
}
table.schedule_list th.session_title{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:18px;
}
table.schedule_list td.movie_show{
	padding-left:67px;
	background:url(../../common/img/film_icon.png) no-repeat 30px 10px;
}
table.schedule_list td.cinema_talk{
	padding-left:67px;
	background:url(../../common/img/mike_icon.png) no-repeat 30px 3px;
}
p.event_detail{
	font-size:12px;
}
ol.events_guests{
}
ol.events_guests dl{
	padding-left:1em;
}
ol.events_guests dd{
	padding-left:2em;
}
