@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  index.css
 style info :  認証のレイアウト
=================================================================== */

/**===========認証ページ===========**/

#mainWrp-03 h1,#mainWrp-03 h2 {
	font-weight:normal;
	color:#ffffff;
	text-align:center;
}

#niBox {
	background:url(../../img/index/bg_02.png) left top no-repeat #000000;
	padding-bottom:20px;
}

#ni-T {
	padding:17px 0 10px 265px;
}

#ni-navi {
	width:424px;
	overflow:hidden;
}

#ni-navi li {
	display:block;
	float:left;
	width:182px;
	height:62px;
	padding:0 15px;
}

#ni-navi li a {
	display:block;
	width:182px;
	height:62px;
	text-indent:-9999px;
}

.ni-navi-01 {
	background:url(../../img/index/ni_nav_01.gif) left top no-repeat;
}

.ni-navi-02 {
	background:url(../../img/index/ni_nav_02.gif) left top no-repeat;
}

#ni-navi li a:hover {
	background-position:0 -62px;
}

/*注意事項*/
#ni-M {
	text-align:center;
	color:#ffffff;
	font-size:85%;
	padding-bottom:10px;
}

#ni-B {
	width:697px;
	margin-left:96px;
}

#ni-B:after { /*背景の繰り返し clearfix*/ 
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
}

/*フラッシュ*/
#ni-BL {
	width:88px;
	float:left;
	padding-right:5px;
}

#ni-BLM {
	color:#ffffff;
	font-size:85%;
	width:275px;
	float:left;
	padding-right:10px;
}

/*18歳未満入場禁止*/
#ni-BRM {
	width:44px;
	float:left;
	padding-right:5px;
}

#ni-BR {
	width:270px;
	padding-top:15px;
	color:#ffffff;
	float:right;
}

/*コピーライト*/
#ni-ftBox {
	clear:both;
	padding-bottom:40px;
	color:#ffffff;
	font-size:85%;
	text-align:center;
	background:#000000;
}

/*バナー*/
#ni-bnrBox {
	background:#000000;
}