@charset 'utf-8';


body{
    background: #000;
}

#stage{
    min-width: 870px;
}

#main{
    width:960px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

.site_ttl{
    text-align: center;
}

.page_ttl{
    margin-top: 50px;
    text-align:center;
}


dl{
    margin-top: 50px;
}

dl.first{
    margin-top: 45px;
}

dl dt{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight:bold;
    line-height: 1.5;
    color:#e00000;
}

dl dd{
    margin-top: 20px;
    font-size:14px;
    font-size:1.4rem;
    line-height: 2;
    color:#FFF;
}

.close {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size:14px;
    font-size:1.4rem;
    line-height: 2;
    color:#e00000;
	text-align:center;
}



.copy {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size:10px;
    font-size:1.4rem;
    line-height: 2;
    color:#e00000;
	text-align:center;
}

a:link {
	color:#e00000;
}
a:visited {
	color:#e00000;
}
a:hover {
	color:#ffffff;
}

.castPhoto {
	padding:30px 0 0;	
}

h3 {
	padding:20px 0 0;	
}

.twiconBox {
	width:900px;
	margin:0 auto;	
}

.twicon {
	width:150px;
	height:150px;
	float:left;	
}

.hyoki {
	text-align:center;
	margin:0 auto;
	padding:20px 0 0;
}

.t16 {
	font-size: 16px;
    font-size: 1.6rem;
    font-weight:bold;
    line-height: 1.5;
    color:#e00000;
}

#tw {
	text-align:center;
}

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