@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/aqua/bg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	background-color: #fff;
	width:100%;
	min-width: 980px;
	position: relative;
	}


#main {
	width: 980px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: center top;
	}

/*【ヘッダー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_header {
	width: 100%;
	min-width: 980px;
	height: 96px;
	background-image: url("../../img/aqua/bg_header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	}
#page_header_wrapper {
	width:980px;
	margin: 0 auto;
	position: relative;
/*	z-index: 1;*/
	}
#page_header h1 {
	float: left;
	}
#page_header_string {
	float: left;
	margin: 6px 0 0 10px;
	position: relative;
	}
#page_header_twitter {
	position: relative;
	top: 68px;
	float: right;
	right: 8px;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 980px;
	height: 60px;
	margin: 0;
	background-image: url("../../img/aqua/bg_footer.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#page_footer p {
	width: 600px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
	text-shadow: 1px 1px 3px #00ffff;
	color: #fff;
	font-size: 18px;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/

#top_image {
	width:888px;
	top: 0px;
	margin: 0 auto 20px;
	position: relative;
	}

#top_image_copy1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

#top_image_copy2 {
	position: absolute;
	right: 0px;
	top: 0px;
}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 940px;
	margin: 0 auto 24px;
	}

.store h1 {
	display: none;
	}

.store_wrapper {
	width: 940px;
	height: 218px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/aqua/store_frame.png") no-repeat;
	}

.store_caption {
	position: relative;
	top: 0;
	left: 0;
	padding: 16px 48px 12px;
	text-align: left;
	}

.store_box {
	position: relative;
	margin: 0 auto;
	width: 860px;
	}

.android {
	position: absolute;
	text-align: center;
	top: 2px;
	left: 60px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: absolute;
	text-align: center;
	top: 2px;
	right: 60px;
	}
.iphone .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}


#moeapp_store {
	width: 940px;
	margin: 0 auto 24px;
	}
#moeapp_store h1 {
	display: none;
	}

#moeapp_wrapper {
	width: 940px;
	height: 248px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/aqua/dl_frame.png") no-repeat;
	}

#moeapp_caption {
	position: relative;
	top: 0;
	left: 0;
	padding: 16px 48px 12px;
	text-align: left;
	}


#moeapp_dl {
	margin: 4px auto 2px;
	}

#moeapp_text {
	width: 680px;
	height: 60px;
	position: relative;
	text-align: right;
	margin: 8px 90px 0;
	}
#moeapp_text p {
	color: #2ea9ff;
	font-size: 18px;
	padding: 2px 0;
	line-height: 20px;
	text-shadow: 1px 1px 1px rgba(120,120,120,0.5);
	margin: 0;
	}

#moeapp_text a:visited {
	color: #b6f;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 790px;
	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 #2092ff;
	}
#product td {
	padding: 4px 10px;
	font-size: 16px;
	background: transparent url("../../img/aqua/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: 190px;
	padding: 2px 6px 2px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0px #102440;
	background: transparent url("../../img/aqua/bg_aqua80.png") repeat;
	}
#product td.model {
	text-align:left;
	width: 430px;
	padding: 2px 8px;
	}

/*【イントロダクション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#introduction {
	width: 960px;
	margin: 24px auto 24px;
	}

#introduction h1 {
	display: none;
	}


#introduction_wrapper {
	width: 940px;
	height: 700px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/aqua/intro_frame.png") no-repeat;
	}

#introduction_caption {
	position: relative;
	top: 0;
	left: 0;
	padding: 16px 48px 12px;
	text-align: left;
	}

#introduction_box {
	margin: 0 auto;
	width: 940px;
	height: 620px;
	position: relative;
	}

#introduction_box .cg1 {
	text-align: left;
	position: relative;
	top: 4px;
	left: 20px;
	float: left;
	}


#introduction_box .cg2 {
	text-align: left;
	position: relative;
	margin: 20px auto;
	float: none;
	}


#introduction_box .text1 {
	position: relative;
	width: 690px;
	height: 110px;
	top: 4px;
	right: 20px;
	text-align: left;
	float: right;
	}

#introduction_box .text1 p {
	padding: 5px 5px;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
/*	color: #79f4fc;*/
	color: #fff;
	text-shadow: 1px 2px 4px rgba(17,84,172,1.0);
	}

#introduction_box .text2 {
	position: relative;
	width: 690px;
	height: 160px;
	top: 4px;
	right: 20px;
	text-align: left;
	float: right;
	}

#introduction_box .text2 p {
	padding: 5px 5px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #2f91fb;
	text-shadow: 1px 1px 2px rgba(250,250,250,0.9);
	}



/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 960px;
	margin: 24px auto 24px;
	}
#story h1 {
	display: none;
	}
#story_wrapper {
	width: 940px;
	height: 960px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/aqua/story_frame.png") no-repeat;
	}

#story_caption {
	position: relative;
	top: 0;
	left: 0;
	padding: 16px 48px 12px;
	text-align: left;
	}

