﻿* {
	margin: 0;
	padding: 0;
}
body {
	background : #0d0c1f url(../img/back.jpg) center top fixed;
	margin: 0;
	padding: 0;
	font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo;
	color: #fff;
	font-size: 12px;
}

#contents {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	margin-left: -27px;
}

img {
	border:none;
}

a {
	color: #b20101;
}
a:hover {
	color: #fd1d1d;
}

.jack {
	float: left;
}

.movie {
	width: 590px;
	height: 370px;
	float: right;
}

.movieclick {
	width: 590px;
	height: 370px;
	background : transparent url(../img/moviedammy.jpg);
	position: absolute;
	z-index: 2;
	
}
.movieclick p{
	width: 150px;
	background : transparent url(../img/75per.png);
	position: absolute;
	z-index: 3;
	padding: 5px;
	text-align: center;
	margin: 100px 0 0 210px;
}
.movieclick p:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 5px;
	margin-left: -5px;
}

.txt {
	padding-top: 200px;
}

.moviezone {
	display: none;
	background : transparent url(../img/75per.png);
}

.clr {
	clear: both;
}

h2 {
	font-family: 'Alike', serif;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}

h3 {
	font-family: 'Alike', serif;
	font-size: 12px;
	margin: 15px 0;
}

.movieclick a{
	position: absolute;
	margin-left: 232px;
	margin-top: 125px;
	cursor: pointer;
}

.movieclick a:hover img{
	width: 140px;
	margin-left: -7px;
	margin-top: -3px;
}

.moviezone a img{
	position: absolute;
	margin-left: 975px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 2;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.niko{
	position: relative;
	z-index: 1;
}

.moviezone a:hover img{
	width: 50px;
	margin-left: 973px;
	margin-top: -27px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.right-txt {
	text-align: right;
}

.cdt {
	width: 650px;
	height: 240px;
	background : transparent url(../img/50per.png);
	margin-top: 15px;
	float: left;
	padding: 20px;
}

.cdt p{
	letter-spacing: 1px;
}

.buttons {
	width: 250px;
	height: 270px;
	background : transparent url(../img/50per.png);
	margin-top: 15px;
	float: right;
	padding: 5px 20px;
}

#dl a:hover img{
/*	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
*/
	-moz-transition: background-color 300ms linear;
	-o-transition: box-shadow,background-color 300ms linear;
	-ms-transition: box-shadow,background-color 300ms linear;
	-webkit-transition: background-color 200ms linear;
	background : #222;
	-moz-box-shadow: 0 0 10px #fff;
	-webkit-box-shadow: 0 0 10px #fff;
}

iframe.twitter-share-button {
    width: 65px!important;
}

footer {
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 11px;
}
