@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/owarusekai/bg.gif");
	background-repeat: repeat;
	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%;
	height: 100px;
	min-width: 980px;
	margin: 0 auto;
	background-image: url("../../img/owarusekai/bg_header.png");
	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;
	left: 12px;
	top: 0px;
	position: relative;
	}
#page_header_string {
	float: left;
	margin: 12px 0 0 20px;
	position: relative;
	}
#page_header_twitter {
	position: absolute;
	float: right;
	right: 16px;
	top:56px;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 980px;
	height: 60px;
	margin: 0;
	background-image: url("../../img/owarusekai/bg_footer.png");
	background-repeat: no-repeat;
	background-position: center top;
	}
#page_footer p {
	width: 600px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #024;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/

#top_image {
	width:980px;
	text-align: center;
	top: 0px;
	margin: 4px auto 12px;
	position: relative;
	}

#top_image .img_copy {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	top: 0px;
	}

.f_clear {
	clear: both;
	}

.blank1 {
	clear: both;
	width: 800px;
	height: 8px;
	margin: 0 auto;
	}

.blank2 {
	clear: both;
	width: 800px;
	height: 16px;
	margin: 0 auto;
	}

.captionbar {
	clear: both;
	width: 680px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #fff;
	background-color:rgba(140,140,160,0.8);
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	}

.captionbar p {
	color: #fff;
	font-size: 24px;
	padding: 8px 0 0;
	line-height: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #642;
	}

.frame_wrapper {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 970px;
	background-color: rgba(220,230,245,0.8);
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	}

.frame_box {
	margin: 0 auto;
	width: 910px;
	border:1px solid #6d80e1;
	background-color:rgba(213,158,99,0.2);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}


/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
.store {
	width: 980px;
	margin: 12px auto;
	}
.store h1 {
	display: none;
	}

.store_box {
	position: relative;
	margin: 12px auto 0;
	text-align: center;
	width: 800px;
	height: 110px;
	}
.android {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 36px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 400px;
	}
.iphone .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}

.iphone_center {
	position: relative;
	text-align: center;
	}

.iphone_center .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}

#moeapp_store {
	width: 980px;
	margin: 12px auto;
	}
#moeapp_store h1 {
	display: none;
	}

#moeapp_dl {
	margin: 12px auto 8px;
	}

#moeapp_text {
	width: 800px;
	height: 48px;
	margin: 8px auto 0;
	position: relative;
	text-align: center;
	}

#moeapp_text p {
	color: #000;
	font-size: 18px;
	padding: 2px 0px;
	line-height: 22px;
	text-shadow: 1px 0px 0px #aaa;
	}

#moeapp_text2 {
	width: 700px;
	height: 74px;
	margin: 8px auto;
	position: relative;
	text-align: right;
	}

#moeapp_text2 p {
	color: #000;
	font-size: 15px;
	padding: 2px 0px;
	line-height: 18px;
	text-shadow: 1px 0px 0px #aaa;
	}

#moeapp_text2 .red {
	color: #f00;
	text-shadow: 1px 0px 0px #faa;
	}

#moeapp_text a:visited {
	font-weight: bold;
	text-shadow: 1px 0px 0px #aaa;
	}

