@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;
}
#enter_bt a:hover {
	opacity: 0.8;
}
#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;
}
#leave_bt a:hover {
	opacity: 0.8;
}
#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;
}


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




/*==================================
   movie
==================================*/


#movie {
	display: block;
	position: absolute;
	top: 60px;
	left: 370px;
}
#movie video {
	border: 3px solid #000;
}
#movie01 {
	display: block;
	position: absolute;
	top: 70px;
	left: -60px;
}
#movie video {
	border: 3px solid #000;
}
#movie02 {
	display: block;
	position: absolute;
	top: 70px;
	left: 500px;
}
#movie video {
	border: 3px solid #000;
}


/* =======================================
   bn
======================================= */

#kutikomi_bt {
	height: 40px;
	width: 200px;
	position: absolute;
	left: 273px;
	top: 785px;
}

#banner {
	width: 1000px;
	margin: 0 auto 20px;
}
#banner table {
	margin-left: 19px;
}