#story_box {
	margin: 0 auto;
	width: 940px;
	height: 820px;
	position: relative;
	}

#story_box .text1 {
	position: relative;
	width: 880px;
	height: 296px;
	margin: 4px 0;
	top: 0;
	left: 40px;
	text-align: left;
	float: left;
	}

#story_box .text1 p {
	font-size: 16px;
	line-height: 21px;
/*	color: #68fbb1;*/
	color: #2ea9ff;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	font-weight: bold;
	}

#story_box .text1_pink {

/*	color: #fd71f8;*/
	color: #ff5dee;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text1_blue {
	color: #4076ff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .cg1 {
	text-align: left;
	position: relative;
	top: 10px;
	right: 40px;
	float: right;
	}

#story_box .text2 {
	position: relative;
	width: 520px;
	height: 200px;
	margin: 4px auto;
	left: 40px;
	text-align: left;
	float: left;
	}

#story_box .text2 p {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text2_blue {
	color: #1046ff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text2_green {
	color: #06f20b;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text3 {
	position: relative;
	width: 880px;
	height: 260px;
	margin: 24px 0;
	top: 0;
	left: 40px;
	text-align: left;
	float: left;
	}

#story_box .text3 p {
	font-size: 16px;
	line-height: 21px;
/*	color: #68fbb1;*/
	color: #2ea9ff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text3_red {
	color: #f00;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text3_pink {
	color: #ff88f0;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text3_blue {
	color: #4076ff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text3_purple {
	color: #e076ff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text3_aqua {
	color: #08d6fb;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text3_orange {
	color: #ffd52b;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#story_box .text3_pink {
	color: #fd71f8;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}


/*【ワールド】
━━━━━━━━━━━━━━━━━━━━━━━*/
#world {
	width: 960px;
	margin: 24px auto;
	}
#world h1 {
	display: none;
	}
#world_wrapper {
	width: 940px;
	height: 1824px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/aqua/world_frame.png") no-repeat;
	}

#world_caption {
	position: relative;
	top: 0;
	left: 0;
	padding: 16px 48px 12px;
	text-align: left;
	}

#world_box1 {
	margin: 6px auto 32px;
	width: 940px;
	height: 216px;
	position: relative;
	text-align: left;
	}

#world_box1 .text1 {
	position: relative;
	width: 500px;
	height: 200px;
	margin: 0 0;
	right: 30px;
	text-align: left;
	float: right;
	}

#world_box1 .text1 p {
	font-size: 16px;
	line-height: 18px;
/*	color: #68fbb1;*/
	color: #2ea9ff;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	font-weight: bold;
	}

#world_box1 .text1_blue {
	color: #1046ff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

#world_box1 .cg1 {
	position: relative;
	margin: 0 0 0 30px;
	text-align: left;
	float: left;
	}


#world_box2 {
	margin: 0 auto;
	position: relative;
	width: 940px;
	height: 1488px;
	text-align: left;
	padding:0;
	}

#world_box2 .cg2_1 {
	position: relative;
	margin:0 0 0 30px;
	padding:0;
	float: left;
	}

#world_box2 .cg2_2 {
	position: relative;
	margin:0 0 0 20px;
	padding:0;
	float: left;
	}
#world_box2 .cg2_3 {
	position: relative;
	margin:0 0 0 20px;
	padding:0;
	float: left;
	}

#world_box2 .text2_1 {
	position: relative;
	width: 288px;
	height: 90px;
	margin: 0 0 0 30px;
	text-align: left;
	float: left;
	}

#world_box2 .text2_1 p {
	padding: 5px 5px;
	font-size: 15px;
	line-height: 18px;
/*	color: #68fbb1;*/
	color: #2ea9ff;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	font-weight: bold;
	}

#world_box2 .text2_2 {
	position: relative;
	width: 288px;
	height: 90px;
	margin: 0 0 0 10px;
	text-align: left;
	float: left;
	}

#world_box2 .text2_2 p {
	padding: 5px 5px;
	font-size: 15px;
	line-height: 18px;
/*	color: #68fbb1;*/
	color: #2ea9ff;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	font-weight: bold;
	}

#world_box2 .text2_3 {
	position: relative;
	width: 288px;
	height: 90px;
	margin: 0 0 0 10px;
	text-align: left;
	float: left;
	}

#world_box2 .text2_3 p {
	padding: 5px 5px;
	font-size: 15px;
	line-height: 18px;
/*	color: #68fbb1;*/
	color: #2ea9ff;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	font-weight: bold;
	}

#world_box2 .text2_blue {
	color: #1046ff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}


/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#character {
	width: 940px;
	margin: 0 auto 24px;
	}
#character h1 {
	display: none;
	}
#character_wrapper {
	width: 940px;
	height: 4096px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/aqua/chara_frame.png") no-repeat;
	}

