@charset "shift_jis";
/* CSS Document */




/*==================================
   body
==================================*/


body, h1, h2, h3, h4, ul, li, p, form {
	font-size: 100%;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
body { 
	background-color:#000;
	background-image: url();
	font-size: 12px;
	background-position: center top;
	color: #fff;
}
a img {
	border: 0px;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #820000;
}
.box {
	margin-bottom: 10px;
}
.c_both {
	clear: both;
	*font-size: 1%;
	*line-height: 1%;
	*height: 1%;
	*width: 1%;
}
.blue {
	color: #00F;
}
.red {
	color: #F00;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/enter/enter.jpg);
	background-repeat: no-repeat;
}


/*==================================
  top
==================================*/
#header_top {
    background: url(http://zenra-max.com/img/enter/header_top.png) left top repeat-x;
    height: 29px;
    padding: 0;
}
#header_top h1{
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
}
#mobile {
	position:absolute;
	top: 5px; right: 10px;
}

/*==================================
   enter leave
==================================*/

#enter_bt {
	position: absolute;
	left: 40px;
	top: 700px;
}
#enter_bt a {
	height: 90px;
	width: 250px;
	display: block;
	background-image: url(/img/enter/enter_bt.jpg);
	background-repeat: no-repeat;
}
#enter_bt a:hover {
	background-position: 0 -90px;
}

#enter_bt02 {
	position: absolute;
	left: 41px;
	top: 800px;
}
#enter_bt03 {
	position: absolute;
	left: 41px;
	top: 878px;
}
#enter_bt04 {
	position: absolute;
	left: 41px;
	top: 954px;
}
#enter_bt02 a:hover,
#enter_bt03 a:hover,
#enter_bt04 a:hover {
    opacity: 0.8;
}
#leave_bt {
	position: absolute;
	left: 300px;
	top: 700px;
}
#leave_bt a {
	height: 90px;
	width: 250px;
	display: block;
	background-image: url(/img/enter/leave_bt.jpg);
	background-repeat: no-repeat;
}
#leave_bt a:hover {
	background-position: 0 -90px;
}




#text1 {
	margin: 50px 0 20px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
#text_box {
	width: 806px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.5;
}


/* banner 
------------------------*/

.banner_box {
	width: 960px;
	margin: 200px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.justify {
    justify-content: flex-start;
}
.banner {
	margin: 0 10px 5px 0;
    
}


.banner_box2 .banner {
	margin-bottom: 10px;
}







#copy {
	background-color: #750000;
	padding: 20px;
	margin-top: 50px;
}






