@charset 'utf-8';
/*----------------------------------------------------認証用CSS*/
#head {
	height: 400px;
}
#menu {
	display: none;
}
#index_enterexit {
	text-align: center;
}
#index_ninsho {
	width: 500px;
	height: 100px;
	margin: 0 auto;
	background: url(../img/index_ninsho.png) no-repeat center center;
}
#index_ninsho li a {
	display: block;
	width: 215px;
	height: 40px;
}
#index_ninsho li span {
	display: none;
}
#index_ninsho #index_enter {
	background: url(../img/index_enter.png) no-repeat;
	float: left;
}
#index_ninsho #index_enter a:hover {
	background: url(../img/index_enter_ov.png) no-repeat;
}
#index_ninsho #index_exit {
	background: url(../img/index_exit.png) no-repeat;
	float: right;
}
#index_ninsho #index_exit a:hover {
	background: url(../img/index_exit_ov.png) no-repeat;
}
/*----------------------------------------------index_group*/
#index_group li {
	margin: 0 3px;
	float: left;
}
#index_group li,
#index_group li a {
	display: block;
	width: 200px;
	height: 60px;
	position: relative;
}
#index_group li span {
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	font-size: 9px;
}
#index_group li#shop_01 a {
	background: url(../img/index_agito_enter_tachikawa.gif) no-repeat top;
}
#index_group li#shop_01 a:hover {
	background: url(../img/index_agito_enter_tachikawa.gif) no-repeat bottom;
}
#index_group li#shop_03 a {
	background: url(../img/index_legend_enter_tachikawa.gif) no-repeat top;
}
#index_group li#shop_03 a:hover {
	background: url(../img/index_legend_enter_tachikawa.gif) no-repeat bottom;
}
#index_group li#shop_05 {
	background: url(../img/index_agito_enter_shinjuku.gif) no-repeat top;
}
#index_group li#shop_05 a:hover {
	background: url(../img/index_agito_enter_shinjuku.gif) no-repeat bottom;
}
#index_group li#shop_06 {
	background: url(../img/index_legend_enter_shinokubo.gif) no-repeat top;
}
#index_group li#shop_06 a:hover {
	background: url(../img/index_legend_enter_shinokubo.gif) no-repeat bottom;
}
#index_group li.shop_iten {
	background: url(../img/index_agito_enter_iten.gif) no-repeat bottom;
}
/*----------------------------------------------index_mobile*/
#index_mobile {
	margin: 10px 0;
}
#index_mobile li#index_qr {
	float: right;
}
#index_mobile li#index_getflash {
	background: url(../img/index_getflash.png) no-repeat;
	float: left;
}
#index_mobile li#index_getflash a {
	display: block;
	width: 138px;
	height: 65px;
}
#index_mobile li#index_getflash a span {
	display: none;
}
/*----------------------------------------------index_note*/
#index_note {
	margin: 10px auto;
	text-align: center;
	color: #999999;
}
#index_note p {
	font-size: 9px;
}
#index_note p strong {
	display: block;
	margin: 10px auto;
	font: normal 12px sans-serif;
	color: #ffffff;
}
/*----------------------------------------------index_link*/
#index_link ul {
	margin: 0 5px;
}
#index_link li {
	width: 200px;
	height: 55px;
	margin: 0 5px 0 0;
	text-align: center;
	float: left;
}
#index_link li a {
	text-decoration: none;
	font-size: 9px;
}
#index_link a img {
	display: block;
	margin: 0 auto;
}
#index_link li br {
	display: none;
}
