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

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;
}
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;
}



/*==================================
   header 
==================================*/
#header_top {
    background: url(https://zenra-max.com/img/enter/header_top.png) left top repeat-x;
    height: 29px;
    padding: 0;
}
#header_top h1{
	color: #fff;
	text-align: center;
	line-height: 1.8;
	font-size: 16px;
}
#mobile a{
	color: #fff;
}
#mobile {
	text-decoration: underline;
	float: right;
	margin-top: -23px;
	font-size: 16px;
}


/*==================================
   contents 
==================================*/
#container {
	width: 1000px;
    height: 1150px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

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

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

#leave_bt {
	position: absolute;
	left: 690px;
	top: 808px;
}
#leave_bt a {
	height: 90px;
	width: 250px;
	display: block;
	background-image: url(/img/enter/leave_bt.jpg);
	background-repeat: no-repeat;
}
#recruit_bt {
    display: flex;
	position: absolute;
	left: 0px;
	top: 630px;
}
#recruit_bt img{
    width: 100%;
    height: auto;
}

.btn_box {
    position: absolute;
    left: 420px;
    top: 918px;
    width: 400px;
}
.btn_box a{
    width: 400px;
    display: flex;
    margin-bottom: 10px;
}


#leave_bt a:hover,
#enter_bt a:hover{
	opacity: 0.8;
}

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


/* =========================================
   bunner 
==========================================*/
#bunner_box {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
#bunner_box td {
	vertical-align:top;
    text-align: center;
}
#bunner_box td img {
    margin-right: 5px;
}



/* =========================================
   kuchikomi 
==========================================*/

.widget_box {
	width: 675px;
	margin: 100px auto 50px;
	overflow: hidden;
}
.heaven_widget {
	float: left;
	margin-right: 5px!important;
}

