/*【インフォメーション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#information {
	width: 980px;
	margin: 12px auto;
}

#information h1 {
	display: none;
	}

#information .text_box {
	overflow:auto;
	margin: 12px auto;
	text-align: left;
	width: 860px;
	height: 94px;
	border:1px solid #fff;
	background-color:rgba(255,255,255,0.3);
	}

#information .text_box p {
	font-size: 16px;
	color: #222;
	text-shadow: 1px 1px 1px #fff;
	line-height: 22px;
	margin: 3px 0;
	padding: 4px 10px 4px;
	}


/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 980px;
	margin: 12px auto;
	}

#story h1 {
	display: none;
	}

#story .storybox {
	position: relative;
	width: 900px;
	text-align: center;
	margin: 0 auto;
	}

#story .storybox p {
	font-size: 16px;
	color: #000;
	text-shadow: 1px 0px 0px #555;
	line-height: 22px;
	margin: 0;
	padding: 0;
	}

#story .story_title1 {
	position: relative;
	font-size: 22px;
	color: #026;
	line-height: 24px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0 0 30px;
	font-weight: bold;
	z-index: 1;
	text-align: left;
	float: left;
	}

#story .story_bg {
	position: absolute;
	overflow:hidden;
	text-align: center;
	width: 890px;
	height: 745px;
	margin: 0 auto;
	left: 5px;
	top: 18px;
	z-index: 1;
	}

#story .tbox_bg {
	position: relative;
	text-align: left;
	margin: 4px 0 10px 30px;
	float: left;
	}

#story .tbox {
	position: relative;
	margin: 0 auto;
	width: 470px;
	height: 420px;
	text-align: left;
	float: left;
	}

#story .tbox p {
	font-size: 16px;
	color: #000;
	text-shadow: 1px 0px 0px #555;
	line-height: 22px;
	margin: 0;
	padding: 0 8px 0 16px;
	}

#story .box1 {
	position: relative;
	margin: 40px auto 0;
	width: 900px;
	height: 30px;
	text-align: right;
	float: right;
	z-index: 2;
	}


#story .box1 p {
	font-size: 28px;
	color: #000;
	text-shadow: 1px 0px 0px #555;
	line-height: 28px;
	margin: 0;
	padding: 0 30px 0 0;
	font-weight: bold;
	}


#story .box2 {
	position: relative;
	margin: 10px auto 0;
	width: 500px;
	height: 250px;
	text-align: right;
	float: right;
	z-index: 2;
	}

#story .box2 p {
	font-size: 16px;
	color: #000;
	text-shadow: 1px 0px 1px #888;
	line-height: 22px;
	margin: 0;
	padding: 0 18px 0 0;
	}

#story .box3 {
	position: relative;
	margin: 10px auto 0;
	width: 500px;
	height: 270px;
	text-align: left;
	float: left;
	z-index: 2;
	}

#story .box3 p {
	font-size: 16px;
	color: #000;
	text-shadow: 1px 0px 1px #888;
	line-height: 22px;
	margin: 0;
	padding: 0 0 0 24px;
	}

#story .cg1 {
	position: relative;
	margin: 8px 0 0 30px;
	width: 360px;
	height: 240px;
	text-align: left;
	border: 3px solid #fff;
	float: left;
	z-index: 2;
	}

#story .cg2 {
	position: relative;
	margin: 8px 30px 0 0;
	width: 360px;
	height: 250px;
	text-align: left;
	border: 3px solid #fff;
	float: right;
	z-index: 2;
	}

#story .box4 {
	position: relative;
	margin: 22px auto 0;
	width: 900px;
	height: 110px;
	text-align: center;
	float: left;
	z-index: 2;
	}

#story .box4 p {
	font-size: 22px;
	color: #000;
	text-shadow: 1px 0px 0px #555;
	line-height: 30px;
	margin: 0;
	padding: 0 0;
	}

#story .s1col {
	color: #11f;
	text-shadow: 1px 0px 0px #55a;
	font-size: 18px;
	font-weight: bold;
	}

#story .s2col {
	color: #ff4c78;
	text-shadow: 1px 0px 0px #e88;
	font-size: 18px;
	font-weight: bold;
	}

#story .s3col {
	color: #ff6012;
	text-shadow: 1px 0px 0px #e88;
	font-size: 18px;
	font-weight: bold;
	}

#story .s4col {
	color: #9f58fc;
	text-shadow: 1px 1px 0px #73b;
	font-size: 23px;
	font-weight: bold;
	}

#story .s5col {
	color: #fb349b;
	text-shadow: 1px 1px 0px #b14;
	font-size: 23px;
	font-weight: bold;
	}

#story .s6col {
	color: #3560ff;
	text-shadow: 1px 1px 0px #13a;
	font-size: 23px;
	font-weight: bold;
	}

#story .s7col {
	color: #ff244b;
	text-shadow: 1px 0px 0px #a77;
	font-size: 20px;
/*	font-weight: bold;*/
	}

#story .s8col {
	color: #9f48ff;
	text-shadow: 1px 0px 0px #73a;
	font-size: 20px;
/*	font-weight: bold;*/
	}

#story .blandcol {
	color: #26d;
	font-size: 19px;
	text-shadow: 1px 1px 1px #79d;
	font-weight: bold;
	}

#story .titlecol {
	color: #f22;
	font-size: 19px;
	text-shadow: 1px 1px 0px #b24;
	font-weight: bold;
	}


/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#chara {
	width: 980px;
	margin: 12px auto;
	}

#chara h1 {
	display: none;
	}

#chara .chara_cg1 {
	position: absolute;
	text-align: left;
	margin: 0 auto;
	z-index: 3;
	}

#chara .chara_cgpos1 {
	top: 0px;
	left: 340px;
	}
#chara .chara_cgpos2 {
	top: 0px;
	left: 340px;
	}
#chara .chara_cgpos3 {
	top: 0px;
	left: 330px;
	}
