@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/rebellions/bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-color: #ffffff;
	width:100%;
	min-width: 800px;
	position: relative;
	}

#main {
	width: 800px;
	margin: 0 auto;
	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/rebellions/bg_header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	}
#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/rebellions/bg_footer.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#page_footer p {
	width: 500px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
	text-shadow: 1px 1px 3px #104470;
	color: #fff;
	font-size: 16px;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#top_image {
	width:800px;
	top: 0px;
	margin: 16px auto 20px;
	position: relative;
	}

#top_image_copy1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

#top_image_copy2 {
	position: absolute;
	right: 0px;
	top: 0px;
}

/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 800px;
	margin: 0 auto 24px;
	}
.store h1 {
	display: none;
	}

.store_wrapper {
	width: 800px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/rebellions/back.png") no-repeat;
	}

.store_wrapper .caption_cg {
	position: relative;
	margin: 8px auto 12px;
	}

.store_box {
	position: relative;
	width: 800px;
	height: 120px;
}

.android {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width:380px;
	left:30px;
	float: left;
	}
.android .text {
	color: #fff;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: relative;
	text-align: center;
	margin: 0 auto;
	right:30px;
	width:380px;
	float: right;
	}
.iphone .text {
	color: #fff;
	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;
	height: 240px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/rebellions/back.png") no-repeat;
	}

#moeapp_wrapper .caption_cg {
	margin: 8px auto 12px;
	}


#moeapp_dl {
	margin: 4px auto 2px;
	}

#moeapp_text {
	width: 680px;
	height: 60px;
	position: relative;
	text-align: right;
	margin: 8px 40px 0;
	}
#moeapp_text p {
	color: #fff;
	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 #533e22;
	}
#product td {
	padding: 4px 10px;
	font-size: 16px;
	background: transparent url("../../img/rebellions/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/rebellions/bg_gray80.png") repeat;
	}
#product td.model {
	text-align:left;
	width: 430px;
	padding: 2px 8px;
	}

/*【イントロダクション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#introduction {
	width: 800px;
	margin: 0 auto 24px;
	}
#introduction h1 {
	display: none;
	}


#introduction_wrapper {
	width: 800px;
	height: 1130px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/rebellions/back.png") no-repeat;
	}

#introduction_wrapper .caption_cg {
	margin: 8px auto 12px;
	}

#introduction_box {
	margin: 0 auto;
	width: 700px;
	height: 520px;
	position: relative;
	}

#introduction_text {
	width: 700px;
	height: 520px;
	text-align: left;
	float: left;
	}

#introduction_text p {
	padding: 5px 5px;
	font-size: 16px;
	line-height: 18px;
/*	font-weight: bold;*/
	color: #fff;
	text-shadow: 1px 1px 1px rgba(120,120,120,0.5);
	}

#introduction_text .cg {
	float: right;
	padding: 5px 10px 5px 20px;
	}


/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 800px;
	margin: 0 auto 24px;
	}
#story h1 {
	display: none;
	}
#story_wrapper {
	width: 800px;
	height: 1162px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/rebellions/back.png") no-repeat;
	}

#story_wrapper .caption_cg {
	margin: 8px auto 12px;
	}

#story_wrapper .cg1 {
	padding: 5px 0 5px 0;
	}

#story_box {
	margin: 12px auto;
	width: 700px;
	height: 360px;
	position: relative;
	}

#story_text {
	width: 700px;
	height: 360px;
	position: relative;
	text-align: left;
	float: left;
	}

#story_text p {
	padding: 5px 5px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(120,120,120,0.5);
	}

#story_text .cg2 {
	float: right;
	padding: 5px 16px 5px 16px;
	}

#story_wrapper .cg3 {
	padding: 5px 0 5px 0;
	}

/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#character {
	width: 800px;
	margin: 0 auto 24px;
	}
#character h1 {
	display: none;
	}
#character_wrapper {
	width: 800px;
	height: 83px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/rebellions/back.png") no-repeat;
	}

#character_wrapper .caption_cg {
	margin: 8px auto 12px;
	}

#chara01 {background-image:url('../../img/rebellions/chara01.png');}
#chara02 {background-image:url('../../img/rebellions/chara02.png');}
#chara03 {background-image:url('../../img/rebellions/chara03.png');}
#chara04 {background-image:url('../../img/rebellions/chara04.png');}
#chara05 {background-image:url('../../img/rebellions/chara05.png');}
#chara06 {background-image:url('../../img/rebellions/chara06.png');}
#chara07 {background-image:url('../../img/rebellions/chara07.png');}
#chara08 {background-image:url('../../img/rebellions/chara08.png');}
#chara09 {background-image:url('../../img/rebellions/chara09.png');}
#chara10 {background-image:url('../../img/rebellions/chara10.png');}
#chara11 {background-image:url('../../img/rebellions/chara11.png');}
#chara12 {background-image:url('../../img/rebellions/chara12.png');}
#chara13 {background-image:url('../../img/rebellions/chara13.png');}
#chara14 {background-image:url('../../img/rebellions/chara14.png');}

.character_one {
	width: 800px;
	height: 320px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

.character_one h2 {
	display: none;
	}

.character_serif {
	width: 560px;
	height: 60px;
	top: 0px;
	left: 10px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	}

.character_serif p {
	padding: 4px 0px 0px 20px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,1.0);
	font-family: serif;
	}

.character_pda {
	width: 560px;
	height: 90px;
	top: 82px;
	left: 10px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	}

.character_pda p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 4px 2px 2px 16px;
	padding: 2px;
	}

.pda_text {
	background-image: url("../../img/rebellions/text_back.png");
	padding: 2px;
	}


.character_text {
	width: 524px;
	height: 150px;
	top: 182px;
	left: 16px;
	padding: 2px;
	position: absolute;
	}

.character_text p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 4px 6px 4px 8px;
	background-image: url("../../img/rebellions/text_back.png");
	}

.character_text2 {
	width: 524px;
	height: 150px;
	top: 172px;
	left: 16px;
	padding: 2px;
	position: absolute;
	}

.character_text2 p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 4px 6px 4px 8px;
	background-image: url("../../img/rebellions/text_back.png");
	}

.character_text3 {
	width: 524px;
	height: 150px;
	top: 210px;
	left: 16px;
	padding: 2px;
	position: absolute;
	}

.character_text3 p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 4px 6px 4px 8px;
	background-image: url("../../img/rebellions/text_back.png");
	}

.character_sep {
	width: 800px;
	height: 20px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/rebellions/back.png") no-repeat;
	}

/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 800px;
	margin: 0 auto 24px;
	}

#sample h1 {
	display: none;
	}

#sample_wrapper {
	width: 800px;
	height: 286px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url("../../img/rebellions/back.png") no-repeat;
	}

#sample_wrapper .caption_cg {
	margin: 8px auto 12px;
	}

.sample_block {
	width: 800px;
	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: 800px;
	margin: 0 auto;
	background: transparent url("../../img/rebellions/back.png") repeat-y;
	}
#inst h1 {
	display: none;
	}
#inst_wrapper {
	width: 800px;
	height: 4180px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}

#inst_wrapper p {
	color: #fff;
}

#inst_wrapper .caption_cg {
	margin: 8px auto 12px;
	}

#inst_wrapper .b_button {
	margin: 16px auto 16px;
	}

#inst_wrapper .separator {
	width: 800px;
	margin: 0 auto;
	padding: 4px 0 4px;
	}
