@charset "UTF-8";

*{
	box-sizing: border-box;
}
html{height:100%;}
body{
	margin:0;
	background-color:#FFF;
	color:#ffffff;
	background-image:url(/musou_abyss/assets/img/common/main-wp.jpg);
	background-attachment: fixed;
	height:100%;
	font-size:14px;
	line-height:1.5;
}

.oneword{
	display:inline-block;
}

a{
	color:#0070c1;
	text-decoration:none;
}

#wrapper{
	width:100%;
	max-width:1000px;
	min-height:100%;
	margin:0 auto;
	background-color:rgba(0, 0, 0, 0.8);
	position:relative;
}

#wrapper #header{
	width:100%;
}

#wrapper .title_logo{
	position: absolute;
    width: 23%;
    right: 5px;
    max-width: 200px;}

#wrapper .title_logo img{width:100%;}

#contents{
	width:90%;
	margin:0 auto;
}

#bnn-official{
	display:block;
	margin:30px auto;
}

#footer{
	text-align:center;
	font-size:80%;
	width:100%;
	height:20px;
	bottom:0;
	left:0;
}


#start #contents img{
	border:0;
	display:block;
	margin:0 auto;
}


#start #contents img#bt-member,
#start #contents img#bt-gc,
#start #contents img#bt-mail{
}

#start #contents img#bt-member{
	margin-top:3px;
}

#start #contents img#bt-gc{
	margin-top:8px;
}

#start #contents img#bt-mail{
	margin-top:30px;
}
