@charset "UTF-8";
@import "style.css";

/* CSS Document */

*{font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;}

body{ 
	background: url(../images/bg.jpg) top center no-repeat;
	background-color:#000000;
	margin: 0 auto; 
	padding: 0;
	/*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    overflow-x: hidden;
	}

#wrapper{
	height: 860px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
}

.logo{
	background: url(../images/logo.png)top center no-repeat;
	width: 308px;
	height: 130px;
	text-indent: -9999px;
	position: absolute;
	margin: 40px -150px;
	z-index: 1;
}

.logo:hover{
	margin:43px -147px 0 -147px;
}

.btn1{	
	position: relative;
	margin: 0 auto 0;
	padding: 650px 0 0;
}

.member{
	width:63px;
	height:65px;
	background: url(../images/member.png)top center no-repeat;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	margin: 0 -120px 0;
}

.member:hover{
	margin: 0 -117px 0;
}

.download{
	width:63px;
	height:65px;
	background: url(../images/download.png)top center no-repeat;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	margin: 0 -50px 0;
}

.download:hover{
	margin: 0 -47px 0;
}

.fb{
	width:63px;
	height:65px;
	background: url(../images/fb.png)top center no-repeat;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	margin: 0 20px 0;
}

.fb:hover{
	margin: 0 23px 0;
}

        #footer{
            text-align: center;
            color: #FFF;
            padding: 10px;
            position:relative;
            bottom: 0px;
		    width:100%;
		    background-color: rgba(0, 0, 0, 0.4);
        }
        #footer img{
            width: 100%;
            height: auto;
            display: block;
        }
        #footer .rating{
            text-align:left;
        }
        #footer .rating img{
            width:25%;
            float:left;
            display: block;
        }
        #footer .rating div{
            float:right;
            display: block;
        }
        #footer .rating div p{
            display:list-item;
            list-style: initial;
            margin:0;
            font-size: 12px;
        }