@charset "utf-8";

/* ---▼オンマウスで半透明になる画像の設置--- */
a img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}

a:hover img.css-hover{
opacity:0.6;/*半透明度60%に設定*/
filter: alpha(opacity=60);/*半透明度60%に設定*/
}

a img{
border:none;
}



/* ---▼取消線--- */
.cancel {
text-decoration:line-through;
}



/* ---▼関連イベント　メイン--- */

	/* ---メインのインナーW740（padding20px用）--- */
	#mainInner {
	padding: 10px 20px 20px 20px;
	width: 920px;
	line-height: 180%;
	text-align: left;
	background-color: #ffffff;
	}

	/* ---パンくずリストW720--- */
	div.pankuzu {
	width: 900px;
	height: 30px;
	line-height: 35px;
	background-color: #333;
	color: #FFF;
	font-size: 10px;
	margin: 10px 10px 0 10px;
	}
	
	/* ---写真入り見出しW900--- */
	div.mainTitle {
	width: 900px;
	line-height: 0px;
	margin: 0 10px 10px 10px;
	}
		
	/* ---開催概要・作品詳細などW720--- */
	div.category {
	width: 720px;
	line-height: 0px;
	margin: 0 10px 10px 10px;
	text-align:center;
	}

	/* ---リード文（太字）W710--- */
	div.main03 {
	width: 710;
	font-weight: bold;
	margin: 10px 20px 0 10px;
	text-align:justify;
	text-justify:inter-ideograph;
	}

	/* ---縞縞罫線15pxW720--- */
	div.mainBorderBS {
	width: 920;
	margin: 10px 10px 10px 10px;
	height: 15px;
	background-image: url(../img/ind/border01.png);
	background-repeat:repeat;
	}
	
	/* ---内容W880--- */
	div.main04News {
	width: 880;
	margin: 10px 20px 0 20px;
	}
	
	
	/* ---チケット　カテゴリー用背景オレンジ--- */	
	div.main05_red {
	width: 900;
	margin: 10px 10px 0 10px;
	background-color:#FF5303;
	}
	
	/* ---チケット　カテゴリー用背景オレンジ　margintop大--- */	
	div.main05_red20 {
	width: 900;
	margin: 20px 10px 0 10px;
	background-color:#FF5303;
	}
	
	/* ---見出しなし内容W870--- */
	div.main04text {
	width: 870;
	margin: 10px 20px 0 20px;
	}
	
	/* ---見出しなし内容W870　padding20--- */
	div.main04text_pad3 {
	width: 870;
	margin: 10px 20px 0 20px;
	padding:0 2em 0.5em 2em;
	text-justify:auto;
	}
	
	/* ---見出しなし内容W870　下線あり--- */
	div.border_dot {
	width: 870;
	border-bottom: 1px dotted #999;
	margin: 0 20px 0 20px;
	padding: 1em 2em 1em 2em ;
	text-justify:auto;
	}
	
	/* ---見出しなし内容W870　下線なし--- */
	div.border_none {
	width: 870;
	margin: 0 20px 0 20px;
	padding: 1em 2em 1em 2em ;
	text-justify:auto;
	}
	
	/* ---見出しなし内容W870　下線あり--- */
	div.main04text_dod {
	width: 870;
	margin: 10px 20px 0 20px;
	border-bottom: 1px dotted #999;
	padding-bottom: 0.5em;
	text-justify:auto;
	}
	
	/* ---チケットTable用W900--- */
	div.main04Table {
	width: 900;
	margin: 10px 10px 0 10px;
	color:#333333;
	}
	
	/* ---ページ下余白--- */
	div.pageend {
	margin-bottom: 70px;
	}
/* ---▲関連イベント　メイン--- */	
	