#chara .chara_cgpos4 {
	top: 0px;
	left: 375px;
	}

#chara .chara_cgpos5 {
	top: 0px;
	left: 390px;
	}
#chara .chara_cgpos6 {
	top: 0px;
	left: 410px;
	}


#chara .chara_cg2 {
	position: absolute;
	text-align: left;
	top: 40px;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	}


#chara .chara_one {
	position: relative;
	margin: 12px auto;
	width: 860px;
	height: 640px;
	background-color: rgba(255,255,255,0.3);
	overflow: hidden;
	}

#chara .chara_two {
	position: relative;
	margin: 12px auto;
	width: 860px;
	height: 500px;
	background-color: rgba(255,255,255,0.3);
	overflow: hidden;
	}

#chara .chara_one p {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	}

#chara .name_box {
	position: relative;
	text-align: left;
	width: 560px;
	height: 100px;
	margin: 8px 0 0 8px;
	z-index: 2;
/*	background-color: rgba(255,255,255,0.3);*/
	}

#chara .name {
	position: relative;
	text-align: left;
	margin: 0 0;
	width: 520px;
	height: 54px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	}

#chara .name p {
	padding: 2px 0 0 20px;
	font-size: 38px;
	line-height: 54px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 1px #559;
	}

#chara .kana {
	padding: 0 0 0 10px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #55c;
	}

#chara .c_color_1 {
	background-color: rgba(250,160,200,0.9);
	}

#chara .c_color_2 {
	background-color: rgba(250,160,200,0.7);
	}

#chara .c_color_3 {
	background-color: rgba(89,139,255,0.9);
	}

#chara .c_color_4 {
	background-color: rgba(89,139,255,0.7);
	}

#chara .spec {
	position: relative;
	text-align: center;
	margin: 8px 0 0;
	width: 200px;
	height: 32px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

#chara .spec p {
	padding: 6px 0 0;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 2px 1px #55c;
	}

#chara .txt {
	position: absolute;
	text-align: left;
	margin: 0 auto;
	width: 500px;
	height: 520px;
	top: 110px;
	left: 12px;
	background-color: rgba(180,180,200,0.4);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	z-index: 5;
	}

#chara .txt p {
	padding: 20px 0 0 10px;
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	color: #222;
	text-shadow: 1px 0px 1px #888;
	}

#chara .text_boxsize {
	height: 380px;
	}

#chara .txt_size {
	font-size: 20px;
	color: #444;
	text-shadow: 1px 1px 1px #999;
	font-weight: bold;
	}

#chara .txt_size_col1 {
	color: #f9a;
	font-size: 21px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #113;
	}

#chara .txt_size_col2 {
	color: #96f;
	font-size: 21px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #113;
	}


/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 980px;
	margin: 12px auto;
	}

#sample h1 {
	display: none;
	}

.sample_block {
	width: 900px;
	height: 88px;
	margin: 0 auto;
	}

.sample_block .tm {
	margin: 0 12px;
	}

.sample_block 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_block a:hover img {
	border: 1px solid #f00;
	opacity: 0.8;
	}

/*【ムービー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#movie {
	width: 980px;
	margin: 12px auto;
	}

#movie h1 {
	display: none;
	}

#movie .t_title {
	position: relative;
	width: 900px;
	height:94px;
	margin: 14px auto 0;
	padding: 0;
	text-align: center;
	}

#movie .t_title p {
	padding: 4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #ff6000;
	text-shadow: 1px 1px 1px #831;
	}

#movie .m_box {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color:rgba(255,36,150,0.3);
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	}

/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 0px;
	display: none;
	z-index: 10;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 900px;
	margin: 0 auto 0;
	padding: 0 0 24px;
	background: transparent;
	font-size: 20px;
	line-height: 21px;
	color: #fff;
	}
#product h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #93a7d4;
	text-shadow: 1px 1px 0 #305;
	}
#product table {
	margin: 0 auto;
	}
#product th {
	border:1px solid #a7b3f4;
	}
#product td {
	border:1px solid #a7b3f4;
	}
#product td {
	padding: 4px 10px;
	font-size: 18px;
	color: #114;
	text-shadow: 1px 1px 1px #fff;
	background-color: rgba(255,255,255,0.5);
	}

#product th {
	text-align: right;
	width: 180px;
	padding: 4px 6px 0 0;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-shadow: 1px 1px 1px #222;
	background-color:rgba(110,120,140,0.9);
	}

#product .model {
	width: 330px;
	}


/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 980px;
	margin: 12px auto;
	}
#inst h1 {
	display: none;
	}

.b_button {
	margin: 16px auto 20px;
	}

