/*--------------------
* モーダルウィンドウ
--------------------*/
#global_menu {
	z-index: 1001;
	position:relative;
	width: 293px;
	padding: 0px;
	display:none;
}

#global_footer_menu {
	z-index: 1001;
/*	position:relative;*/
	width: 293px;
/*    top: 3300px;*/
	padding: 0px;
	display:none;
}

#lean_overlay,
#lean_overlay2,
#lean_overlay3 {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

/*--------------------
* モーダルウィンドウ(GREE用)
--------------------*/
#global_menu_gree {
	z-index: 1001;
/*	position: relative;*/
    top: 0px;
	width: 292px;
	padding: 0px;
	display:none;
	margin:0px auto;
}

#global_footer_menu_gree {
	z-index: 1001;
/*	position: relative;*/
/*    top: 0px;*/
	width: 292px;
	padding: 0px;
	display:none;
	margin:0px auto;
}

#header_menu,
#footer_menu{
	display:block;
	cursor: pointer;
}

#overlay{
	display: none;
	width: 100%;
	height:100%;
/*	text-align: center;*/
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}

#overlay_footer{
	display: none;
	width: 100%;
	height:100%;
/*	text-align: center;*/
	position: fixed;
/*    top: 3300px;*/
	z-index: 102;
	background: rgba(0,0,0,0.7);
}

#prof_img_detail,
#deck_img_detail_0,
#deck_img_detail_1,
#deck_img_detail_2,
#deck_img_detail_3,
#deck_img_detail_4 {
	z-index: 1002;
	position: absolute;
	display:none;
	cursor: pointer;
}

/*--------------------
* ステータスBOX
--------------------*/
#status_header {
	text-align:center;
	padding-bottom:0px;
	line-height:37px;
	margin:0px auto;
}
#status_box {
	background-color: #0d0316;
	margin: 0px auto;
	width:293px;
	border-right: solid 1px #777;
	border-left: solid 1px #777;
	border-bottom: solid 1px #777;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0px;
}
#status_box table {
	font-size: 16px;
}
#status_header_gree {
	text-align:center;
	padding-bottom:0px;
	line-height:40px;
	margin:0px auto;
}
#status_box_gree {
	background-color: #0d0316;
	margin: 0px auto;
	width:294px;
	border-right: solid 1px #777;
	border-left: solid 1px #777;
	border-bottom: solid 1px #777;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0px;
}

.guild_battle_link a {
	text-decoration:none;
}