@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/ojonana/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/ojonana/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/ojonana/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(244,167,0,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(255,240,200,0.8);
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	}

.frame_box {
	margin: 0 auto;
	width: 910px;
	border:1px solid #e1806d;
	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;*/
	position: relative;
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 450px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
/*	position: absolute;
	text-align: center;
	top: 0px;
	left: 400px;*/
	position: relative;
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 450px;
	}
.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: 24px;
	margin: 0;
	padding: 0 0;
	}

#story .story_title1 {
	position: relative;
	font-size: 26px;
	color: #ff6c00;
	line-height: 32px;
	height: 32px;
	margin: 10px auto 10px;
	padding:10px 0 0;
/*	text-shadow: 0px 0px 1px #e7b;*/
	font-weight: bold;
	z-index: 2;
	}

#story .story_bg {
	position: absolute;
	text-align: center;
	margin: 0;
	left: 0;
	top: 0;
	z-index: 1;
	}

#story .tbox_bg {
	position: relative;
	text-align: left;
	margin: 4px auto 10px;
	left: 50px;
	float: left;
	}

#story .tbox {
	position: relative;
	margin: 4px auto 0;
	width: 420px;
	height: 400px;
	text-align: left;
	right: 40px;
	float: right;
	}

#story .box1 {
	position: relative;
	margin: 24px auto 0;
	width: 900px;
	height: 60px;
	text-align: center;
	float: left;
	z-index: 2;
	}

#story .box1 p {
	font-size: 21px;
	color: #000;
	text-shadow: 1px 0px 0px #555;
	line-height: 28px;
	margin: 0;
	padding: 0 0;
	}

#story .box2 {
	position: relative;
	margin: 22px auto 0;
	width: 500px;
	height: 180px;
	text-align: center;
	float: left;
/*	border: 1px solid #000;*/
	z-index: 2;
	}

#story .cg1 {
	position: relative;
	margin: 12px 0 0 50px;
	width: 300px;
	height: 200px;
	text-align: left;
/*	border: 1px solid #f00;*/
	float: left;
	z-index: 2;
	}

#story .box3 {
	position: relative;
	margin: 32px auto 0;
	width: 450px;
	height: 160px;
	text-align: center;
	float: right;
/*	border: 1px solid #000;*/
	z-index: 2;
	}

#story .cg2 {
	position: relative;
	margin: 12px 60px 0 0;
	width: 240px;
	height: 200px;
	text-align: left;
/*	border: 1px solid #f00;*/
	float: right;
	z-index: 2;
	}

#story .box4 {
	position: relative;
	margin: 22px auto 0;
	width: 900px;
	height: 130px;
	text-align: center;
	float: left;
/*	border: 1px solid #000;*/
	z-index: 2;
	}

#story .box4 p {
	font-size: 21px;
	color: #000;
	text-shadow: 1px 0px 0px #555;
	line-height: 28px;
	margin: 0;
	padding: 0 0;
	}

#story .box5 {
	position: relative;
	margin: 32px auto 0;
	width: 410px;
	height: 320px;
	text-align: center;
	float: left;
/*	border: 1px solid #000;*/
	z-index: 2;
	}

#story .cg3 {
	position: relative;
	margin: 0 0 0 22px;
	width: 220px;
	height: 400px;
	text-align: left;
/*	border: 1px solid #f00;*/
	float: left;
	z-index: 2;
	}

#story .cg4 {
	position: relative;
	margin: 0 0 0 0;
	width: 220px;
	height: 400px;
	text-align: left;
/*	border: 1px solid #f00;*/
	float: left;
	z-index: 2;
	}

#story .box6 {
	position: relative;
	margin: 32px auto 0;
	width: 900px;
	height: 80px;
	text-align: center;
	float: left;
/*	border: 1px solid #000;*/
	z-index: 2;
	}

#story .box6 p {
	font-size: 21px;
	color: #000;
	text-shadow: 1px 0px 0px #555;
	line-height: 28px;
	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: #ff6012;
	font-size: 20px;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	}

#story .titlecol {
	color: #ff4c78;
	font-size: 20px;
	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: 520px;
	}
#chara .chara_cgpos2 {
	top: 0px;
	left: 520px;
	}
#chara .chara_cgpos3 {
	top: 0px;
	left: 495px;
	}
#chara .chara_cgpos4 {
	top: 0px;
	left: 510px;
	}
#chara .chara_cgpos5 {
	top: 0px;
	left: 500px;
	}

#chara .chara_cg2 {
	position: absolute;
	text-align: left;
	top: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	}

#chara .chara_cg3 {
	position: absolute;
	text-align: left;
	margin: 0 auto;
	z-index: 4;
	top: 550px;
	left: 650px;
	}


#chara .chara_one {
	position: relative;
	margin: 12px auto;
	width: 860px;
	height: 680px;
	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: 300px;
	margin: 8px 0 0 8px;
	z-index: 2;
/*	background-color: rgba(255,255,255,0.3);*/
	}

#chara .name {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 480px;
	height: 54px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	}

#chara .name p {
	padding: 2px 0 0;
	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(240,110,200,0.9);
	}

#chara .c_color_1a {
	background-color: rgba(210,40,255,0.6);
	}

#chara .c_color_2 {
	background-color: rgba(89,139,255,0.7);
	}

#chara .c_color_3 {
	background-color: rgba(89,139,255,0.7);
	}

#chara .mes {
	position: relative;
	text-align: left;
	margin: 8px auto 0;
	width: 540px;
	height: 72px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

#chara .mes p {
	padding: 6px 0 0 12px;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 1px #52c;
	}

#chara .spec {
	display: none;
	}

#chara .txt {
	position: absolute;
	text-align: left;
	margin: 0 auto;
	width: 600px;
	height: 270px;
	top: 430px;
	left: 12px;
	background-color: rgba(245,130,120,0.8);
	background-color: rgba(235,190,90,0.8);
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	z-index: 5;
	}

#chara .txt p {
	padding: 10px 14px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #224;
	text-shadow: 1px 1px 2px #fff;
	}

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

#sample h1 {
	display: none;
	}

.sample_block {
	width: 900px;
	height: 88px;
	margin: 0 auto;
	}

.sample_block .tm {
	margin: 0 2px;
	}

.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: #f4a703;
	text-shadow: 1px 1px 0 #305;
	}
#product table {
	margin: 0 auto;
	}
#product th {
	border:1px solid #f4a703;
	}
#product td {
	border:1px solid #f4a703;
	}
#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(230,150,0,0.9);
	}

#product .model {
	width: 330px;
	}


/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 980px;
	margin: 12px auto;
	}
#inst h1 {
	display: none;
	}

.b_button {
	margin: 16px auto 20px;
	}

