@charset "UTF-8";

/*【全体の設定】
━━━━━━━━━━━━━━━━━━━━━━━*/
html {
	height: 100%;
	}
body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
	}

#bg {
	background-image: url("../../img/e_dungeon/bg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	background-color: #ffffff;
	width:100%;
	min-width: 800px;
	position: relative;
	}

#main {
	width: 800px;
	margin: 0 auto;
	background-image: url("../../img/e_dungeon/frame.png");
	background-repeat: repeat-y;
	background-position: center top;
	}

#main .separator {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 24px;
}

#main .line {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 24px;
}


/*【ヘッダー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_header {
	width: 100%;
	min-width: 800px;
	height: 72px;
	background-image: url("../../img/e_dungeon/bg_header.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	}
#page_header_wrapper {
	width:800px;
	margin: 0 auto;
	position: relative;
/*	z-index: 1;*/
	}
#page_header h1 {
	float: left;
	}
#page_header_string {
	float: left;
	margin: 8px 0 0 10px;
	}
#page_header_twitter {
	position: relative;
	top: 42px;
	float: right;
	right: 8px;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 800px;
	height: 60px;
	margin: 0;
	background-image: url("../../img/e_dungeon/bg_footer.gif");
	background-repeat: repeat-x;
	}
#page_footer p {
	width: 500px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
	text-shadow: 1px 1px 5px #104470;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#top_image {
	width:800px;
	top: 0px;
	margin: 0px auto 20px;
	position: relative;
	}

#top_image_copy1 {
	position: absolute;
	left: 154px;
	top: 480px;
}

#top_image_copy2 {
	position: absolute;
	right: 40px;
	top: 400px;
}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 800px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	background: transparent url("../../img/e_dungeon/bg_store.png") no-repeat 0 0;
	}
.store h1 {
	display: none;
	}
.android {
	position: absolute;
	text-align: center;
	top: 24px;
	left: 36px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: absolute;
	text-align: center;
	top: 24px;
	left: 400px;
	}
.iphone .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}



.moeapp_store {
	width: 800px;
	margin: 0 auto 24px;
	}
.moeapp_store h1 {
	display: none;
	}

.moeapp_wrapper {
	width: 800px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}

.moeapp_dl {
	margin: 16px auto 16px;
	}

.moeapp_textblock {
	width: 720px;
	height: 50px;
	position: relative;
	text-align: center;
	margin: 8px 40px 0;
	}
.moeapp_text {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 770px;
	margin: 0 auto 0;
	padding: 0 0 24px;
	background: transparent;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	}
#product h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	}
#product table {
	margin: 0 auto;
	}
#product th,#product td {
	border:1px solid #104470;
	}
#product td {
	padding: 4px 10px;
	background: transparent url("../../img/e_dungeon/bg_white75.png") repeat;
	}
#brand {
	padding: 4px;
}
#brand a img{
	border:1px solid #fff;
	transition: border 0.3s linear 0;
}
#brand a:hover img{
	border:1px solid #3d9;
}
#product th {
	text-align: right;
	width: 150px;
	padding: 2px 6px 2px 0;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0px #104470;
	background: transparent url("../../img/e_dungeon/bg_aqua80.png") repeat;
	}
#product td.model {
	text-align:left;
	width: 430px;
	padding: 2px 8px;
	}

/*【概要】
━━━━━━━━━━━━━━━━━━━━━━━*/
#summary {
	width: 800px;
	margin: 0 auto 24px;
	}
#summary h1 {
	display: none;
	}


#summary_wrapper {
	width: 800px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}

#summary_wrapper .caption_cg {
	margin: 0 0;
	padding: 0 20px 0 10px;
	}

#summary_wrapper p {
	padding: 5px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #ff4a10;
	text-shadow: 1px 1px 3px rgba(200,140,140,0.5);
	}

#summary_text1 {
	width: 750px;
	height: 190px;
	position: relative;
	text-align: left;
	margin: 8px 25px 0;
	}

#summary_text2 {
	width: 720px;
	height: 362px;
	position: relative;
	text-align: left;
	margin: 8px 40px 14px;
	}

#summary_text2_1 {
	width: 670px;
	height: 120px;
	position: relative;
	text-align: left;
	margin: 8px 60px 0;
	}

#summary_text2_2 {
	width: 670px;
	height: 120px;
	position: relative;
	text-align: left;
	margin: 8px 60px 0;
	}

#summary_text2_3 {
	width: 670px;
	height: 120px;
	position: relative;
	text-align: left;
	margin: 8px 60px 30px;
	}

