@charset "UTF-8";

body {
	background-color:#EADFCE;
}

img {
	width:100%;
}

hr {
	border:none;
}

#header {
	width:100%;
	text-align:center;
	background:url("../img/pc/bg_header.png") top center no-repeat;
	background-size:cover;
	padding:10px 0;
	position:relative;
	z-index:100;
}

#logo-monster-strike {
	width:90px;
	margin:0 auto;
}

.border-line {
	width:100%;
	height:4px;
	display:block;
	background:url("../img/pc/line.png") top center no-repeat;
	background-size:cover;
}


#main-content {
	width:100%;
	text-align:center;
	background:url("../img/pc/bg_main.png") top center no-repeat;
	background-size:cover;
	position:relative;
	z-index: 1;
}

#bg-texture::before {
	content:"";
	display:block;
	background:url("../img/pc/texture_left.png") no-repeat;
	background-size:100%;
	top:0;
	left:0;
	width:80px;
	height:190px;
	position:absolute;
	z-index:10;
}

#bg-texture::after {
	content:"";
	display:block;
	background:url("../img/pc/texture_right.png") no-repeat;
	background-size:100%;
	top:0;
	right:0;
	width:80px;
	height:190px;
	position:absolute;
	z-index:10;
}

#bg-texture {
	width:100%;
	position:relative;
	padding:10px 0 28px;
	box-sizing:border-box;
}

#main-content-in::before {
	content:"";
	display:block;
	background:url("../img/pc/bg_content_top.png") no-repeat;
	background-size:100%;
	top:0;
	left:0;
	width:100%;
	height:10px;
	position:absolute;
	z-index:10;
}

#main-content-in::after {
	content:"";
	display:block;
	background:url("../img/pc/bg_content_bottom.png") no-repeat;
	background-size:100%;
	left:0;
	width:100%;
	height:18px;
	position:absolute;
	z-index:10;
}

#main-content-in {
	width:300px;
	margin:0 auto;
	background:url("../img/pc/bg_content_middle.png") top center repeat-y;
	background-size:100%;
	position:relative;
	z-index:100;
}

#txt-closed {
	width:220px;
	margin:0 auto 25px;
	padding-top:30px;
}

.btn {
	width:160px;
	margin:0 auto;
	padding-bottom:5px;
	position:relative;
}

.btn a {
	width:100%;
	display:block;
}

.btn-hover {
	position:absolute;
	top:0;
	left:0;
	transition:0.2s;
}

.btn-hover:hover {
	opacity:0;
	transition:0.2s;
}

#footer {
	width:100%;
	text-align:center;
	background:url("../img/pc/bg_footer.png") top center no-repeat;
	background-size:cover;
	padding:30px 0;
	position:relative;
	z-index:100;
}

#logo-xflag {
	width:50px;
	margin:0 auto;
}

#copyright {
	margin:30px 0 0;
	color:#ffffff;
}