/* ---▼関連イベント　項目--- */
	
	/* ---dl--- */
	dl.dl02News {
	width: 860px;
	margin-left: 20px; 
	}
	
	/* ---項目--- */
	dt.dt02 {
	clear: left;
	float: left;
	width: 8em;
	color:#000000;
	padding: 0.5em 0 0.5em 1em;
	display:inline;
	}
	
	/* ---チケット見出し項目--- */
	dt.dt02Ticket01 {
	clear: left;
	float: left;
	width: 22em;
	padding: 0.5em 0 0.5em 1em;
	display:inline;
	}
	
	/* ---チケット見出し項目--- */
	dd.dd02Ticket01 {
	padding: 0.5em 1em 0.5em 25em;
	border-bottom: 1px dotted #999;
	text-align:justify;
	text-justify:newspaper;
	}
	
	/* ---チケット見出し項目--- */
	dd.dd02Ticket01none {
	padding: 0.5em 1em 0.5em 25em;
	text-align:justify;
	text-justify:newspaper;
	}
	
	dt.dt022 {
	clear: left;
	float: left;
	width: 8em;
	color:#000000;
	padding: 0.5em 0 0.5em 1em;
	margin-top: 10px;
	display:inline;text-align:justify;
	text-justify:newspaper;
	}
	
	/* ---内容・罫線下--- */
	dd.dd02 {
	padding: 0.5em 1em 0.5em 10em;
	border-bottom: 1px dotted #999;
	}
	
	/* ---内容・罫線なし--- */
	dd.dd02none {
	padding: 0.5em 0 0.5em 10em;
	}
	
	/* ---内容・罫線上--- */
	dd.dd02top {
	padding: 0.5em 0 0 10em;
	border-top: 1px dotted #999;
	}
	
	/* ---内容・罫線上下--- */
	dd.dd02both {
	padding: 0.5em 0 0.5em 10em;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	}

/* ---▲関連イベント　表組--- */



/* ---▼チケットTable--- */

	/* ---テーブル全体--- */	
	.tick_table {
	width: 900px;
	border:none;
	border-top:solid 1px #ccc;
	border-right:solid 2px #fff;
	}
	
	/* ---タイトル時間--- */	
	.tick_table td {
	border:none;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	vertical-align: middle;
	line-height: 160%;
	text-align:center;
	}
	
	/* ---タイトル時間リンク--- */	
	.tick_table td.link a {
	text-decoration:none;
	display:block;
	padding: 7px 10px;
	background-color: #f2f1e6;
	}
	
	.tick_table td.link a:hover {
	background:#fff;
	text-decoration:none;
	}
	
	/* ---特集タイトルリンク--- */
	.tick_table td.link2 a {
	text-decoration:none;
	display:block;
	padding: 16px 10px 17px 10px;
	background-color:#E9E9E9;
	}
	
	.tick_table td.link2 a:hover {
	background:#fff;
	text-decoration:none;
	}	
	
	/* ---リンクなしセル--- */		
	.tick_table td.none {
	padding: 7px 10px;
	background-color: #f2f1e6;
	}


	/* ---日にち--- */		
	.tick_table .title {
	vertical-align: middle;
	padding: 7px 10px;
	background-color: #f2f1e6;
	}
	
	/* ---日にち--- */		
	.tick_table .item1 {
	vertical-align: middle;
	padding: 7px 10px;
	}
	
	/* ---ゲスト左寄せ--- */		
	.tick_table .title_g {
	vertical-align: middle;
	text-align:left;
	padding: 7px 10px;
	background-color: #f2f1e6;
	}

/* ---▲チケットTable--- */


/* ---▼関連イベント　作品詳細--- */

	/* ---プロフィール背景ピンク--- */	
	div.main05 {
	width: 710;
	margin: 20px 20px 0 10px;
	padding: 20px;
	background-color:#FFCCCC;
	}
	
	/* ---プロフィール背景グレー--- */	
	div.main07 {
	width: 710;
	margin: 0 20px 0 10px;
	padding: 20px;
	background-color:#E3E3E3;
	}

	/* ---ページエンドの余白--- */	
	div.pageEND {
	width: 720;
	margin: 20px 10px 10px 10px;
	height: 70px;
	}

	/* ---作品解説wrap下罫線あり　clearはCSSに書かず、</div>直前に--- */	
	div.main10{
	width: 710px;
	margin: 20px 20px 20px 10px;
	padding-bottom:20px;
	border-bottom:1px dotted #999;
	}

	/* ---作品解説wrap下罫線　clearはCSSに書かず、</div>直前に--- */	
	div.main10none{
	width: 710px;
	margin: 20px 20px 20px 10px;
	}
	
	/* ---作品解説wrap上下罫線あり　clearはCSSに書かず、</div>直前に--- */	
	div.main10top{
	width: 710px;
	margin: 10px 20px 20px 10px;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
	}	

	/* ---作品解説写真左寄せ--- */		
	div.photo_left {
	width: 245px;
	float: left;
	display:inline;
	}

	/* ---作品解説テキスト右寄せ--- */			
	div.text_right {
	width: 465px;
	float: right;
	display:inline;
	}
	
