@charset "UTF-8";

/* --------------------------------
	下層スタイル共通
-------------------------------- */

h2.title{
	font-size:160%;
	color:#000;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	text-align:left;
	padding-top: 40px;
	font-weight: 700;
}

p.back-to-archive {
	position: static;
	margin: 0 0 80px;
}
p.back-to-archive a {
	display: inline-block;
	margin: 0;
	padding: 1em;
	font-weight: bold;
	background: #000;
	color: #fff;
}

/* --------------------------------
	ムービー
-------------------------------- */
.movieList { margin:30px auto 30px;}

.movieList li{
	padding-top:10px;
	margin-bottom:50px;
}

.movieList li div{
	display:inline;
	float:left;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6",sans-serif;
	line-height:1.0;
	font-size:130%;
	text-align:left;
	vertical-align:middle;
	height:35px;
}

.movieList li div p{
	padding:8px 0 0 8px;
}
	

.mv_num{
	font-size:170%;
	font-weight:700;
}

.fc_red{
	color:#e50011;
}


/* --------------------------------
	ポスター
-------------------------------- */
.posterImg { margin-top:30px;}

.posterImg li{	margin-bottom:40px;}


/* --------------------------------
	アーカイブ
-------------------------------- */
.arc_year{
	padding:40px 0 20px;
}

.arcList{
	width:100%;
	margin:10px auto;
}

.arcList li{
	margin:30px auto;
}

.arcList li a img:hover{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


/* --------------------------------
	その他
-------------------------------- */

/* ページトップへ戻るボタン */
#go_top {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;

}

#go_top a{
	color:#fff;
	background:#444;
	color:#fff;
	font-weight:700;
	width:100px;
	padding:6px;
	font-size:80%;

}

#go_top a:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}