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

* {
	margin:0;
	padding:0;
}


html{height:100%;}

body {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	color:#111;
	letter-spacing:1.1px;
	background:#000;
	-webkit-text-size-adjust: none;
}


br {letter-spacing:normal;}

img {
	border:0;
/*   vertical-align:bottom;*/
}

h1,h2,h3,h4,h5,h6 {margin:0; padding:0; font-weight:normal;}

.red{color:#ff3300;}

.cent{text-align:center;}

.flr{float:right; margin:0 0 0 15px; }
.fll{float:left; margin:0 15px 0 0 ; }

.clear:after { 
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}







/* header ---------------------------------------------------- */
header {
	margin:0 auto 20px auto;
	background:#b81313;
	text-align:center;
}


.day {
	text-align:center;
}





/* contents ---------------------------------------------------- */

#contents {
	margin:0 auto;
	width:980px;
}

/* heightLine ---------------------------------------------------- */

.heightLine-group1,.heightLine-group2,.heightLine-group3,.heightLine-group4,.heightLine-group5  {
	margin:10px;
	width:306px;
	background:#dd1617;
}

ul{
	margin:0;
	padding:0;
}
li {  
	float:left;
	list-style-type: none;
} 

.movie { 
	padding:6px;
	background:#5c0001;
	color:#fff;
	font-weight:bold;
	border-top:1px solid #dd1617;
	border-left:1px solid #dd1617;
	border-right:1px solid #dd1617;
	text-align:center;
}
.mday { 
	padding:2px;
	background:#9a0001;
	color:#fff;
	font-size:80%;
	border-left:1px solid #dd1617;
	border-right:1px solid #dd1617;
	text-align:center;
}

.ph { 
	padding:10px 10px 0 10px ;
}

.credit { 
	padding:8px;
	margin:0 10px 0 10px;
	background:#eee;
	border-bottom:1px solid #ddd;
	font-size:70%;
	line-height:1.2em;
}

.story { 
	padding:8px;
	margin:0 10px 10px 10px;
	background:#fff;
	font-size:80%;
	line-height:1.5em;
}

.youtubew { 
	text-align:center;
	padding:5px 0 0 0;
}
.tt { 
	text-align:center;
	padding:25px 0 40px 0;
	width:920px;
	margin:0 auto;
}

.kai {
	text-align:center;
	color:#fff;
	font-size:80%;
}
.uk {
	text-align:center;
	color:#ff0000;
	padding-bottom:10px;
	font-size:110%;
}


/* idol ---------------------------------------------------- */
#idol { 
	font-size:70%;
	width:960px;
	margin:0 auto 38px auto;
	text-align:center;
}
.idolbg { 
	background:#d6c993;
}
#idol table { 
	padding:0 115px;
}
#idol td { 
	padding:0 20px 2px 20px;
}
.idoln { 
	text-align:center;
	padding:5px;
}




/* footer ---------------------------------------------------- */

footer {
    text-align:center;
	width:580px;
	margin:0 auto 20px auto;
}
footer td {
    padding:20px;
}




/* back-top ---------------------------------------------------- */

#back-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
}
 
#back-top a {
    width: 110px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
}
 
/* arrow icon (span tag) */
#back-top span {
    width: 80px;
    height: 80px;
    display: block;
    background: url(./images/up-arrow.png) no-repeat center center;
}
#back-top a:hover span {
    background: url(./images/up-arrow2.png) no-repeat center center;
}




/* link ---------------------------------------------------- */

a:hover img.roll,
a:hover img,
a:hover img {
	opacity:0.3;
	filter: alpha(opacity=30);
}

a:link {color: #333;}
a:visited {color: #333;}
a:hover {color: #999;}
a:active {color: #333;}