/* ---▲関連イベント　作品詳細--- */


/* ---▲関連イベントメイン--- */


/* ---▼映画祭概要　ポリシーメイン--- */

	/* ---項目--- */
	dt.dt03 {
	color:#000000;
	padding: 1em 0 1em 1em;
	}
	
	/* ---内容・罫線下--- */
	dd.dd03 {
	padding: 0 0 1em 3em;
	border-bottom: 1px dotted #999;
	}
	
	/* ---項目・右寄せ--- */
	dt.dt03right {
	color:#000000;
	padding: 1em 2em 1em 1em;
	text-align:right;
	}
	
	/* ---内容・罫線下・右寄せ--- */
	dd.dd03right {
	padding: 0 2em 1em 3em;
	text-align:right;
	}
	
/* ---▲映画祭概要　ポリシーメイン--- */


/* ---▼プログラム--- */

	/* ---作品解説wrap下罫線あり　clearはCSSに書かず、</div>直前に--- */	
	div.pro01{
	width: 710px;
	margin: 20px 20px 20px 10px;
	padding-bottom:20px;
	border-bottom:1px dotted #999;
	}
	


/* ---▼スケジュールカテゴリー分けTable 2013変更--- */

	/* ---テーブル全体--- */	
	.cate_table {
	width: 870px;
	border:none;
	margin-left: 10px;
	margin-top:20px;
	}
	
	/* ---タイトル時間--- */	
	.cate_table td {
	border:solid 1px #666;
	vertical-align: middle;
	line-height: 180%;
	font-weight:bold;
	}
	
		/* ---コンペティション部門--- */	
	.cate_table td.cm a {color:#000; background-color:#fdd9d9; padding: 5px; height:3em; display:block;}
	.cate_table td.cm a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---特別招待作品部門--- */	
	.cate_table td.sc a {color:#000; background-color:#c2dffd; padding: 5px; height:3em; display:block;}
	.cate_table td.sc a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---香港--- */	
	.cate_table td.hk a {color:#000; background-color:#ecb197; padding: 5px; height:3em; display:block;}
	.cate_table td.hk a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---リー・ユー--- */	
	.cate_table td.ch a {color:#000; background-color:#fdfda4; padding: 5px; height:3em; display:block;}
	.cate_table td.ch a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---ＧＴＨ--- */	
	.cate_table td.gth a {color:#000; background-color:#fed88d; padding: 5px; height:3em; display:block;}
	.cate_table td.gth a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---日本映画人--- */	
	.cate_table td.jp a {color:#000; background-color:#d1b3e3; padding: 5px; height:3em; display:block;}
	.cate_table td.jp a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---東日本311--- */	
	.cate_table td.hn a {color:#000; background-color:#a2d8af; padding: 5px; height:3em; display:block;}
	.cate_table td.hn a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---インディ・フォーラム--- */	
	.cate_table td.if a {color:#000; background-color:#cbffab; padding: 5px; height:3em; display:block;}
	.cate_table td.if a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---プレイベント--- */	
	.cate_table td.pe a {color:#000; background-color:#a6a4fd; padding: 5px; height:3em; display:block;}
	.cate_table td.pe a:hover {background-color:#fff; text-decoration:none;}
	
/* ---▲スケジュールカテゴリー分けTable--- */


/* ---▼スケジュール縦Table 2013変更--- */

/* ---スケジュールTable用W900--- */
	div.main04Sch {
	width: 900;
	margin: 20px 10px 30px 10px;
	}

	/* ---テーブル全体--- */	
	.tate_table {
	width: 870px;
	border:none;
	border:solid 1px #666;
	margin-left: 10px;
	color:#000000;
	}
	
	/* ---タイトル時間--- */	
	.tate_table td {
	border:none;
	font-weight:bold;
	border-bottom:solid 1px #666;
	border-right:solid 1px #666;
	vertical-align: middle;
	line-height: 140%;
	text-align:center;
	}
	
	/* ---コンペティション部門--- */	
	.tate_table td.cm a {font-weight:bold; color:#000; text-decoration:none; padding:5px; background-color:#fdd9d9; text-align:left; vertical-align:top; height:4em; display:block;}
	.tate_table td.cm a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---特別招待作品部門--- */	
	.tate_table td.sc a {font-weight:bold; color:#000; text-decoration:none; padding:5px; background-color:#c2dffd; text-align:left; vertical-align:top; height:4em; display:block;}
	.tate_table td.sc a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---香港--- */	
	.tate_table td.hk a {font-weight:bold; color:#000; text-decoration:none; padding:5px; background-color:#ecb197; text-align:left; vertical-align:top; height:4em; display:block;}
	.tate_table td.hk a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---リー・ユー--- */	
	.tate_table td.ch a {font-weight:bold; color:#000; text-decoration:none; padding:5px; background-color:#fdfda4; text-align:left; vertical-align:top; height:4em; display:block;}
	.tate_table td.ch a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---ＧＴＨ--- */	
	.tate_table td.gth a {font-weight:bold; color:#000; text-decoration:none; padding:5px; background-color:#fed88d; text-align:left; vertical-align:top; height:4em; display:block;}
	.tate_table td.gth a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---日本映画人--- */	
	.tate_table td.jp a {font-weight:bold; color:#000; text-decoration:none; padding:5px; background-color:#d1b3e3; text-align:left; vertical-align:top; height:4em; display:block;}
	.tate_table td.jp a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---東日本311--- */	
	.tate_table td.hn a {font-weight:bold; color:#000; text-decoration:none; padding:5px; background-color:#a2d8af; text-align:left; vertical-align:top; height:4em; display:block;}
	.tate_table td.hn a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---インディ・フォーラム--- */	
	.tate_table td.if a {font-weight:bold; color:#000; text-decoration:none; padding:5px; background-color:#cbffab; text-align:left; vertical-align:top; height:4em; display:block;}
	.tate_table td.if a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---プレイベント--- */	
	.tate_table td.pe a {font-weight:bold; color:#000; text-decoration:none; padding:5px; background-color:#a6a4fd; text-align:left; vertical-align:top; height:3em; display:block;}
	.tate_table td.pe a:hover {background-color:#fff; text-decoration:none;}
	
	/* ---会場--- */
	.tate_table td.venues a{color:#000000; font-size:84%; text-decoration:none; padding: 8px 5px 8px 5px; background-color:#ccc; display:block;}	
	.tate_table td.venues a:hover{text-decoration:underline;}	
	
	/* ---リンクなしセル--- */		
	.tate_table td.none {
	padding: 3px;
	}


	/* ---リンクなしテキストあり--- */		
	.tate_table .title {
	vertical-align: middle;
	padding: 5px;
	background-color: #f2f1e6;
	text-align:left;
	}
	
	/* ---見出し--- */		
	.tate_table .item1 {
	vertical-align: middle;
	padding: 5px;
	}

	/* ---bar--- */		
	.tate_table .bar {
	padding: 1px;
	background-color:#999;
	}
	
	/* ---開始時間--- */		
	.tate_table .time {
	color:#000000;
	font-weight:normal;
	}
	
/* ---▲スケジュール縦Table--- */


/* ---▼レポート関係--- */

	/* ---レポート写真--- */
	.report {
	margin: 10px 30px 20px 0px;
	}
	
	/* ---レポート写真2--- */
	.report2 {
	margin: 10px;
	}

	
	/* ---レポートカテゴリー--- */
	.category {
	margin-bottom: 10px;
	margin-top: 10px;
	}

/* ---▲レポート関係--- */

