@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;
	font-size: 12px;
}
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 contents 
==================================*/
#header_top {
    background: url(http://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;
}

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

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

/*==================================
   footer
==================================*/

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

/*==================================
   kuchikomi_box
==================================*/

.kuchikomi_box {
	min-width: 1100px;
	max-width: 1200px;
	margin: 30px auto 30px;
}

.hime-channel {
    width: 950px;
    margin: 0 auto 30px;
}

.qzin iframe{
    margin: 20px auto;
    display: flex;
}


table {
    width: 480px;
    margin: 0 auto 30px;
}

/*==================================
   bunner
==================================*/


.bunner_box table {
    width: 950px;
    margin: 0 auto 30px;
}