#summary_text3 {
	width: 720px;
	height: 186px;
	position: relative;
	text-align: left;
	margin: 8px 40px 14px;
	}

#summary_text3_1 {
	width: 670px;
	height: 120px;
	position: relative;
	text-align: left;
	margin: 8px 60px 48px;
	}


.banner_right {
	float: right;
	padding-right: 60px;
	}


.title_font {
	padding-top: 4px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #df2a10;
/*	text-shadow: 1px 1px 3px rgba(200,140,140,0.5);*/
	}


/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 800px;
	margin: 0 auto 24px;
	}
#story h1 {
	display: none;
	}
#story_wrapper {
	width: 800px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}

#story_wrapper .caption_cg {
	margin: 0 0;
	padding: 10px 20px 10px 10px;
	}

#story_wrapper h2 {
	display: none;
	}

#story_wrapper div {
	position: relative;
	text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #2264f7;
	}

.s_message {
	padding:8px 10px 8px 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #2264f7;
	text-shadow: 0px 0px 1px rgba(40,40,20,0.8);
	}
.s_message1 {
	padding: 8px 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #2264f7;
	text-shadow: 0px 0px 1px rgba(40,40,20,0.8);
	}
.s_message2 {
	padding: 8px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #ba15f0;
	text-shadow: 0px 0px 1px rgba(220,80,60,0.8);
	}
.s_message3 {
	padding:8px 0;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	color: #ff6ee2;
	}
.s_message4 {
	padding:8px 0;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	color: #c545cd;
	}

#story_text1 {
	width: 780px;
	height: 248px;
	}

#story_text2 {
	width: 780px;
	height: 140px;
	}

#story_text3 {
	width: 780px;
	height: 126px;
	}


/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#character {
	width: 800px;
	margin: 0 auto 24px;
	}
#character h1 {
	display: none;
	}
#character_wrapper {
	text-align: center;
	overflow: hidden;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	}

#character_wrapper .caption_cg {
	margin: 0 0;
	padding: 12px 0 0;
	}

#chara01 {background-image:url('../../img/e_dungeon/chara01.png');}
#chara02 {background-image:url('../../img/e_dungeon/chara02.png');}
#chara03 {background-image:url('../../img/e_dungeon/chara03.png');}
#chara04 {background-image:url('../../img/e_dungeon/chara04.png');}

#chara11 {background-image:url('../../img/e_dungeon/chara11.png');}
#chara12 {background-image:url('../../img/e_dungeon/chara12.png');}
#chara13 {background-image:url('../../img/e_dungeon/chara13.png');}
#chara14 {background-image:url('../../img/e_dungeon/chara14.png');}
#chara15 {background-image:url('../../img/e_dungeon/chara15.png');}
#chara16 {background-image:url('../../img/e_dungeon/chara16.png');}
#chara17 {background-image:url('../../img/e_dungeon/chara17.png');}
#chara18 {background-image:url('../../img/e_dungeon/chara18.png');}
#chara19 {background-image:url('../../img/e_dungeon/chara19.png');}

.character_one {
	width: 800px;
	height: 620px;
	margin: 20px auto;
	text-align: left;
	position: relative;
	}
.character_one h2 {
	display: none;
	}

.character_two {
	width: 800px;
	height: 480px;
	margin: 20px auto;
	text-align: left;
	position: relative;
	}

.character_two h3 {
	display: none;
	}

.character_text1 {
	position: absolute;
	top: 144px;
	left: 416px;
	width: 300px;
	height: 416px;
	}
.text1 {
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 0px 1px rgba(10,10,10,0.8);
	}

.character_text2 {
	position: absolute;
	top: 136px;
	left: 416px;
	width: 300px;
	height: 296px;
	}


/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 800px;
	margin: 0 auto 24px;
	}
#sample h1 {
	display: none;
	}
#sample_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 12px;
	}

.sample_block {
	width: 800px;
	height: 80px;
	margin: 16px auto 8px;
}

#sample a img {
	border: 1px solid #fff;
	opacity: 1;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	transition: all 0.2s linear 0;
	}
#sample a:hover img {
	border: 1px solid #f00;
	opacity: 0.8;
	}

/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 800px;
	margin: 0 auto;
	}
#inst h1 {
	display: none;
	}
#inst_wrapper {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 800px;
	position: relative;
	}

#inst_wrapper .separator {
	width: 800px;
	margin: 0 auto;
	padding: 4px 0 4px;
}