#character_caption {
	position: relative;
	top: 0;
	left: 0;
	padding: 16px 48px 12px;
	text-align: left;
	}

#chara01 {background-image:url('../../img/aqua/chara01.png');}
#chara02 {background-image:url('../../img/aqua/chara02.png');}
#chara03 {background-image:url('../../img/aqua/chara03.png');}
#chara04 {background-image:url('../../img/aqua/chara04.png');}
#chara05 {background-image:url('../../img/aqua/chara05.png');}
#chara06 {background-image:url('../../img/aqua/chara06.png');}
#chara07 {background-image:url('../../img/aqua/chara07.png');}
#chara08 {background-image:url('../../img/aqua/chara08.png');}
#chara09 {background-image:url('../../img/aqua/chara09.png');}
#chara10 {background-image:url('../../img/aqua/chara10.png');}
#chara11 {background-image:url('../../img/aqua/chara11.png');}
#chara12 {background-image:url('../../img/aqua/chara12.png');}

.character_one {
	width: 880px;
	height: 320px;
	margin: 0 auto 13px;
	text-align: left;
	position: relative;
	}

.character_one h2 {
	display: none;
	}

.character_description {
	width: 560px;
	height: 24px;
	top: 14px;
	right: 40px;
	margin: 0 0;
	text-align: right;
	position: absolute;
	}

.character_description p {
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	color: #2ea9ff;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	}

.character_name {
	width: 580px;
	height: 40px;
	top: 40px;
	right: 20px;
	margin: 0 0;
	text-align: right;
	position: absolute;
	}

.character_name p {
	padding: 0;
	font-size: 28px;
	line-height: 28px;
	color: #fff;
	text-shadow: 2px 2px 6px rgba(120,240,240,1.0);
	font-weight: bold;
	}

.character_serif {
	width: 560px;
	height: 44px;
	top: 76px;
	right: 30px;
	margin: 0 0;
	text-align: right;
	position: absolute;
	}

.character_serif p {
	padding: 0;
	font-size: 19px;
	line-height: 22px;
	color: #ffd7e9;
	text-shadow: 1px 1px 2px rgba(220,90,90,1.0);
/*	font-weight: bold;*/
	}

.character_serif1 {
	width: 520px;
	height: 22px;
	top: 70px;
	right: 30px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif1 p {
	padding: 0;
	font-size: 19px;
	line-height: 22px;
	color: #ffd7e9;
	text-shadow: 1px 1px 2px rgba(220,90,90,1.0);
/*	font-weight: bold;*/
	}

.character_serif2 {
	width: 560px;
	height: 22px;
	top: 90px;
	right: 30px;
	margin: 0 0;
	text-align: right;
	position: absolute;
	}

.character_serif2 p {
	padding: 0;
	font-size: 19px;
	line-height: 22px;
	color: #ffd7e9;
	text-shadow: 1px 1px 2px rgba(220,60,60,1.0);
/*	font-weight: bold;*/
	}

.character_serif_blue {
	color: #1046ff;
	text-shadow: 1px 1px 2px rgba(60,60,220,1.0);
/*	font-weight: bold;*/
	}

.character_spec1 {
	width: 340px;
	height: 60px;
	top: 122px;
	right: 200px;
	margin: 0 0;
	text-align: right;
	position: absolute;
	}

.character_spec1 p {
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	color: #2ea9ff;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	font-weight: bold;
	}

.character_spec2 {
	width: 160px;
	height: 60px;
	top: 122px;
	right: 40px;
	margin: 0 0;
	text-align: right;
	position: absolute;
	}

.character_spec2 p {
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	color: #2ea9ff;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	font-weight: bold;
	}

.character_text {
	width: 550px;
	height: 124px;
	top: 182px;
	right: 30px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	background-image:url('../../img/aqua/text_back.png');
	}

.character_text p {
	padding: 7px 30px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(160,240,240,1.0);
	font-weight: bold;
	}


/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 940px;
	margin: 0 auto 24px;
	}

#sample h1 {
	display: none;
	}

#sample_wrapper {
	width: 940px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/aqua/sample_frame.png") no-repeat;
	}

#sample_caption {
	position: relative;
	top: 0;
	left: 0;
	padding: 16px 48px 12px;
	text-align: left;
	}

.sample_block {
	width: 900px;
	height: 80px;
	margin: 4px auto 16px;
}

#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: 940px;
	margin: 24px auto 24px;
	background: transparent url("../../img/aqua/back.png") repeat-y;
	}
#inst h1 {
	display: none;
	}

#inst_wrapper {
	width: 940px;
	height: 4096px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/aqua/chara_frame.png") no-repeat;
	}

#inst_wrapper p {
	color: #000;
}

#inst_wrapper .caption_cg {
	margin: 8px auto 12px;
	}

#inst .b_button {
	margin: 16px auto 16px;
	}

#inst .separator {
	width: 800px;
	margin: 0 auto;
	padding: 4px 0 4px;
	}

