﻿@charset "UTF-8";

/* モバイルCSS */

body {
	width:960px !important;
}

#menu {
	display: none
}

#menu_back {
	display: none;
}

#menu_sp {
	display: block;
	width: 960px;
	height: 120px;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	z-index: 100;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: white solid;
	border-top: white solid;
}
#game_logo_sp {
	width: 270px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
}


#menu_btn_sp {
	width: 116px;
	height: 116px;
	top: 5px;
	right: 5px;
	position: absolute;
}

#menu_close_btn_sp {
	width: 116px;
	height: 116px;
	top: 5px;
	right: 5px;
	position: absolute;
	display: none;
}

#menu_back_sp {
	width: 100%;
	height: 150px;
	display:block
}

#menu_modal_area_sp {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;
}

#menu_modal_sp {
	position: fixed;
	width: 680px;
	height: 874px;
	left: 50%;
	top: 120px;
	margin-left: -340px;
}

#modal_btn_area_sp {
	width: 600px;
	height: 750px;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -300px;
}

.menu_item_sp {
	position: relative;
	width: 490px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
}

	.menu_item_sp img {
		width: 100%;
		height: 100%;
	}

#menu_modal_back_sp {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}


/*system*/
#system_title_image {
	width:960px;

}

#system_menu_scenario {
	width: 320px;
}
#system_menu_ending {
	width: 320px;
}

#system_menu_summon {
	width: 320px;
}

#system_image {
	display: none;
}

#system_image_sp {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
#system_image2 {
	width:960px;
}
	/* footer */
#footer_box {
	display: block;
}

#footer_box_in1 {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#footer_box_in1 img {
	width:960px;
}

#footer_box_in2 {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#footer_box_in2 img {
	width:960px;
}
