@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;
}

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

dl{
    margin-top: 50px;
}

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

dl dt{
    font-size: 18px;
    font-weight:bold;
    color:#e00000;
}

dl dd{
    margin-top: 0;
    font-size:14px;
    color:#FFF;
}

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


.txt {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size:18px;
    line-height: 2;
    color:#e00000;
	font-weight:bold;
	text-align:left;
}

.txt2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:14px;
    line-height: 2;
    color:#fff;
	text-align:left;
	padding:0 0 0 25px;
}

.txt3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:14px;
    line-height: 2;
    color:#fff;
	text-align:left;
	padding:0 0 0 30px;
}


.txt4 {
    font-size:18px;
    line-height: 2;
    color:#e00000;
	font-weight:bold;
}


.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;
	padding:20px 0;
}

.twicon {
	width:300px;
	height:300px;
	float:left;
	margin:0;
	padding:0;
}

.wallpaper {
	width:900px;
	height:300px;
	float:left;
	margin:0;
	padding:0;
}

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

#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; }

.howto {
	background:#760001;
	padding:10px 0 20px;
	margin:0 auto;
	width:900px;
}


.howto a:link {
	color:#0085E5;
	text-decoration:underline;
}

.howto a:hover {
	color:#fff;
	text-decoration:none;
}

.howto .txt {
	padding:0 40px 10px 40px;
	color:#fff;
}