@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :contents.css
 style info :第2階層以下、ポップアップのコンテンツエリア関係 他
=================================================================== */


body{padding:0;margin:0;background-color:#000;}
#copy{z-index:1; margin: -120px 0 0 -267px; position: absolute;top:30%;left:50%;width:534px;height:240px;}
#btnList{
	position:absolute;
	left:50%;
	bottom:50px;
	width:786px;
	margin-left:-393px;
}
#btnList ul{
	overflow:hidden;
	margin-left:-48px;
	margin-top:20px;
}
#btnList ul li{
	float:left;
	margin-left:48px;
}

#copyright{position: absolute;bottom:20px;left:50%;margin:0 0 0 -181px;}

#loader {
    width: 250px;
    height: 230px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -115px; /* heightの半分のマイナス値 */
    margin-left: -125px; /* widthの半分のマイナス値 */
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%!important;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

footer{
	border:none;
}
footer .top .copy{
	text-align:center;
}
